.login-page {
    overflow: hidden;
    background: url('../img/login/back.png') no-repeat center center fixed;
    background-size: cover;
}

.login-wrap {
    transform: translateX(300%);
    transition: 0.3s;
    overflow: hidden;
    min-width: 384px;
}
.logo-hide-wrap{
    width:100%; 
    height:100%; 
    position: absolute;
    top:0;
    display: none;
}
.login-restore {
    padding: 32px !important;
    transition: 0.5s;
    opacity: 0;
    position: absolute;
    bottom: 0;
    z-index: -1;
    margin-bottom: -5px;
    transform: translateY(600px);
}

.hr-restore {
    margin: 32px;
}

.close-restore {
    background: #3A3A3A;
}

.login__content-restore-main {
    box-sizing: border-box;
    bottom: 0;
    background: #242424;
    width: 100%;
    border-radius: 19px;
    padding: 16px;
}

.back-login-hidden {
    position: fixed;
    display: none;
    background: rgba(25, 25, 25, 0.8);
    border-radius: 19px;
    height: 681px;
    width: 384px;
}

.close-restore {
    display: none;
}

.login-main {
    width: 100%;
    justify-content: space-between;
}

.login__logo {
    transform: translateX(-300%);
    width: 242px;
    height: 51.14px;
    transition: 0.3s;
}

.login__video {
    z-index: -1;
    object-fit: cover;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
}

.login__content {
    background: #191919;
    border-radius: 19px;
    padding: 32px;
    overflow: hidden;

}

.login__content-title {
    font-weight: bold;
    font-size: 24px;
    line-height: 27px;

}



.login__content-subtitle {
    font-size: 12px;
    line-height: 14px;
    color: rgba(255, 255, 255, 0.45);
    margin: 32px 0px;
}

.login__content-circles {
    width: 100%;
    justify-content: space-between !important;
}

.login__content-circles span {
    transition: 0.3s;
    font-style: italic;
    font-weight: bold;
    font-size: 32px;
    line-height: 37px;
    color: rgba(255, 255, 255, 0.45);
}

.login__content-circles-el {
    position: relative;
    width: 96px;
    height: 96px;
    border: 1.5px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
}

.loginServerFirst input[type=radio]:checked+label {
    background: radial-gradient(79.69% 79.69% at 50% 100%, rgba(13, 115, 253, 0.42) 0%, rgba(13, 115, 253, 0) 100%);
    border: 1.5px solid #0D73FD;
}

.loginServerFirst input[type=radio]:checked+label .server-mini-circle div {
    background: #0D73FD;
}

.loginServerSecond input[type=radio]:checked+label {

    background: radial-gradient(79.69% 79.69% at 50% 100%, rgba(234, 79, 61, 0.42) 0%, rgba(234, 79, 61, 0) 100%);
    border: 1.5px solid #EA4F3D;

}

.loginServerSecond input[type=radio]:checked+label .server-mini-circle div {
    background: #EA4F3D;
}

.loginServerThird input[type=radio]:checked+label {
    background: radial-gradient(79.69% 79.69% at 50% 100%, rgba(101, 196, 102, 0.42) 0%, rgba(101, 196, 102, 0) 100%);
    border: 1.5px solid #65C466;

}

.loginServerThird input[type=radio]:checked+label .server-mini-circle div {
    background: #65C466;
}

.server-mini-circle {
    transition: 0.3s;
    opacity: 0;
    position: absolute;
    transform: scale(0);
    right: 0;
    top: 0;
    background: #101010;
    width: 24px;
    height: 24px;
    border-radius: 50%;
}

.server-mini-circle div {

    width: 16px;
    height: 16px;
    border-radius: 50%;
}

.log-server input[type=radio]:checked+label span {

    color: #FFFFFF;
    transform: scale(0.7);
}

.log-server input[type=radio]:checked+label .server-mini-circle {
    opacity: 1;
    transform: scale(1);
}

.login__content-circles input {
    display: none;
}

.login__content-input-block {
    margin-top: 32px;
}

.login__content-input-block span {

    font-size: 12px;
    line-height: 14px;
    color: rgba(255, 255, 255, 0.45);
}

.login__content-input-block input:focus {
    border-bottom: 1px solid rgba(255, 255, 255, 1);
}

.login__content-input-block:focus-within span {
    color: #FFFFFF !important;
}

.login__content-input-block input {

    font-size: 16px;
    line-height: 18px;
    color: #FFFFFF;
    padding: 6px 0;
    border: none;
    outline: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    box-sizing: border-box;
    background: none;
}

.login__content-robot {
    align-self: center;
    margin: 32px 0px;
}

.login__hr {
    width: 100%;
    height: 1px;
    opacity: 0.1;
    margin: 24px 0px;
}

.login__content-btn {
    cursor: pointer;
    transition: 0.1s;
    height: 46px;
    width: 94px;
    background: #EA4F3D;
    box-shadow: 0px 2px 8px rgba(234, 79, 61, 0.24), 0px 14px 32px -16px rgba(234, 79, 61, 0.64);
    border-radius: 320px;
    font-weight: bold;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.1em;
}

.login__content-btn:hover {
    background: #FF8D80;
}

.login__content-restore {
    cursor: pointer;
    font-weight: bold;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.1em;
    color: rgba(255, 255, 255, 0.45);
}

.login__content-remember-span {
    margin-right: 8px;
    font-size: 16px;
    line-height: 18px;
}

.switch {
    transition: 0.1s;
    padding: 0px 2px;
    justify-content: flex-start;
    position: relative;
    width: 32px;
    height: 16px;
    background-color: #ccc;
    border-radius: 320px;
}

.switch-input {
    display: none;
}

.switch-slider {
    position: absolute;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    background: #FFFFFF;
    margin-left: 3px;
}

.switch-input:checked~.switch {
    background: #EA4F3D;
}

.switch-input:checked~.switch-slider {
    margin-left: 50%;
}