@font-face {
    font-family: OpenSans;
    src: url('../fonts/OpenSans-Regular.ttf');
}

@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope/Manrope-ExtraLight.ttf');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope/Manrope-Light.ttf');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope/Manrope-Regular.ttf');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope/Manrope-Medium.ttf');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope/Manrope-SemiBold.ttf');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope/Manrope-Bold.ttf');
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'Manrope';
    src: url('../fonts/Manrope/Manrope-ExtraBold.ttf');
    font-weight: 900;
    font-style: normal;
}


html, body {
    height: 100%;
    overflow: hidden;
    transition: all .5s;
}

body {
    margin: 0;
    /*background-image: url('../img/bg_nlmk.jpg') ;*/
    background-repeat: no-repeat;
    background-size: cover;
    font: 13px normal 'Manrope', helveticaneue, arial, sans-serif;
    color: #666;
    background-color: #0f324e;
}

body.registration-1-class .login-wrapper{
    height: 100vh;
    top: 30px;
    margin-top: 0;
}

html.hide {
    opacity: 0;
}

input {
    outline: none;
    padding: 10px 4px 6px;
    margin-top: 9px;
    border: none;
    border-bottom: 1px solid #b0b0b0;
    display: block;
    color: #666;
    width: 252px;
    font: 18px normal 'OpenSans', helveticaneue, arial, sans-serif;
    transition: all .3s;
}


input:focus {
    border-color: #888;
}

input::-webkit-input-placeholder {
    color: #aaa;
    transition: color .3s;
}
input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 100px #fff;
    -webkit-text-fill-color: #666;
    color: #666;
}
input.err {
    border-color: #ff5000;
}

.login-wrapper {
    position: absolute;
    width: 260px;
    height: 300px;
    left: 50%;
    top: initial;
    bottom: 0;
    margin-left: -203px;
    opacity: 0;
    padding: 63px 43px 40px 43px;
    background: #fff;
    text-align: center;
    overflow: hidden;
    transition: all .5s;
    border-right: 0;
    border-left: 0;
    border-radius: 62px 62px 0 0;
}


/*.login-wrapper {*/
/*    position: absolute;*/
/*    width: 380px;*/
/*    height: calc(100% - 100px);*/
/*    box-sizing: border-box;*/
/*    left: 0;*/
/*    top: initial;*/
/*    bottom: 0;*/
/*    opacity: 0;*/
/*    padding: 63px 43px 40px 43px;*/
/*    background: #fff;*/
/*    text-align: center;*/
/*    overflow: hidden;*/
/*    transition: all .5s;*/
/*    border-right: 0;*/
/*    border-left: 0;*/
/*    border-radius: 0 62px 0 0;*/
/*}*/

.logo {
    margin-left: -10px;
    height: 60px;
    margin-bottom: 30px;
}


.go .login-wrapper {
    opacity: 1;
    transform: translateY(0);
}


.login-pri-btm,
.login-submit {
    font-size: 15px;
    font-family: OpenSans, 'HelveticaNeue-Light', 'HelveticaNeue', Helvetica, Arial, sans-serif;
    background-color: #09a702;
    color: #fff;
    text-decoration: none;
    width: 120px;
    height: 40px;
    font-weight: bold;
    padding-top: 9px;
    box-sizing: border-box;
    outline: 0;
    border-radius: 8px;
}

.login-pri-btm:hover ,
.login-submit:hover {
    background-color: #078c00;
}




.login-sec-btm ,
.login-registration {
    font-size: 15px;
    font-family: OpenSans, 'HelveticaNeue-Light', 'HelveticaNeue', Helvetica, Arial, sans-serif;
    background-color: #e8e8e8;
    color: #505050;
    text-decoration: none;
    width: 130px;
    height: 40px;
    padding-top: 9px;
    box-sizing: border-box;
    outline: 0;
    border-radius: 17px;
}


.login-submit:hover {
    /*background-color: #1060bd;*/
}

.login-registration:hover {
    background-color: aliceblue;
}

#toast-container{
    font-family: OpenSans, 'HelveticaNeue-Light', 'HelveticaNeue', Helvetica, Arial, sans-serif!important;
}

a.go-to-forgot-password, .back-to-login {
    text-decoration: none;
    font-family: arial, sans-serif;
    font-size: 14px;
    color: #999797;
    /* margin-top: 10px; */
    display: inline-block;
    padding-top: 12px;
}

a.go-to-forgot-password:hover, .back-to-login:hover{
    color: #1d83d4;
}
.generate-new-password{
    text-decoration: none;
    font-family: arial, sans-serif;
    font-size: 16px;
    color: #ffffff;
    display: block;
    height: 40px;
    background-color: #2196F3;
    width: 180px;
    margin: 0 auto;
    margin-top: 40px;
    padding-top: 12px;
    box-sizing: border-box;
    margin-bottom: 30px;
    border-radius: 4px;
    cursor: pointer;
}

.generate-new-password:hover{
    background-color: #1e7fd1;
}

.svg-symbol--logo-nlmk {

}

.logo-svg-holder {
    width: 190px;
    margin: 0 auto;
    margin-top: -20px;
    margin-bottom: 23px;
}
.login-registration-holder{
    display: flex;
    margin-top: 45px;
    justify-content: center;
    margin-bottom: 20px;
}

.login-landing-holder{
    display: flex;
}

.landing-holder{
    font-family: "Manrope", Arial, Sans-Serif;
    font-size: 34px;
    color: #fff;
    font-weight: 700;
    padding-left: 60px;
    padding-right: 50px;
    margin-top: 30px;
    max-width: 1080px;
}

.widget-holder{
    min-width: 250px;
}

.landing-price {
    font-size: 80px;
    font-weight: 900;
}
.landing-price i{
    font-size: 70px;
}

.free-highlight{
    color: #0090ff;
    background-color: #fbffa5;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 17px;
    padding-bottom: 5px;
    margin-left: 6px;
}

.run-registration{
    background-color: #0d53a4;
    width: 420px;
    text-align: center;
    margin-top: 30px;
    font-size: 30px;
    border-radius: 5px;
    padding-top: 3px;
    padding-bottom: 8px;
    color: white;
    cursor: pointer;
}

.run-registration:hover{
    background-color: #1466c6;
}

.mobile-only{
    display: none;
}
.desktop-only{
    display: initial;
}

#ccs-login-video-bg {
    top: 50%;
    width: 1938px;
    transform: translate(-50%, -50%);
    opacity: 1;
    left: 50%;
    z-index: 0;
    position: absolute;
}

#login-page-copyright{
    font-size: 12px;
    font-family: arial, Sans-Serif;
    position: absolute;
    bottom: 0px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    left: 0;
    right: 0;
    color: #c2c2c2;
    background-color: #f4f4f4;
    padding: 7px 0;

}