@font-face {font-family: "SharpSansNo1-Bold";
  src: url("../fonts/SharpSansNo1-Bold.eot"); /* IE9*/
  src: url("../fonts/SharpSansNo1-Bold.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
  url("../fonts/SharpSansNo1-Bold.woff2") format("woff2"), /* chrome、firefox */
  url("../fonts/SharpSansNo1-Bold.woff") format("woff"), /* chrome、firefox */
  url("../fonts/SharpSansNo1-Bold.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url("../fonts/SharpSansNo1-Bold.svg#SharpSansNo1-Bold") format("svg"); /* iOS 4.1- */
}
@media (max-width: 767px) {
    body div#dataquest {
        height: 100%;
        padding: 90px 0px;
    }
    body{
        overflow-y: auto !important;
        padding: 0px 10px;

    }
}

@media (max-width: 450px){
    body .vcode {
        width: 40px;
        line-height: 40px;
    }
   body .loginBox h1 {
        font-size: 32px;
    }

}

body {
    background: #E5E5E5;
}

div#dataquest a {
font-family: 'SharpSansNo1-Bold';
font-style: normal;
font-weight: 760;
font-size: 13px;
line-height: 19px;
color: #434343;
}
body {
 overflow-y: auto;
    overflow-x: hidden;
}
input.vcode {
    margin-bottom: 20px;
}
div#dataquest {
    max-width: 630px;
    width: 100%;
    margin: 0 auto;
    flex-flow: column;
    justify-content: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.loginBox {
    background: #fff;   
    padding: 30px 70px;
}
.loginBox label{
    font-style: normal;
font-weight: 760;
font-size: 11px;
line-height: 16px;
letter-spacing: 1px;
color: #434343;
}

div#dataquest .pink-button , button#verify2fa {
    background: #D9017A;
    color: #fff;
    border: 0;
    padding: 15px;
    font-family: 'SharpSansNo1-Bold';
    width: 100%;
    font-style: normal;
    font-weight: 770;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
}

div#dataquest .input-group {
    width: 100%;
}

div#dataquest .input-group input {
    padding: 29px;
    border: 1px solid #b2b2b2;
    border-radius: 3px !important;
    color: #b2b2b2;
    font-size: 16px;
}

div#dataquest .input-group input::-webkit-input-placeholder { /* Edge */
    color: #b2b2b2;
}

div#dataquest .input-group input:-ms-input-placeholder { /* Internet Explorer */
    color: #b2b2b2;;
}

div#dataquest .input-group input::placeholder {
    color: #b2b2b2;
}

.loginBox h1 {
    font-family: 'SharpSansNo1-Bold';
    margin-bottom: 25px;
    font-style: normal;
    font-weight: 770;
    font-size: 29px;
    line-height: 36px;
    color: #434343;
}
div#dataquest  .form-group {
margin-top: 30px;
}
div#dataquest .image {
    background-image: url(../images/logo.png);
    margin-bottom: 10px;
    background-repeat: no-repeat;
    background-position: center;
    width: 50%;
    background-size: contain;
    height: 80px;
    margin: 15px auto;
}
.copyright{
font-style: normal;
font-weight: 760;
font-size: 13px;
letter-spacing: 0.03em;
color: #555555;
opacity: 0.8;
text-align: center;
margin-top: 50px;
}