@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500);

#welcomeheader .mdbtn, .login, .user-image, .w100, .wo_r_features {
    overflow: hidden
}

* {
    box-sizing: border-box;
    outline: 0 !important
}

body {
    overflow-x: hidden;
    background: #fff !important;
}
.w100 {
    width: 100%
}

.ad-placement-header-footer {
    display: none
}

#re-send {
    margin-bottom: 0;
    margin-top: 20px
}

.welcome-container {
    width: 100%;
    height: 100%
}

.help-block-welcome {
    color: #777;
    margin-bottom: 5px;
    font-size: 12px
}

#welcomeheader {
    width: 100%;
    position: fixed;
    z-index: 99;
    top: 0;
    /*box-shadow: -1px 4px 20px -8px rgba(0, 0, 0, .62)*/
}

#welcomeheader .mdbtn {
    transition: all .2s ease;
    cursor: pointer;
    min-width: 88px;
    text-align: center;
    border-radius: 3px;
    user-select: none;
    border: 2px solid;
    outline: 0;
    padding: 5px 0;
    height: auto;
    margin: 7.5px 0
}

#welcomeheader .mdbtn:hover {
    background-color: rgba(0, 0, 0, .2)
}

.absul-right {
    position: relative
}

.logo {
    display: block;
    margin-top: 10px;
    margin-right: 55px
}

.logo img {
    max-width: 130px;
    height: 55px;
    margin-top: -13px;
}

.welcome-search-con {
    color: #fff;
    position: relative
}

.welcome-search-con i {
    position: absolute;
    left: 10px;
    top: 2px
}

.login, .welcome-footer, .wrapper {
    position: relative
}

.welcome-search {
    background: rgba(0, 0, 0, .2);
    border: 0;
    padding: 5px 13px 5px 30px;
    width: 400px;
    margin-top: -15px;
    max-width: 400px;
    border-radius: 2px;
    height: 32px;
    transition: background .2s ease-out;
    outline: 0;
    font-family: Helvetica Neue, HelveticaNeue, Helvetica, Arial, sans-serif
}

.welcome-footer {
    padding: 10px;
    float: left
}

.welcome-footer-right {
    padding: 10px 0 10px 10px;
    float: right;
    margin-right: -15px;
    position: relative
}

.welcome-footer a {
    color: #808080;
}

.welcome-footer a:not(.lang) {
    padding-right: 10px;
    text-shadow: none
}

footer:empty {
    padding: 0
}

.wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    min-height: calc(100vh - 100px);
    margin: 45px 0 10px
}

.wrapper:after, .wrapper:before {
    -webkit-box-flex: 1;
    box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    content: '';
    display: block;
    height: 24px
}

.g-recaptcha {
    transform: scale(.85);
    transform-origin: 0 0
}

.login {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    margin: 0 auto;
    width: 100%;
    border-radius: 13px;
    max-width: 750px;
    background: #fff;
    border: 1px solid #e3e3e3;
    min-height: 450px
}

.login form {
    padding: 30px 40px
}

.login .col-md-6 {
    padding: 0;
    margin-left: 45%
}

.login .col-md-5, .login .col-md-7 {
    padding: 0
}

.login .col-md-7 {
    margin-left: 41.66666667%
}

