.whois-form{
    margin-top: 0;
    text-align: center;
}
.whois-form h4{
    margin-bottom: 40px;
}

.whois-form form input {
    width:500px;
    margin:0 auto;
}
.whois-form form{
    position: relative;
}
.whois-form .whoisbutton {
    position: absolute;
    bottom:0;
    right:320px;
}
.whois-form .g-recaptcha {
    margin-bottom:20px;
}
.whois-form .g-recaptcha > div {
    margin: 0 auto;
    margin-top: 40px;
}
.whois-form .content{
    width: 900px;
    margin: 20px auto;
}
.whois-form .content pre {
    text-align: left;
}
.btngoto, .btngotodomgate{
    margin-top: 0px;
    display: inline-block;
    height: 42px;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 10px;
    font-weight: 500;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
    outline: none;
    padding: 8px 16px;
    font-size: 14px;
    line-height: 24px;
    border-radius: 2px;
    transition: all 0.24s ease;
    color: #fff;
    background-color: #e49000;
    border-color: #e49000;
}
.btngoto:hover, .btngotodomgate:hover{
    color:#fff;
    text-decoration: none;
}
footer {
    font-size: 9px;
    margin-top:1500px;
}
footer h3{
    font-size: 9px;
}

.btngotodomgate {
    margin-left: auto;
    margin-right: auto;
}
.content_newwindow {
    width: 900px;
    margin: 20px auto;
}
.content pre {
    white-space: pre-wrap;
}

@media (max-width: 1024px) {
    .whois-form img{
        max-width: 100%!important;
        height: auto!important;
    }
    .whois-form form input {
        width:100%!important;
    }
    
    .whois-form .whoisbutton {
        right: 0px!important;
    }
    .content_newwindow {
        width: 100%!important;
    }
    .whois-form .content {
        width: 100%!important;
    }
}