
.login-mode-item {
    font-size: 18px;
    line-height: 30px;
    vertical-align: text-bottom;
    cursor: pointer;
    transition: 0.2s;
    color: rgba(0, 0, 0, 0.8);
}

.login-container{
    width: 800px;
    margin: 0 auto;
    background: white;
    box-sizing: border-box;
    padding: 50px;
}
.login{
    width: 350px;
    box-sizing:border-box;
    padding: 20px;
    background: white;
    border-radius: 7px;
    margin: 0 auto;
}
.login-mode-first-item{
    float: left;
    
}
.login-mode-second-item{
    float: right;
}
.login-mode-wrapper{
    overflow: visible;
    border-radius: 2px;
    border-bottom: 1px solid #2c3344;
    margin-bottom: 25px;
    height: 40px;
}
.login-mode-active{
    font-size: 31px;
    font-weight: bold;
}
.login input{
    width: 100%;
    border: 0px solid transparent;
    border-bottom: 1px solid #cecece;
    height: 40px;
    font-weight: normal;
    outline: none;
    transition: 0.3s;
    font-size: 16px;
    margin-bottom:20px;
}
.login input:focus{
    border-bottom: 1px solid #faaf41;
}
.login-first-mode-line{

}
.forgot-passsword-label{
    text-align: center;
    cursor: pointer;
    color: gray;
    text-decoration: none;
    transition: 0.3s;
    margin-top: 15px;
}
.forgot-passsword-label:hover {
    color: #faaf41;;
}
.sign-in-button button{
    height: 45px;
    width: 100%;
    margin-top:10px;
    border:0px solid transparent;
    outline: none;
    background: #faaf41;
    border-radius: 5px;
    font-size: 18px;
    font-weight: normal;
    cursor: pointer;
    transition: 0.3s;
    color: white;
}
.sign-in-button button:hover{
    background: #f7b667;


}
.sign-in-wrapper svg{
    fill: white;
    margin-top: 18px;
    transition: 0.2s;
}
.sign-in-wrapper{
    text-align: center;
    height: 45px;
    width: 45px;
    border-radius: 500px;
    background: #3b78a5;;
    margin: 0 15px;
    margin-top: 15px;
    cursor: pointer;
    float: left;
    position: relative;
    
}
.sign-in-wrapper-wrapper{
    overflow: hidden;
    margin-left: calc(50% - 112.5px);
}
.sign-in-wrapper svg{
    margin-top: 15px;
    margin-left: 2px;
}
.sign-in-facebook-wrapper{
    background:#2e5b94;
}
.sign-in-facebook-wrapper svg{
    margin-top: 12px;
    margin-left: 5px;
}
.sign-in-wrapper:hover svg{
    transform: scale(1.2);
}
.login-error-message{
    font-size: 14px;
    color: red;
    margin-top: -15px;
}
.login-error-message-main{
    margin-top: 15px;
    width: 100%;
    height: 15px;
}
.sign-in-google-wrapper{
    background: white;
    border: 2px solid rgb(218, 218, 218);
    border-radius: 500px;
    box-sizing: border-box;
    position: relative;
}
.sign-in-google-wrapper svg{
    width: 20px;
    margin-top: 12px;
    position: relative;
    z-index: 1;
}
.login-checkbox{
    width: 18px;
    height: 18px;
    border: 0px solid transparent;
    border-radius: 4px;
    line-height: 18px;
    box-sizing: border-box;
    background: #faaf41;
    float: left;
    text-align: center;
}
.login-checkbox svg{
    width: 12px;
    height: 12px;
    margin-top: 3px;
}
.login-checkbox-wrapper{
    margin-bottom: 20px;
    overflow: hidden;
    width: fit-content;
    cursor: pointer;
}
.login-checkbox-label{
    float: left;
    padding-left: 10px;
    display: inline-block;
    user-select: none;
}
.sign-up-container{
    display: none;
}
.login-mode-line-active{
    height: 4px;
    width: 100%;
    background: #faaf41;
    margin-top: 7px;
}

.login-black{
    background: rgba(0, 0, 0, 0.4);
    width: 100vw;
    height: 100vh;
    position: absolute;


}
.login-wrapper{
    position: fixed;
    z-index: 7;
    width: 100vw;
    height: 100vh;
    top: 0;
    display: none;
}
.login-container{
    position: absolute;
    left: calc(50% - 400px);
    top: 180px;
    border-radius: 5px;
}
.login-close{
    text-align: right;
    height: 20px;
    font-size: 35px;
    margin-top: -20px;
    cursor: pointer;

}

.login-button:hover{
    color: #faaf41;
}
.login-button{
    display: inline-block;
    color: black;
    transition: 0.2s;
}
.login-alert-text{
    width: 80%;
    text-align: center;
    font-size: 12px;
    margin: 0 auto;
    color:rgb(150, 150, 150);
    user-select: none;
    display: none;
}
.login-not{
    text-align: center;
    margin-top: 40px;
    font-size: 18px;
    color: gray;
}
#vk_auth{
    width: fit-content;
    margin: 0 auto;
    margin-bottom: -30px;
    margin-top: 30px;
    display: none;
}
.ulogin-button-google{
    background:transparent !important;
    height: 100% !important;
    width: 100% !important;
    position: relative;
    z-index: 3;
}
.sign-in-wrapper svg{
    position: absolute;
    top: calc(50% - 20px);
    left: calc(50% - 10px);
    z-index: 2;
}
.ulogin-button-vkontakte{
    width: 45px !important;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 45px !important;
    background: transparent !important;
}
.ulogin-button-facebook{
    width: 45px !important;
    height: 45px !important;
    position: absolute;
    top: 0px;
    left: 0px;
    background: transparent !important;
}
.sign-in-google-wrapper svg{
    margin-left: 0px;
}
@media screen and (max-width: 600px) {
    .login-container{
        top: 0px;
        height: 100%;
    }
    .login-container{
        padding: 20px 15px;
        box-sizing: border-box;
        width: 100%;
        left: 0px;
        border-radius: 0px;
    }
    .login{
        padding: 0px;
        width: 100%;
    }
    .login-mode-wrapper{
        margin-top: 20px;
    }
    .login-mode-item{
        font-size: 16px;
    }
    .login-mode-active{
        font-size: 25px;
    }
    .sign-in-container input{
        font-size: 14px;
    }
    .forgot-passsword-label{
        font-size: 14px;
    }
    .sign-in-button button{
        font-size: 16px;
    }

    .login-not{
        font-size: 14px;
    }
    .sign-up-container input{
        font-size: 14px;
    }
    .login-checkbox-label{
        font-size: 14px;
    }
    .login-alert-text{
        margin: 10px 0px;
        width: 100%;
    }
    .login-container{
        overflow-y: auto;
    }
    .login-close .login-button{
        font-weight: 300;
        color: rgba(0, 0, 0, 0.85);
    }
}