.login_left_combo_parent {
    position: absolute;
    width: 40%;
    float: left;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.login_left_combo {
    display: flex;
    /*align-items: center;*/
    text-align: center;
    height: 100%;
    position: absolute;
    padding: 0;
    font-family: Lato, sans-serif;
    top: 0
}
.login_left_combo img{
    width: 100%;
}
.regi_features img{
    width: 100%;
}
.login_left_combo h2{
    margin-top: 45px;
    font-size: 20px;
}
.regi_features h2{
    margin-top: 45px;
    font-size: 20px;
}
.login_left_combo p{
    font-size: 12px !important;
}
.regi_features p{
    font-size: 12px;
    padding: 0 10px;
}
.login_left_combo a{
    color: #fff;
    padding: 10px 30px;
    border: 1px solid #fff;
    font-size: 12px;
    border-radius: 30px;
    position: relative;
    bottom: 20px;
}
.regi_features{
    text-align: center;
    color: #fff;
}
.regi_features a{
    color: #fff;
    padding: 10px 30px;
    border: 1px solid #fff;
    font-size: 12px;
    border-radius: 30px;
    position: relative;
    top: 15px;
}
.terms, .terms label, .user-image, .users-profiles {
    position: relative
}

.login_left_combo h1 {
    margin-top: 0;
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 7px
}

.errors, .login_signup_combo .login__ .btn, .success {
    font-weight: 500;
    font-family: Roboto, sans-serif
    color: #fff;
}

.login_left_combo p {
    font-size: 16px;
    margin-bottom: 50px
}

.forgot_password {
    text-align: right;
    margin: -7px 0 35px
}

.login_signup_combo {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 20px 0;
    position: relative
}

.login_signup_combo .login__ {
    display: flex;
    align-items: center;
    justify-content: center
}

.login_signup_combo .login__ .btn {
    box-shadow: 0 1.5px 6px rgba(0, 0, 0, .3);
    line-height: 20px;
    min-width: 88px;
    border-radius: 3px;
    text-align: center;
    text-transform: uppercase;
    outline: 0;
    padding: 8px 15px
}

.login input, .login select, .login textarea {
    display: block;
    padding: 9px 10px;
    margin-bottom: 15px;
    width: 100%;
    color: #666;
    border: 2px solid #d9d9d9;
    border-radius: 3px;
    transition: border-color .2s ease-out;
    text-transform: lowercase;
}

.login input:focus {
    color: #444
}

.social_btns p {
    margin-bottom: 10px
}

.social_btns a {
    text-decoration: none;
    width: 39px;
    height: 39px;
    margin: 0 5px 0 0;
    border-radius: 50%;
    box-shadow: 0 2px 3px rgba(0, 0, 0, .2);
    transition: all .2s ease;
    padding: 8px
}

.errors, .success {
    padding: 0 5px 5px 0;
    font-size: 12px;
    margin-bottom: 10px;
    color: #fff;

}

.errors {
    color: red;
    padding: 10px 15px;
    background: #ffffffdb;
    margin-right: 6px;
    border-radius: 3px;
    display: none;
}
.errors:empty {
    padding: 0;
}

.success {
    color: green;
}
.login-welcome-back{
    color: white !important;
    text-shadow: #000 0px 0px 10px;
    
}
.login .title {
    color: #444;
    font-size: 22px;
    margin: 0 0 17px;
    font-weight: 600;
    font-family: Lato, sans-serif
}

.typing-element, .wo_r_features ul li {
    font-family: Roboto, sans-serif
}

.random_users {
    margin-top: 80px
}

.random_users hr {
    border-color: #eee
}

.users-profiles {
    padding: 0;
    width: 100%;
    margin: 30px auto 0;
    text-align: center;
    display: block
}

.user-image, .user-image img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #FFF;
}

.user-image {
    display: inline-block;
    margin: -7px -3px;
    box-shadow: -1px 1px 8px 0 rgba(0, 0, 0, .2)
}

.terms {
    padding-left: 22px
}

.terms input[type=checkbox] {
    opacity: 0;
    margin: 0 0 6px 4px;
    display: none
}

.terms label::after, .terms label::before {
    display: inline-block;
    left: 0;
    margin-left: -20px
}

.terms label {
    padding-left: 5px;
    min-height: 20px;
    font-weight: 400;
    cursor: pointer;
    user-select: none
}

.terms label::before {
    content: "";
    position: absolute;
    width: 17px;
    height: 17px;
    top: 2px;
    border: 2px solid rgba(0, 0, 0, .54);
    border-radius: 2px;
    background-color: #fff;
    transition: all 90ms cubic-bezier(0, 0, .2, .1)
}

