﻿html {
    background-color: white;
}

body {
    background-color: white;
    overflow: scroll;
}

.main-bg {
    object-fit: cover;
    height: auto;
    margin: auto;
    z-index: -1;
}

.container {
    background-color: transparent;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
}

h1 {
    font-size: 5em;
    font-weight: 200;
    color: white;
}

h3 {
    color: #F5E939;
    font-weight: bold;
}

.margin-1 {
    margin-top: 20px;
}

.margin-2 {
    margin-top: 100px;
}

.display-inline {
    display: inline-block;
}

.width-1 {
    width: 200px;
}

.white {
    color: white !important;
}

.row {
    margin-right: 0px !important;
    margin-left: 0px !important;
    width: 100% !important;
}

.container {
    width: 577px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
}

label {
    width: 107%;
}

.col-md {
    float: left;
    margin-left: 20px;
}

.margin-20 {
    margin-top: 20px !important;
}

.margin-21 {
    margin-bottom: 20px !important;
}

@media (min-width: 320px) and (max-width: 640px) {
    .row {
        margin-right: 0px;
        width: 100%;
        margin-left: 0;
    }

    h1 {
        color: #FFFFFF;
        font-size: 36px;
        font-weight: 200;
    }

    h3 {
        color: #F5E939;
        font-size: 22px;
        font-weight: bold;
    }

    .container {
        width: auto;
        -moz-border-radius: 20px;
        -webkit-border-radius: 20px;
        -khtml-border-radius: 20px;
        border-radius: 20px;
    }

    label {
        font-size: 12px;
        font-weight: normal;
        line-height: 15px;
        text-align: left;
        width: 126%;
    }

    .margin-2 {
        margin-top: 5px;
    }

    .margin-1 {
        margin-top: 5px;
    }

    .btn {
        margin-bottom: 5px;
    }
}

.btn-success {
    background-color: black;
    border: 1px solid gray;
}

    .btn-success:hover {
        background-color: gray;
        border: 1px solid black;
    }

.wraptocenter {
    height: 100%;
    position: absolute;
    margin: 0 auto;
    /*width: 100%;*/
    background-color: white;
}

.margin-top-10 {
    margin-top: 10px !important;
}

.logo-position {
    text-align: center;
    margin-top: 200px;
}

.login-title {
    display: block;
    font-size: 20px;
    font-weight: 600;
    font-family: Gotham-Book;
    margin-bottom: 25px;
    color: #333F48;
}

.login-error-container {
    text-align: center;
}

.login-text {
    display: inline !important;
    vertical-align: top;
    border: 2px solid #333F48;
    height: 40px;
    line-height: 40px;
    width: 480px;
    margin: 0 auto;
    background-color: white !important;
    border-radius: 0px !important;
    font-size: 10px;
    font-family: Gotham-Book;
    font-weight: 600;
    color: #333F48;
    border-left: none;
}

    .login-text:focus, .login-text:hover {
        background-color: white !important;
        border: 2px solid #333F48 !important;
        border-left: none !important;
        box-shadow: none !important;
    }

    .login-text::-webkit-input-placeholder { /* WebKit, Blink, Edge */
        font-size: 14px !important;
        font-family: Gotham-Book !important;
        color: #333F48 !important;
    }

    .login-text:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
        font-size: 14px !important;
        font-family: Gotham-Book !important;
        color: #333F48 !important;
        opacity: 1 !important;
    }

    .login-text::-moz-placeholder { /* Mozilla Firefox 19+ */
        font-size: 14px !important;
        font-family: Gotham-Book !important;
        color: #333F48 !important;
        opacity: 1 !important;
    }

    .login-text:-ms-input-placeholder { /* Internet Explorer 10-11 */
        font-size: 14px !important;
        font-family: Gotham-Book !important;
        color: #333F48 !important;
    }

    .login-text::-ms-input-placeholder { /* Microsoft Edge */
        font-size: 14px !important;
        font-family: Gotham-Book !important;
        color: #333F48 !important;
    }

    .login-text::placeholder { /* Most modern browsers support this now. */
        font-size: 14px !important;
        font-family: Gotham-Book !important;
        color: #333F48 !important;
    }

