body{
	height: 100%
}

.blue_page {
    position: relative;
}

.block-user-login-block{
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 390px;
    width: 400px;
    border: 1px solid #0D4C7F;
    border-radius: 2px;
    background-color: #ffffff90;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}
.blue_page .user-login-form{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
}


.blue_page .user-login-form label{
    display: none;
}

.blue_page .user-login-form input.form-text{
    all: unset;
    box-sizing: border-box;
    width: 80%;
    border-bottom: 1px solid #0D4C7F;
    height: 40px;
    padding: 0 15px;
    margin: 0 10%;
}

.blue_page .user-login-form input.form-text:focus{
    background-color: white;
    border: unset;
    border-radius: 2px;
}

.blue_page .user-login-form .js-form-item{
    width: 100%;
}

.blue_page nav#block-new-start-menyuuchyotnoyzapisipolzovatelya-2{
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 390px;
    width: 400px;
    border: 1px solid #0D4C7F;
    border-radius: 2px;
    background-color: #ffffff90;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}


.blue_page h2#block-new-start-menyuuchyotnoyzapisipolzovatelya-2-menu{
    font-size: 20px;
}

.blue_page a.request-password-link {
    display: none;
}
.button_wraper{
    padding-top: 15px;
    display: flex;
     justify-content: center;
 }
 
 .button_wraper button{
    width: 160px;
    font-weight: 400;
    height: 40px;
    color: #0D4C7F;
    border: 1px solid #0D4C7F;
    border-radius: 2px;
    transition: background-color 0.2s;
 }
 
 p{
    color: #FFFFFF;
 }
 
 .button_wraper button:hover{
    background-color: #0D4C7F;
    color: #ffffff;
 }

.blue_page .form-submit{
    all: unset;
    cursor: pointer;
    width: 160px;
    height: 40px;
    display: flex;
    justify-content: center;
}
.blue_page .form-submit:hover{
    background-color: #0D4C7F;
    color: #ffffff;
 }
 