.terms input[type=checkbox]:checked + label::before {
    background-color: #1e2322;
    border-color: #1e2322
}

.terms label::after {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 0;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 11px;
    color: #555
}

.terms input[type=checkbox]:checked + label::after {
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    content: "";
    height: 5px;
    left: 3px;
    position: absolute;
    top: 7px;
    transform: rotate(-45deg);
    width: 10px;
    transition: .2s;
    color: #fff
}

.typed-cursor {
    opacity: 1;
    -webkit-animation: blink .7s infinite;
    -moz-animation: blink .7s infinite;
    animation: blink .7s infinite;
    color: #e9e9e9;
    font-size: 28px
}

@keyframes blink {
    0%, 100% {
        opacity: 1
    }
    50% {
        opacity: 0
    }
}

@-webkit-keyframes blink {
    0%, 100% {
        opacity: 1
    }
    50% {
        opacity: 0
    }
}

.typing-element {
    font-size: 28px;
    height: 28px;
    margin-bottom: 35px;
    color: #e9e9e9;
    z-index: 9;
    font-weight: 300;
    text-align: center
}

.regi_features {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 12px;
    /*padding: 70px 0 !important*/
    }
@media screen and (max-width: 415px){
    .regi_features{
        border-radius: 0;
    }
}
.wo_r_features {
    background: #fff;
    border-radius: 4px;
    margin-left: -40px;
    min-height: 100px;
    width: 280px;
    height: 100%;
    box-shadow: 0 1px 8px rgba(0, 0, 0, .2);
    position: relative
}

.wo_r_features ul {
    padding: 0;
    margin: 0;
    text-align: center;
    height: 100%
}

.wo_r_features ul li {
    height: 33.3333%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #eee;
    font-weight: 500;
    font-size: 16px
}

.wo_r_features ul li:last-child {
    border: 0
}

.wo_r_features ul li svg {
    display: block;
    margin: 0 auto 10px;
    width: 40px;
    height: 40px
}

.login.forgot_pass {
    width: 100%;
    /*max-width: 700px;*/
    min-height: 200px
}
.wrapper.reset-password{
    margin: 0;
    min-height: calc(100vh - 125px);
}
nav.n-navbar{
    position: relative;
    z-index: 99999;
}
.wrapper.reset-password .login .title{
    font-size: 16px;
    font-weight: 400;
}
.wrapper.reset-password .login_signup_combo{
    margin-bottom: 0;
}


.spinner {
    -webkit-animation: rotator 1.7s linear infinite;
    animation: rotator 1.7s linear infinite;
    width: 20px;
    margin-right: 17px;
    opacity: 0;
    visibility: hidden
}

.spinner.show {
    opacity: 1;
    visibility: visible
}

.spinner__path {
    stroke-dasharray: 187;
    stroke-dashoffset: 0;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-animation: dash 1.7s ease-in-out infinite;
    animation: dash 1.7s ease-in-out infinite;
    stroke: #fff;
}

@-webkit-keyframes rotator {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg)
    }
}

@keyframes rotator {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg)
    }
}

@-webkit-keyframes dash {
    0% {
        stroke-dashoffset: 187
    }
    50% {
        stroke-dashoffset: 46.75;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg)
    }
    to {
        stroke-dashoffset: 187;
        -webkit-transform: rotate(450deg);
        transform: rotate(450deg)
    }
}

@keyframes dash {
    0% {
        stroke-dashoffset: 187
    }
    50% {
        stroke-dashoffset: 46.75;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg)
    }
    to {
        stroke-dashoffset: 187;
        -webkit-transform: rotate(450deg);
        transform: rotate(450deg)
    }
}