.action-links {
    font-size: 10px;
    font-family: Gotham-Book;
    font-weight: 600;
    color: #333F48;
    display: inline;
    vertical-align: top;
}

    .action-links:active, .action-links:visited, .action-links:link {
        color: #333F48 !important;
    }

.ml-340 {
    margin-left: 365px;
}

.mr-285 {
    margin-right: 316px;
}

.mb-0 {
    margin-bottom: 0px !important;
}

.ml-10 {
    margin-left: 10px !important;
}

.mt-5 {
    margin-top: 5px !important;
}

.mt-15 {
    margin-top: 15px !important;
}

.ml-290 {
    margin-left: 290px !important;
}

.login-btn {
    width: 130px;
    font-family: Gotham-Book !important;
    height: 30px;
    font-size: 13px !important;
    font-weight: 600;
    background-color: white;
    color: #333F48;
    border: 2px solid #333F48;
}

    .login-btn:visited, .login-btn:link, .login-btn:active {
        color: #333F48;
    }

.chk-box-container {
    margin-top: 5px;
    display: inline-block;
}

.chk-box {
    height: 15px;
    width: 15px;
    margin-top: 0px !important;
}

.chk-box-label {
    height: 15px !important;
    line-height: 15px !important;
}


.forget-password-container {
    margin-top: 5px;
    display: inline-block;
    vertical-align: top;
}

.btn-success:hover {
    background-color: #333F48;
    border: 2px solid #333F48;
    color: white;
}

.login-text:-webkit-autofill,
.login-text:-webkit-autofill:hover,
.login-text:-webkit-autofill:focus,
.login-text:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
    font-size: 10px !important;
    font-family: Gotham-Book !important;
    font-weight: 600 !important;
    color: #333F48 !important;
}

.username-icon {
    background-color: white;
    display: inline-block;
    height: 40px;
    border: 2px solid #333F48;
    border-right: none;
    background-image: url(images/Username_Icon_Smaller.png) !important;
    background-position: 20px;
    background-repeat: no-repeat;
    padding-left: 65px;
    margin-right: -10px;
}

.password-icon {
    background-color: white;
    display: inline-block;
    height: 40px;
    border: 2px solid #333F48;
    border-right: none;
    background-image: url(images/Password_Icon_Smaller.png) !important;
    background-position: 20px;
    background-repeat: no-repeat;
    padding-left: 65px;
    margin-right: -10px;
}

.field-validation-error {
    display: block;
}


.action-links-v2 {
    font-size: 13px;
    font-family: Gotham-Book;
    font-weight: 100;
    color: #333F48;
    display: inline;
    vertical-align: top;
    text-decoration: underline;
}

    .action-links-v2:active, .action-links:visited, .action-links:link {
        color: #333F48 !important;
    }

.verification-title {
    color: #333F48;
    font-size: 14px;
    font-family: Gotham-Book;
    font-weight: 600;
}

.verification-text {
    display: inline !important;
    vertical-align: top;
    border: 2px solid #333F48;
    height: 40px;
    line-height: 40px;
    width: 480px;
    margin: 0 auto;
    background-color: white !important;
    border-radius: 0px !important;
    font-size: 10px;
    font-family: Gotham-Book;
    font-weight: 600;
    color: #333F48;
    border-left: none;
    border-top: none;
    border-right: none;
    margin-bottom: 10px;
}

    .verification-text::-webkit-input-placeholder { /* WebKit, Blink, Edge */
        font-size: 14px !important;
        font-family: Gotham-Book !important;
    }

    .verification-text:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
        font-size: 14px !important;
        font-family: Gotham-Book !important;
        opacity: 1 !important;
    }

    .verification-text::-moz-placeholder { /* Mozilla Firefox 19+ */
        font-size: 14px !important;
        font-family: Gotham-Book !important;
        opacity: 1 !important;
    }

    .verification-text:-ms-input-placeholder { /* Internet Explorer 10-11 */
        font-size: 14px !important;
        font-family: Gotham-Book !important;
    }

    .verification-text::-ms-input-placeholder { /* Microsoft Edge */
        font-size: 14px !important;
        font-family: Gotham-Book !important;
    }

    .verification-text::placeholder { /* Most modern browsers support this now. */
        font-size: 14px !important;
        font-family: Gotham-Book !important;
    }

