@font-face {
    font-family: 'Rift';
    src: url('../fonts/Rift-Bold.eot');
    src: url('../fonts/Rift-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Rift-Bold.woff2') format('woff2'),
    url('../fonts/Rift-Bold.woff') format('woff'),
    url('../fonts/Rift-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@media (max-width: 767px) {
    body div#thubbl {
        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;
    }

}
div#thubbl a {
    color:#5b0f91;
}
body {
    overflow: hidden;
}
button#verify2fa {
    background: #5b0f91;
    color: #fff;
    border: 0;
    padding: 5px;
    font-family: 'Rift';
    font-size: 36.35px;
    width: 100%;
}
input.vcode {
    margin-bottom: 20px;
}
div#thubbl {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    height: 100vh;
    flex-flow: column;
    justify-content: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.loginBox {
    border: 1px solid #aaaaaa;
    padding: 30px;
    border-bottom: 4px solid #5b0f91;
    border-radius: 5px;
}

div#thubbl .purple-button {
    background: #5b0f91;
    color: #fff;
    border: 0;
    padding: 5px;
    font-family: 'Rift';
    font-size: 36.35px;
    width: 100%;
}

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

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

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

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

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

.loginBox h1 {
    font-size: 37.35px;
    font-family: 'Rift';
    color: #5b0f91;
}

div#thubbl .image {
    background-image: url(../images/login-logo.png);
    margin-bottom: 10px;
    background-repeat: no-repeat;
    background-position: top;
    width: 70%;
    background-size: contain;
    height: 120px;
}