#gglanguage_modal {
    background: url("data:image/svg+xml,%3Csvg width='80' height='80' viewBox='0 0 80 80' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23000000' fill-opacity='0.04'%3E%3Cpath d='M50 50c0-5.523 4.477-10 10-10s10 4.477 10 10-4.477 10-10 10c0 5.523-4.477 10-10 10s-10-4.477-10-10 4.477-10 10-10zM10 10c0-5.523 4.477-10 10-10s10 4.477 10 10-4.477 10-10 10c0 5.523-4.477 10-10 10S0 25.523 0 20s4.477-10 10-10zm10 8c4.418 0 8-3.582 8-8s-3.582-8-8-8-8 3.582-8 8 3.582 8 8 8zm40 40c4.418 0 8-3.582 8-8s-3.582-8-8-8-8 3.582-8 8 3.582 8 8 8z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E") center #e0e0e0;
    border-bottom: 1px solid #c8c8c8
}

#gglanguage_modal .language_head {
    font-size: 18px;
    overflow: hidden
}

#gglanguage_modal ul {
    padding: 0
}

#gglanguage_modal ul .language_select {
    width: 18.7%;
    display: inline-block;
    text-align: center;
    margin: 30px 2px 5px
}

#gglanguage_modal ul .language_select a {
    display: table;
    text-decoration: none;
    font-weight: 700;
    font-size: 13px;
    width: 100%
}

#gglanguage_modal ul .language_select a .language_initial {
    display: table-caption;
    width: 50px;
    height: 50px;
    background: 0 0;
    margin: 0 auto 8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .24);
    border-radius: 50%;
    transition: all .2s ease-in-out
}

.carousel, .carousel-inner {
    height: 100%
}

#gglanguage_modal ul .language_select:hover .language_initial {
    box-shadow: 0 2px 6px rgba(0, 0, 0, .5)
}

.animated {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated_2 {
    -webkit-animation-duration: .2s;
    animation-duration: .2s
}

.animated_4 {
    -webkit-animation-duration: .4s;
    animation-duration: .4s
}

.animated_5 {
    -webkit-animation-duration: .5s;
    animation-duration: .5s
}

.animated_6 {
    -webkit-animation-duration: .6s;
    animation-duration: .6s
}

.animated_8 {
    -webkit-animation-duration: .8s;
    animation-duration: .8s
}

.animated_9 {
    -webkit-animation-duration: .9s;
    animation-duration: .9s
}

.animated_10 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s
}