.description-text {
    display: inline !important;
    vertical-align: top;
    border: 2px solid #333F48;
    height: 40px;
    line-height: 40px;
    width: 480px;
    margin: 0 auto;
    background-color: white !important;
    border-radius: 0px !important;
    font-size: 10px;
    font-family: Gotham-Book;
    font-weight: 600;
    color: #333F48;
    margin-bottom: 10px;
}

    .description-text::-webkit-input-placeholder { /* WebKit, Blink, Edge */
        font-size: 14px !important;
        font-family: Gotham-Book !important;
    }

    .description-text:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
        font-size: 14px !important;
        font-family: Gotham-Book !important;
        opacity: 1 !important;
    }

    .description-text::-moz-placeholder { /* Mozilla Firefox 19+ */
        font-size: 14px !important;
        font-family: Gotham-Book !important;
        opacity: 1 !important;
    }

    .description-text:-ms-input-placeholder { /* Internet Explorer 10-11 */
        font-size: 14px !important;
        font-family: Gotham-Book !important;
    }

    .description-text::-ms-input-placeholder { /* Microsoft Edge */
        font-size: 14px !important;
        font-family: Gotham-Book !important;
    }

    .description-text::placeholder { /* Most modern browsers support this now. */
        font-size: 14px !important;
        font-family: Gotham-Book !important;
    }

@media (max-width: 1540px) {
    .logo-position {
        margin-top: 100px !important;
    }
}

@media (max-width: 1445px) {
    .logo-position {
        margin-top: 100px !important;
    }
}

@media (max-width: 1270px) {
    .logo-position {
        margin-top: 10px !important;
    }

    .verification-text {
        width: 300px !important;
    }

    .description-text {
        width: 300px !important;
    }
    .password-validator {
        width: 300px !important;
    }
}


@media (max-width: 975px) {
    .logo-position {
        margin-top: 0px !important;
    }

    .verification-text {
        width: 300px !important;
    }

    .description-text {
        width: 300px !important;
    }
    .password-validator {
        width: 300px !important;
    }
}

@media (max-width: 780px) {
    .logo-position {
        margin-top: 0px !important;
    }

    .verification-text {
        width: 250px !important;
    }

    .description-text {
        width: 250px !important;
    }
    .password-validator {
        width: 250px !important;
    }
}


.login-text-v2 {
    display: inline !important;
    vertical-align: top;
    height: 40px;
    line-height: 40px;
    width: 360px;
    margin: 0 auto;
    background-color: transparent !important;
    border-radius: 0px !important;
    font-size: 10px;
    font-family: Gotham-Book;
    font-weight: 600;
    color: #333F48;
    border: 2px solid #333F48;
    border-left: none !important;
    border-top: none !important;
    border-right: none !important;
    box-shadow: none !important;
}

    .login-text-v2:focus, .login-text-v2:hover {
        background-color: transparent !important;
        border: 2px solid #333F48;
        border-left: none !important;
        border-top: none !important;
        border-right: none !important;
        box-shadow: none !important;
    }

    .login-text-v2::-webkit-input-placeholder { /* WebKit, Blink, Edge */
        font-size: 14px !important;
        font-family: Gotham-Book !important;
        color: #333F48 !important;
        background-color: transparent !important;
        box-shadow: none !important;
    }

    .login-text-v2:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
        font-size: 14px !important;
        font-family: Gotham-Book !important;
        color: #333F48 !important;
        opacity: 1 !important;
        background-color: transparent !important;
        box-shadow: none !important;
    }

    .login-text-v2::-moz-placeholder { /* Mozilla Firefox 19+ */
        font-size: 14px !important;
        font-family: Gotham-Book !important;
        color: #333F48 !important;
        opacity: 1 !important;
        background-color: transparent !important;
        box-shadow: none !important;
    }

    .login-text-v2:-ms-input-placeholder { /* Internet Explorer 10-11 */
        font-size: 14px !important;
        font-family: Gotham-Book !important;
        color: #333F48 !important;
        background-color: transparent !important;
        box-shadow: none !important;
    }

    .login-text-v2::-ms-input-placeholder { /* Microsoft Edge */
        font-size: 14px !important;
        font-family: Gotham-Book !important;
        color: #333F48 !important;
        background-color: transparent !important;
        box-shadow: none !important;
    }

    .login-text-v2::placeholder { /* Most modern browsers support this now. */
        font-size: 14px !important;
        font-family: Gotham-Book !important;
        color: #333F48 !important;
        background-color: transparent !important;
        box-shadow: none !important;
    }

    .login-text-v2:-webkit-autofill,
    .login-text-v2:-webkit-autofill:hover,
    .login-text-v2:-webkit-autofill:focus,
    .login-text-v2:-webkit-autofill:active {
        /*-webkit-box-shadow: none !important;*/
        font-size: 10px !important;
        font-family: Gotham-Book !important;
        font-weight: 600 !important;
        color: #333F48 !important;
        background-color: transparent !important;
        box-shadow: none !important;
        transition: background-color 5000s ease-in-out 0s;
    }

