html, body {
    background-color: #333;
    font-family: 'Roboto', sans-serif;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
}

.form-group input {
    border: none !important;
    box-shadow: none !important;
    outline: none;
    width: 100%;
}

.account-type-checkbox div{
    display: inline-block;
    margin-right: 30px;
}

.account-type-checkbox input{
    cursor: pointer;
    margin: 0 5px;
    font-size: 15px;
}

label{
    color: #616e73;
    font-size: 14px;
    font-weight: 500;
}

.vjs-caption-settings {
    display: none;
}

.container {
    background-color: white;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0;
    position: absolute;
    top: 0; left: 0;
    width: 100%;
}

.container::-webkit-scrollbar {
    background-color: #f3f5f8;
    display: block !important;
    width: 8px;
}

.container::-webkit-scrollbar-thumb {
    background-color: rgba(97, 110, 115, 0.5);
    border-radius: 300em;
}

.user-credentials-panel{
    background-color: #003174;
    top: 0;
    z-index: 1000;
    position: fixed;
    width: 100%;
    overflow-y: scroll;
    height: 100%;
}

.user-credentials-panel-wrapper {
    background-color: rgb(245, 245, 245);
    box-shadow: rgba(71, 88, 114, 0.08) 0px 2px 2px;
    border-radius: 5px;
    max-width: 550px;
    margin: 45px auto 50px auto;
    padding: 30px 40px 30px 40px;
}

.container h1 {
    color: #555;
    font-weight: 500;
    font-size: 26px;
}

.container p {
    color: #616e73;
    margin: 15px 0;
    line-height: 1.5;
}

.form-group {
    width: 100%;
    margin: 20px 0;
}

.form-control {
    background-color: white;
    border: none;
    border-radius: 3px;
    color: #616e73;
    font-weight: 400;
    padding: 12px 12px 12px 12px;
    position: relative;
    margin: 7px 0;
}

.form-control input{
    font-size: 17px;
}

.form-control .fa-eye, .form-control .fa-eye-slash{
    color: #0ea474;
    cursor: pointer;
    float: right;
    margin: 5px;
    position: absolute;
    right: 10px;
    top: 9px;
}

#password-requirements{
    font-size: 12px;
    opacity: 0.6;
    margin: 10px 0 10px 0;
}

.navbar-default {
    display: none;
}

hr {
    border-top: 1px solid transparent;
}

.help-block {
    color: #d88d8d !important;
    font-size: 14px;
    margin: 10px 0 !important;
    line-height: 1.3 !important;
}

a{
    color: #5b5b5b;
    cursor: pointer;
}

.btn-primary {
    background-color: #0ea474;
    border: none;
    border-radius: 4px;
    color: white;
    cursor: pointer;
    font-size: 18px;
    padding: 10px 30px 10px 30px;
    margin-top: 10px;
}

.btn-primary:hover {
    background-color: #0ea474 !important;
    border-color: #0ea474 !important;
}

.container .demo-1 {
    background-color: #f3f3f3;
    padding: 0;
    z-index: -1;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control{
    cursor: inherit;
}


.fa-circle:before {
    font-size: 8px;
    color: #616e73;
}

#register-page-left{
    background-color: #003174;
    height: 100vh;
    left: 0;
    position: fixed;
    width: 50%;
}

#register-page-left-wrapper{
    padding: 60px 0;
    max-width: 800px;
    margin: 0 auto 0 auto;
    width: 70%;
}

#register-page-awards{
    margin: 50px 0 40px 0;
}

#register-page-awards .fa-star{
    color: yellow;
}

#register-page-testimonial{
    margin: 40px 0;
}

#register-page-testimonial p, #register-page-awards p{
    color: white;
    font-size: 16px;
}

#register-page-testimonial img{
    border-radius: 300em;
    height: 80px;
}

#register-page-right{
    background-color: rgb(245, 245, 245);
    position: fixed;
    right: 0;
    width: 50%;
    height: 100%;
    overflow-y: scroll;
}

#register-page-right form{
    max-width: 500px;
    margin: 0 auto 0 auto;
    padding: 35px 0;
    width: 70%;
}

#check_email_form, #password_reset_form {
    background-color: #f3f3f3;
    border-top: 6px solid #0ea474;
    left: 0;
    position: fixed;
    top: 0;
    height: 100%;
    width: 100%;
    text-align: Center;
    padding-top: 8%;
}

@media all and (max-width: 1050px), screen and (max-width: 1050px) and (-webkit-min-device-pixel-ratio: 2) {

    #register-page-left{
        display: none;
    }

    #register-page-right{
        width: 100%;
    }

}

@media all and (max-width: 420px), screen and (max-width: 420px) and (-webkit-min-device-pixel-ratio: 2) {

    .user-credentials-panel-wrapper{
        margin: 0 auto 0 auto;
        padding: 30px 15px 50px 15px;
    }

}