.animated_12 {
    -webkit-animation-duration: 1.2s;
    animation-duration: 1.2s
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 15%, 0);
        transform: translate3d(0, 15%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 15%, 0);
        transform: translate3d(0, 15%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

.carousel {
    z-index: -1
}

.carousel-inner .item {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100%
}

@media (min-width: 1200px) {
    .container {
        width: 97%
    }
}

@media (max-width: 1200px) {
    .welcome-footer, .welcome-footer-right {
        font-size: 12px;
        padding: 9px
    }
}

@media (max-width: 992px) {
    .regi_features {
        width: 41.66666667%
    }
}

@media (max-width: 880px) {
    .wo_r_features {
        margin: auto;
        width: 100%;
        max-width: 90%
    }
}

@media (max-width: 815px) {
    .login {
        max-width: 90%
    }
}

@media (max-width: 800px) {
    .login_left_combo {
        padding: 0px 0px 50px 0;
        background: none;
    }
    .login_left_combo_parent{
        padding-bottom: 30px;
    }
    .social_btns a {
        margin-top: 10px
    }

    .login_left_combo_parent {
        width: 40%
    }

    .login .col-md-6 {
        margin-left: 40%
    }
}

@media (max-width: 720px) {
    .typed-cursor, .typing-element {
        font-size: 24px !important
    }

    .login_left_combo_parent {
        width: 100%;
        position: relative;
        float: none;
        height: 270px
    }

    .login .col-md-6 {
        margin-left: 0
    }

    .typing-element {
        height: 24px !important
    }

    .login_left_combo {
        width: 100%
    }
}

@media (max-width: 670px) {
    .regi_features {
        width: 100%;
        position: relative;
        //padding: 30px 0 !important;
        height: 500px;
    }

    .wo_r_features {
        min-height: auto;
        padding: 15px 0
    }

    .wo_r_features ul li {
        width: 33.3333%;
        float: left;
        border-bottom: 0;
        border-right: 1px solid #eee
    }

    .login .col-md-7 {
        margin: 0
    }

    .login_left_combo_parent {
        height: 250px
    }
}

@media (max-width: 640px) {
    .welcome-footer, .welcome-footer-right {
        float: none !important;
        display: block;
        text-align: center
    }
}

@media (max-width: 540px) {
    .login_left_combo p {
        font-size: 14px
    }

    .login_left_combo > div > p {
        margin-bottom: 30px
    }

    .login.forgot_pass {
        max-width: 90%
    }
}

@media (max-width: 440px) {
    .login_left_combo > div > p {
       /* display: none */
    }
    .login_left_combo > div > img{
        border-top-right-radius: 12px;
    }
    .login_left_combo h2 >{
        margin-top: 28px;
    }
    .login_left_combo a{
        bottom: 8px;
        display: none;
    }
    .login_left_combo_parent {
        height: 540px;
    }
    .login{
        border-radius: 0;
    }
    .login_left_combo img {
        width: 106%;
        position: relative;
        right: 12px;
    }
    .regi_features{
        overflow: hidden;
    }
    .regi_features img {
        width: 106%;
        position: relative;
        right: 12px;
    }

    .typing-element{
        display: none;
    }
    .wrapper:before{
        height: 0;
    }
}

@media (max-width: 390px) {
    .login {
        min-width: 100%
    }
}
.navbar-default {
    height: 60px!important;
    padding-top: 4px;
}
html body{background: #fff !important;}
@media screen and (max-width: 769px){
    .nav>li>a>img {
        max-width: 100%;
        width: 145px;
    }
    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}
@media screen and (max-width: 413px){
    .logo img {
        max-width: 100px;
    }
    .logo {
        margin-right: 0px;
    }

}

@media screen and (max-width: 330px) {
    .nav>li>a>img {
        width: 120px;
    }
    .navbar-nav>li>a {
        padding-top: 18px;
    }
}
.are-you{
    font-size: 12px;
}
.login-logo{
    position: absolute;
    top: 126px;
    background: #fff;
    display: flex;
    justify-content: center;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px;
    border-radius: 5px;
}
.login-logo img{
    height: 100%;
    right: 0;
}
@media screen and(max-width: 415px){
    .login-logo img{
        right: 0!important;
    }
}
.b-cnt{
    margin-top: 140px;
}
.welcome-image::after{
    display: block;
    position: relative;
    background-image: linear-gradient(to bottom, rgba(255,255,255,0) 0, #0000009c 100%);
    margin-top: -80px;
    height: 80px;
    width: 100%;
    content: '';
    border-radius: 5px;
    background-size: cover;
}

/* New Welcome Page styles */
.m-container{
    margin: 0px;
    padding: 0px;
    width: 100%;
    color: #fff;
    height: auto;
}
.m-container .inner-wrapper{
    max-width: 1180px;
    width: 100%;
    margin: 0 auto;
}
.m-container nav.n-navbar .inner-wrapper .cont{
    display: flex;
    justify-content: space-between;
    position: relative;
}
.m-container nav.n-navbar{
    height: 45px;
    box-shadow: 0px 1px 10px #000;  
}
.m-container nav.n-navbar .inner-wrapper .menu ul{
    display: flex;
}
.m-container nav.n-navbar .inner-wrapper .menu ul li{
    margin-right: 10px;
    padding: 10px 0;
}
.m-container nav.n-navbar .inner-wrapper .menu ul li a{
    color: #fff;
}
.m-container .inner-wrapper .w-content{
    display: flex;
    /*height: 80vh;*/
}
#forgot-form-sms{
    margin-top: 18px;
}
.m-container .inner-wrapper .w-content .w-left{
    display: flex;
    flex-basis: 50%;
    padding-top: 130px;
}
.m-container .inner-wrapper .w-content .w-left .desc{
    width: 300px;
    font-size: 15px;
    text-shadow: #000 0px 0px 10px;
}
.m-container .inner-wrapper .w-content .w-right{
    display: flex;
    flex-basis: 50%;
    padding-top: 50px;
    justify-content: flex-end;
}
.m-container .inner-wrapper .w-content .w-right .form{
    padding: 50px;
}
.m-container .inner-wrapper .w-content .w-right .form .w-f-heading{
    font-size: 25px;
    padding: 0;
    margin: 0 0 10px 0;
}
.m-container .inner-wrapper .w-content .w-right .form .w-f-desc{
    margin: 20px 0px;
    font-size: 12px;
    text-shadow: #000 0px 0px 10px;
}
@media screen and (max-width: 415px){
    .m-container .inner-wrapper .w-content .w-right .form .w-f-desc {
        margin: 44px 0px;
    }
}
.m-container .inner-wrapper .w-content .w-right .form .w-f-desc a{
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid #fff;
}
.m-container .inner-wrapper .w-content .w-right .form form .w-f-group-h{
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
}
.m-container .inner-wrapper .w-content .w-right .form form .w-f-group-p{
    display: flex;
    align-items: center;
    margin: 20px 0;
}
.m-container .inner-wrapper .w-content .w-right .form form .w-f-group-p a{
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid #fff;
}
.m-container .inner-wrapper .w-content .w-right .form form .w-f-group-btn{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.m-container .inner-wrapper .w-content .w-right .form form .w-f-group-btn a{
    padding: 15px 30px;
    margin: 0 5px;
    background: #fff;
    border-radius: 3px;
    text-decoration: none;
    outline: none;
    border: 0;
}
.m-container .inner-wrapper .w-content .w-right .form form .w-f-group-btn button{ 
    padding: 15px 30px;
    margin: 0 5px;
    background: #fff;
    border-radius: 3px;
    text-decoration: none;
    outline: none;
    border: 0;
    /*width: 120px;
    height: 50px;*/
    width: auto;
    height: auto;
    display: flex;
}
.m-container .inner-wrapper .w-content .w-right .form form .forget-password{
    display: flex;
    justify-content: flex-end;
    margin: 15px 5px 15px 0px;
}
.m-container .inner-wrapper .w-content .w-right .form form .forget-password a{ 
    color: #fff;
    border-radius: 3px;
    text-decoration: none;
}
.m-container .inner-wrapper .w-content .w-right .form form .w-f-group-p input[type="checkbox"]{
    margin-right:10px;
    outline: none!important;
    border: none!important;
    box-shadow: none!important;
    background: #fff!important;
    width: 15px;
    height: 15px;
}
.m-container .inner-wrapper .w-content .w-right .form form .w-f-group-f{
    margin-bottom: 16px;
}
.m-container .inner-wrapper .w-content .w-right .form form .w-f-group-h input,
.m-container .inner-wrapper .w-content .w-right .form form .w-f-group-h select{
    width: 48%;
    color: #333;
    outline: none;
    border: none;
    margin-right: 5px;
    padding: 0px 15px;
    border-radius: 3px;
    height: 45px;
    background: #fff;
    -webkit-appearance: none;  
}
.m-container .inner-wrapper .w-content .w-right .form form .w-f-group-f input{
    width: 99%;
    color: #333;
    outline: none;
    border: none;
    margin-right: 5px;
    padding: 0px 15px;
    border-radius: 3px;
    height: 45px;
}
.m-container .inner-wrapper .w-content .w-right .form form .w-f-group-t{
    display: flex;
    justify-content: space-between;

}
.m-container .inner-wrapper .w-content .w-right .form form .w-f-group-t select{
    width: 31%;
    color: #333;
    outline: none;
    border: none;
    margin-right: 5px;
    padding: 0px 15px;
    border-radius: 3px;
    height: 45px;
    background: #fff;
    -webkit-appearance: none;  
}
/* Footer */
.m-container footer{
    background-color: #fff;
}
.m-container footer .inner-wrapper ul{
    height: 70px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.m-container footer .inner-wrapper ul li{
    margin-right: 10px;
}
div[aria-label="cookieconsent"]{
    display: none;
} 
.menu-bars{
    position: absolute;
    right: 20px;
    top: 5px;
    display: none;
}
.brand{
    display: flex;
}
.brand a:last-child img{
    width: 200px;
    position: relative;
    top: -52px;
    left: 15px;
}

@media screen and (max-width: 768px){
    .m-container nav.n-navbar .inner-wrapper .menu ul{
        display: none;
        flex-direction: column;
        position: absolute;
        top: 40px;
        right: 10px;
        padding: 10px;
        background-color: #fff;
        border-radius: 3px;
    }
    .m-container nav.n-navbar .inner-wrapper .menu ul li a{
       color: #000;
       width: 100%;
    }
    .menu-bars{
        display: block;
        cursor: pointer;
    }
    .w-content{
        flex-direction: column;
    }
    .m-container .inner-wrapper .w-content .w-right .form{
        padding: 10px;
    }
    .w-left{
        align-items: center;
        justify-content: center
    }
    .w-right{
        justify-content: center;
    }
    .m-container footer .inner-wrapper ul li a{
        font-size: 11px;
    }
    .m-container footer .inner-wrapper ul li{
        margin-right: 0px;
    }
    .m-container footer .inner-wrapper ul li::after{
        content: '-';
        color: #000;
        margin-left: 4px;
        margin-right: 4px;
    }
    .m-container footer .inner-wrapper ul li:last-child::after{
        display: none;
    }
    .m-container footer .inner-wrapper ul{
        padding: 0 5px;
        justify-content: center
    }
    .brand a img{
        height: 75px;
        margin-left: 22px;
    }
    .m-container .inner-wrapper .w-content .w-right .form form .w-f-group-p input[type="checkbox"]{
        width: 30px;
    }
    .m-container .inner-wrapper .w-content .w-left{
        display: none;
    }
    .m-container .inner-wrapper .w-content .w-right .form{
        text-align: center;
        padding: 70px 10px 50px 10px;
    }
    .brand a:last-child img {
        width: 125px;
        position: relative;
        top: -15px;
        left: -17px;
    }
}
.spinner-act{
    display: none;
}

#sign_submit:disabled {
    opacity: 0.4;
}
.wfw-loader-btn{
    min-width: 122.14px;
    height: 51px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
}
@media screen and (max-width: 415px){
    h2.w-f-heading.login-t {
    display: none;
}
}
ul.social-login {
    display: flex;
    background: none;
    width: 100%;
    justify-content: space-between;
    padding: 0;
    margin-top: 16px;
}
ul.social-login li{
    width: 100%;
}
.m-container .inner-wrapper .w-content .w-right .form form ul.social-login li a{
    width: 98%!important;
    background-color: #fff!important;
    border-radius: 3px!important;
    display: flex!important;
    align-items: center!important;
    justify-content: flex-start!important;
    margin-left: 0px!important;
}
ul.social-login li a{
    padding: 5px!important;
    background-color: rgba(0,0,0,0)!important;
}
ul.social-login li a img{
    width: 35px;
    height: 35px;
}
ul.social-login li a span{
    margin-left: 10px;
    color: #fff;
}
.w1-m0{
    width: 100%!important;
    margin-left: 0!important;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media screen and (max-width: 480px){
    ul.social-login {
        justify-content: space-between;
        flex-direction: column;
    }
    ul.social-login li:first-child{
        margin-bottom: 16px!important;
    }
}
.m-container .inner-wrapper .w-content .w-right .form form ul.social-login li a.fb-bag{
    background-color: #3a589e!important;
}
.m-container .inner-wrapper .w-content .w-right .form form ul.social-login li a.soc-bag{
    background-color: #427ecc!important;
    justify-content: center !important;
}