footer{
    display: none;
}
body{
    padding-top: 110px;
}
.header-login{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 110px;
    background: #1CB0F6;
    z-index: 1000;
}
.header-login .header-login-content{
    max-width: 810px;
    margin: 0px auto;
    padding: 0px 20px 0px;
}
.header-login .left{
    width: 130px;
    float: left;
}
.header-login .left a{
    display: block;
    padding-top: 18px;
}
.header-login .left span {
    display: block;
    width: 92.732px;
    height: 40.6px;
    background: url(../images/menu.svg) 0px -3180px;
    margin-top: 20px;
}
.header-login .right{
    width: calc(100% - 130px);
    float: right;
    max-width: 325px;
}
.header-login .right span{
    color: #fff;
    text-align: center;
    float: left;
    display: block;
    width: calc(100% - 115px);
    font-size: 20px;
    font-family: 'balootammabold';
    line-height: 20px;
    margin-top: 50px;
}
.header-login .right img{
    float: right;
    width: 115px;
    margin-top: 12px;
    display: inline-block;
}
.header-login .right img.img-mobile{
    display: none;
}

.login-content{
    max-width: 403px;
    margin: auto;
    padding: 60px 15px;
}
.login-content .login-form h1{
    font-size: 23px;
    text-align: center;
    font-family: balootammabold;
    margin: 0 0 25px;
}
.login-content .login-form h2{
    font-size: 15px;
    text-align: center;
    color: #777777;
    line-height: 1.4;
    margin: 20px auto 30px;
    max-width: 290px;
}
.login-form input[type="email"],
.login-form input[type="password"]{
    display: block;
    width: 100%;
    height: 49px;
    border-radius: 10px;
    border: 1px solid #e5e5e5;
    font-size: 15px;
    font-family: balootammamedium;
    padding-left: 15px;
    background: #F7F7F7;
    margin-top: 20px;
    color: var(--color-text);  
}
.login-form input[type="email"]::placeholder,
.login-form input[type="password"]::placeholder{
    font-size: 15px;
    color: var(--color-text-light);
}

.login-form input[type="email"]:focus,
.login-form input[type="password"]:focus{
    outline: none;
    border-color: var(--color-blue);
    box-shadow: none;
}
.login-form .password-group{
    position: relative;
}
.login-form .forgot-password{
    font-size: 15px;
    font-family: balootammasemibold;
    color: #1CB0F6;
    display: block;
    text-align: center;
    margin-top: 20px;
}
.login-form .forgot-password:hover{
    text-decoration: none;
}
.login-form button{
    width: 100%;
    max-width: 100%;
    background: #1CB0F6;
    color: var(--color-white);
    text-transform: uppercase;
    margin-top: 30px;
    height: 49px;
    line-height: 50px;
    border: 0;
    border-bottom: 4px solid #1899D6;
    font-family: 'balootammabold';
}
.login-form button:focus{
    outline: none;
    box-shadow: none;
}
.login-form button:hover{
    webkit-filter: brightness(1.1);
    filter: brightness(1.1);
}
.other-login .or-group{
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 25px 0 35px;
}
.other-login .or-line{
    background: #e5e5e5;
    flex-grow: 1;
    height: 2px;
}
.other-login .or-text{
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .8px;
    text-transform: uppercase;
    color: var(--color-text-light);
    flex-grow: 0;
    padding: 0 8px;
    font-family: 'balootammasemibold';
}
.other-login .other-button a{
    text-align: center;
    font-size: 15px;
    font-family: 'balootammabold';
    text-transform: uppercase;
    border: 1px solid #e5e5e5;
    line-height: 52px;
    height: 51px;
    border-radius: 12px;
    border-bottom: 4px solid #e5e5e5;
    display: block;
    width: 100%;
    position: relative;
    padding-left: 30px;
    color: #777777;
    margin-bottom: 12px;
}
.other-login .other-button a:hover{
    text-decoration: none;
    background: var(--color-gray-light);
}
.other-login .other-button a.btn-facebook i{
    width: 11.511px;
    height: 21.984px;
    background: url(../images/voca-bg.svg) 0px -190px;
    display: inline-block;
    transform: scale(1.1);
    position: absolute;
    left: 75px;
    top: 13px;
}

.other-login .other-button a.btn-google i{
    width: 19.826px;
    height: 20.402px;
    background: url(../images/voca-bg.svg) 0px -160px;
    display: inline-block;
    transform: scale(1.1);
    position: absolute;
    left: 75px;
    top: 13px;
}

.other-login .other-button a.btn-apple i{
    width: 24px;
    height: 29px;
    background: url(../images/voca-bg.svg?n=1) 0px -10480px;
    display: inline-block;
    position: absolute;
    left: 75px;
    top: 13px;
}
.have-no-account{
    margin-top: 22px;
    font-size: 15px;
    font-family: 'promtbold';
    color: #4C4C4C;
    text-align: center;
}
.have-no-account a{
    text-transform: uppercase;
    color: var(--color-blue);
}
.have-no-account a:hover{
    text-decoration: none;
}
.header-menu-content .header-menu-item.menu-item-logo{
    position: absolute;
    left: calc(50% - 46px);
}
.menu-item-logo span{
    display: block;
    width: 92.732px;
    height: 40.6px;
    background: url(../images/menu.svg) 0px -3180px;
    
}
@media(max-width: 767px){
    .header-login .right img{
        display: none;
    }
    .header-login .right span{
        display: none;
    }
    .header-login .right img.img-mobile {
        display: inline-block;
        margin-top: 27px;
    }
    .header-login{
        height: 80px;
    }
    body {
        padding-top: 80px;
    }
    .header-login .left span{
        transform: scale(0.75);
        margin-top: 5px;
        margin-left: -10px;
    }
    .login-content {
        padding: 35px 15px;
    }
}