.username-icon-v2 {
    background-color: white;
    display: inline-block;
    height: 40px;
    background-image: url(images/Username_Icon_Smaller.png) !important;
    background-position: 20px;
    background-repeat: no-repeat;
    padding-left: 65px;
    margin-right: -10px;
    border: 2px solid #333F48;
    border-left: none !important;
    border-top: none !important;
    border-right: none !important;
    box-shadow: none !important;
    background-color: transparent !important;
}

.password-icon-v2 {
    background-color: white;
    display: inline-block;
    height: 40px;
    background-image: url(images/Password_Icon_Smaller.png) !important;
    background-position: 20px;
    background-repeat: no-repeat;
    padding-left: 65px;
    margin-right: -10px;
    border: 2px solid #333F48;
    border-left: none !important;
    border-top: none !important;
    border-right: none !important;
    box-shadow: none !important;
    background-color: transparent !important;
}

.ml-220 {
    margin-left: 220px;
}

.btn-radious-3 {
    border-radius: 15px;
}
.registration-container {
    text-align: left;
}

.registration-title {
   
     margin-bottom: 25px;
    color: #333F48;
    font-size: 14px;
    font-family: Gotham-Book;
    font-weight: 600;
    width: 130px;
    display: inline-block;
    text-align: left
}

.password-validator {
    width: 480px;    
}
.login-dropdown-v2 {
    display: inline-block;
    width: 300px;
    margin: 0 auto;
    /*background-color: transparent !important;
    border-radius: 0px !important;*/
    font-size: 10px;
    font-family: Gotham-Book;
    font-weight: 600;
    color: #333F48;
    border: none !important;
}
.language-container {
    margin-top: 5px;
    display: inline-block;
    vertical-align: top;
}

.validation-summary-errors {
    text-align: center !important;
    color: red !important;
}

.input-group-text {
    position: absolute;
    right: 10px;
    top: 12px;
}

.relative {
    position: relative;
    display: inline-block;
}
@media (max-width: 320px) {
    .logo-position {
        margin-top: 0px !important;
    }

    .verification-text {
        width: 250px !important;
    }

    .description-text {
        width: 250px !important;
    }
}

@media (max-width: 280px) {
    .logo-position {
        margin-top: 0px !important;
    }

    .verification-text {
        width: 220px !important;
    }

    .description-text {
        width: 220px !important;
    }
}

.mr-360 {
    margin-right: 360px;
}
.ml-345 {
    margin-left: 345px;
}
.mr-288
{
    margin-right:288px;
}
@media (min-width: 360px) and (max-width: 640px) {
    .login-text {
        width: 290px !important
    }

    .mr-288 {
        margin-right: 90px;
    }

    .ml-345 {
        margin-left: 150px;
    }
    .mr-360 {
        margin-right:165px;
    }
}

@media (min-width: 320px) and (max-width: 345px) {
    .login-text {
        width: 250px !important;
    }
    .ml-345 {
        margin-left: 110px;
    }
    .mr-288 {
        margin-right: 50px;
    }
    .mr-360 {
        margin-right: 125px;
    }
    .ml-220 {
        margin-left: 110px;
    }

}  
