
.d-none {
    display: none!important;
}

.homenav {
    height: 90px!important;
    background: #F4F6F8;
}

.homenav .navbar {
    padding-top: 10px;
}

body *{
    font-family: 'Open Sans', sans-serif;
    color: #456071;
}

h1, h2, h3, h4, h5 {
    font-family: 'Poppins', sans-serif;
}

.mx-auto {
    margin: auto;
}

.dark-blue {
    background-color: #26435E;
}
.middle-gray {
    background-color: #E6EAEC;
}
.light-gray {
    background-color: #F4F6F8;
}
.white, .white * {
    color: #FFF!important;
}
.dark-black {
    color: #0E1F2F;
}

#login-form {
    max-width: 370px;
    margin: auto;
}

#login-form > .row {
    display: flex;
    text-align: center;
}

#login-form label {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 14px;
}

/* Navbar */

.navbar-toggle {
    float: left;
    padding: 16px 10px;
}
.navbar-toggle span  {
    background-color: #1CB5D7;
}
.nav>li>a:not(.sing-in):not(.dropdown-toggle) {
    color:#000;
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 22px;
    padding-left: 25px;
    padding-right: 25px;
}

.navbar-right {
    padding-top: 10px;
}

.nav>li>a:not(.sing-in):not(.dropdown-toggle):focus, .nav>li>a:not(.sing-in):not(.dropdown-toggle):hover {
    background-color: transparent;
    color: #FF7664!important;
}
.nav>li>a.sing-in{
    background-color: #1CB5D7;
    border-radius: 18px;
    color: #fff;
    padding: 10px 25px;
    margin-top: 5px;
    margin-left: 20px;
    width: 97px;
}
.lang-selector>a{
    background-color: #fff;
    border-radius: 20px;
    padding: 5px 10px;
    margin-top: 5px;
    color: #1CB5D7!important;
    margin-left: 39px;
    margin-top: 12px;
    font-size: 10px;
    height: 23px;
    padding: 3px 10px!important;
}

.lang-selector.mobile {
    display: none;
}

.lang-selector>a>.caret {
    color: #1CB5D7;
}

.navbar-nav>li>.dropdown-menu {
    min-width: 71px;
    text-align: center;

}

.lang-selector .dropdown-menu {
    max-width: 80px;
    min-width: 80px;
    width: 80px;
}

#ceedback-navbar-close{
    display: none;
}

.navbar-nav>li>a.active {
    color: #FF7664;
}

.navbar {
    height: 90px;
}

/* Navbar mobile menu */

@media (max-width: 991px) {
    .navbar-toggle {
        display: inline-block;
    }
    .navbar-nav{
        display: none;
    }
    .lang-selector.mobile {
        display: initial;
        position: absolute;
        top: 20px;
        right: 10px;
    }
    #ceedback-navbar-close{
        display: block;
        position: absolute;
        top:20px;
        right: 20px;
    }
    .navbar-nav.visible {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        margin: 0px;
        width: 100%;
        height: 100vh;
        background-color: #26435E;
        z-index: 100;
        padding-top: 50px;
    }
    .navbar-nav>li {
        width: 100%;
    }

    .navbar-nav > li:first-child {
        margin-top: 50px;
    }
    .navbar-nav > li > a{
        background-color: #1CB5D7;
        border-radius: 20px;
        margin: 9px auto;
        text-align: center;
        width: 228px;
        color: #FFF;
    }
    .nav>li>a:focus, .nav>li>a:hover, .navbar-nav>li>a.active {
        background-color: #1CB5D7;
        color: #FFF;
    }

    .lang-selector.mobile>a{
        background-color: #fff!important;
        border-radius: 20px;
        padding: 10px 15px;
        color: #1CB5D7!important;
        margin: 9px auto 0px auto;
        width: 60px!important;
    }
    .lang-selector:not(.mobile)>a{
        background-color: #fff!important;
        border-radius: 20px;
        padding: 10px 15px;
        color: #1CB5D7!important;
        margin: 9px auto 0px auto;
        width: 60px!important;
        margin-top: 50px;
    }
    .lang-selector.open>a{
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }
    .navbar-nav>li>.dropdown-menu {
        min-width: 71px;
        text-align: center;
        padding:0px;
        margin: 0px;
    }
    .navbar-nav>li>.dropdown-menu a {
        background-color: #fff;
        border-radius: 0px;
        padding: 10px 15px!important;
        color: #1CB5D7;
        margin: 0px auto;
        width: 60px;
    }
    .navbar-nav>li>.dropdown-menu > li:last-child > a{
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }

    .nav>li>a:not(.sing-in):not(.dropdown-toggle) {
        color: #fff;
        margin-bottom: 16px;
    }

    .nav>li>a.sing-in {
        margin: auto;
    }

    .lang-selector:not(.mobile)>a {
        width: 55px;
        height: 30px;
    }
}


body {
    overflow-y: auto!important;
}

.grecaptcha-badge {
    display: none!important;
}


