input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active
{
 -webkit-box-shadow: 0 0 0 30px white inset !important;
}
.dlist-cost ul {
    text-align: center;
    padding: 0;
    margin: 20px 0 5px;
}
.dlist-cost ul li {
    list-style: none;
    display: inline-block;
    padding: 0 10px;
    font-size: 20px;
    border-right: 1px solid #847272;
    margin-bottom: 15px;
}
.dlist-cost ul li:last-child {
    border: none;
}
span.domain-name {
    font-weight: bold;
    margin-right: 10px;
    font-size: 25px;
}
#domainsearch {
    text-align: center;
    margin: 50px auto;
}
.sfb {
    max-width: 768px;
    min-height: 64px;
    background-color: #fff;
    align-items: center;
    background: #fff;
    width: 100%;
    padding: 6px;
    margin: 50px auto;
    border-radius: 4px;
    box-shadow: 0 4px 16px 0 rgb(19 26 44 / 2%), 0 0 32px 0 rgb(19 26 44 / 10%);
    position: relative;
    display: flex;
}
.sfb .js-form-type-textfield input {
    border: transparent;
    border-radius: 0;
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
    height: 48px;
    padding: 8px 24px;
    font-size: 17px;
    line-height: 28px;
}
.sfb .js-form-type-textfield input:focus {
    outline: 0;
}
.finddomain-button {
    min-width: 165px;
    height: 48px;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 500;
    -webkit-appearance: button;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    color: #fff;
    background-color: #00AD29;
    border-color: #00AD29;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    outline: none;
    padding: 8px 16px;
    line-height: 24px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: all .24s ease;
}


#box-container .box-content {
    border: 1px solid #ccc;
    padding: 50px;
    width: 800px;
    margin: auto;
    box-shadow: 0 2px 10px 0 rgb(0 0 0 / 5%);
    border-radius: 4px;
}
#box-container .box-content .domain-message, #box-container .box-content .domain-message-error{
    text-align: center;
    margin-top: 16px;
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 26px;
    line-height: 2;
}
#box-container .box-content .domain-message{
    color: #00AD29;
}
#box-container .box-content .domain-message-error{
    color: #ff0000;
}
#box-container .box-content .domain-message strong,
#box-container .box-content .domain-message-unavailable strong{
    text-decoration: underline;
}
#box-container .box-content .domain-message:before {
    width: 50px;
    height: 50px;
    display: block;
    background: url('../images/tickmark.svg') no-repeat center;
    content: "";
    margin: auto;
    border: 1px solid #00AD29;
    border-radius: 50%;
}
#box-container .box-content .domain-message-unavailable:before {
    width: 50px;
    height: 50px;
    display: block;
    background: url('../images/close.svg') no-repeat center;
    content: "";
    margin: auto;
    border: 1px solid #ff0000;
    border-radius: 50%;
    background-position: 15px 15px;
}