#btn_login {
    background: #FF7664;
    border-radius: 20px!important;

    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    color: #FFFFFF;
    width: 230px;
    height: 50px;
    max-height: 50px;
    margin-top: 35px;
}

#main-content {
    min-height: 700px;
    padding-top: 0px!important;
    height: calc(100vh - 90px);
    width: 100vw;
}



#btn_login:hover {
    background-color: #F4574D!important;
}

#wrapper {
    position: relative;
    height: calc(100vh - 90px);
}

.inner-holder {
    position: relative;
    height: calc(100vh - 330px);
    min-height: 600px;
}

h1 {
    text-align: center;
    width: 100%;
    margin-bottom: 50px!important;
    color: #fff!important;
    font-family: Geomanist;
    font-style: normal;
    font-weight: 500!important;
    font-size: 40px!important;
    line-height: 50px!important;
    margin-top: 80px;
}

#main-content .form-group label {
    color: #fff!important;
}

input {
    background: #FFFFFF;
    border-radius: 10px!important;
    width: 370px!important;
    height: 50px!important;
}

.input-group-prepend {
    display: none!important;
}

.center {
    text-align: center;
}

.inner-holder a, .inner-holder a:hover, .inner-holder p {
    color: #1CB5D7;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    margin-top: 20px;
}

#elfelejtett-jelszo-link {
    text-align: center;
    width: 100%;
}

.inner-holder a, .inner-holder a:hover  {
    text-decoration: underline;
    cursor: pointer;
}

.mb-30 {
    margin-bottom: 30px;
    margin-top: 10px;
}

#btn_login {
    background: #FF7664;
    border-radius: 20px;
    margin-left: auto;
    margin-right: auto;
}

.login-footer {
    background-color: #F2F2F2;
    padding: 32px;
    height: 250px;
    margin-right: 0px!important;
    margin-left: 0px!important;
}

.login-footer .row {
    margin: auto;
}

.login-footer p {
    color: #36434E;
}

.login-footer .text-left img {
    margin-bottom: 68px;
}

.login-footer .text-center a {
    color: #26435E;
    font-family: 'Poppins';
    font-weight: 600;
    margin-right: 10px;
    margin-left: 10px;
}

.login-footer .text-center a.active, .login-footer .text-right a, .login-footer .text-right a:hover {
    color: #FF7664;
}
.login-footer .text-right a {
    text-decoration: underline;
}

.login-footer .text-right img {
    margin-top: 30px;
}

.privacy, .privacy:hover {
    color: #36434E;
    text-decoration: underline;
}

.login-header {
    background: #F2F2F2!important;
}

@media(max-width: 1023px) {
    .container {
        margin-right: 0px!important;
        margin-left: 0px!important;
    }
}


/* Footer*/
.footer{
    padding: 50px 0px;
    padding-bottom: 40px;
    padding-top: 20px;
    height: 240px;
}
.footer a {
    font-weight: 700;
    padding: 5px 10px;
    color: #3E4C58;
    margin: 0px 10px;
}
.footer a:hover, a:active , .footer a.active {
    text-decoration: none;
    color: #FF7664;
}
.footer a.contact{
    text-decoration: underline;
    color: #FF7664;
    cursor: pointer;
    padding-bottom: 10px;
    display: inline-block;
    font-weight: 600;
}
.footer a.privacy{
    text-decoration: underline;
    color: #3E4C58;
    cursor: pointer;
    padding-bottom: 10px;
    display: inline-block;
    font-size: 13px;
    font-weight: normal;
    font-weight: 600;
}


@media(max-width: 1024px) {
    #main-content {
        height: 840px;
        min-height: calc(100vh - 90px);
    }

    .nav>li>a:not(.sing-in):not(.dropdown-toggle) {
        padding-left: 10px;
        padding-right: 10px;
    }

    .footer a {
        margin-left: 0px;
        margin-right: 0px;
    }

    .container {
        width: 100%!important;
        padding-right: 20px!important;
    }

}


@media (max-width: 992px) {

    .footer br, .main-block br {
        display: block;
    }
    .footer a {
        padding: 5px 4px;
    }
    .footer .text-left, .footer .text-right {
        text-align: center;
    }
    .footer .col-xs-12 {
        margin-bottom: 20px;
    }

    #main-content {
        height: calc(100vh - 90px);
        min-height: calc(100vh - 90px);
    }

    .navbar-nav {
        padding-right: 20px;
    }

    .navbar-nav .open .dropdown-menu {
        margin: auto;
    }

    .footer {
        height: 390px;
    }


}

@media(max-width: 425px) {
    .footer {
        padding-top: 50px;
    }

    .footer .col-xs-12.text-left:last-of-type {
        margin-top: 20px;
    }

    .footer .col-xs-12 {
        margin-bottom: 40px;
    }

    .mtop span {
        font-style: normal;
        font-weight: normal;
        font-size: 12px;
        line-height: 28px;
        text-align: center;
    }

    .mtop a {
        margin-top: 15px;
    }

    .footer a.contact {
        padding-bottom: 5px;
    }

    .footer {
        padding-bottom: 0px;
        height: 530px;
    }
   
}