.login {
    max-width: 812px;
    width: 100%;
    margin: 56px auto;
    padding: 0;
}
.login__form > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 16px;
    width: 100%;
}
.login__form > div > div, .iti--allow-dropdown{
    width: 100%;
}
.login__form {
    background: #FFFFFF;
    border-radius: 32px;
    padding: 20px;
}
.login__form label {
    display: block;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.01em;
    margin-bottom: 8px;
    color: #3043A1;
}
.login__form input, .login__form select {
    background: #F8F4FB;
    border: 1px solid #B591D6;
    border-radius: 32px;
    height: 56px;
    width: 100%;
    padding: 16px;
    color: #3043A1;
    font-weight: 700;
    font-size: 14px;
}
.login__form .m_right {
    margin-right: 16px;
}
.login__btns, .login__pass, .login__pass > div{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 20px 0;
}
.login_register--button {
    background: #F8F4FB;
    border: 1px solid #B591D6;
    border-radius: 32px;
    height: 56px;
    width: 100%;
    padding: 16px;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #3043A1;
    margin-right: 16px;
}
.login_register--button:hover {
    background: #B591D6;
    color: #fff;
}
.login_register--button:active {
    background: #A376CC;
    color: #fff;
}
.login_login--button {
    background: #17BED0;
    border: 1px solid #17BED0;
    border-radius: 32px;
    height: 56px;
    width: 100%;
    padding: 16px;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.01em;
}
.login_login--button:hover {
    background: #19CEE1;
}
.login_login--button:active {
    background: #14A4B3;
}
.login__pass a {
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.01em;
    color: #3043A1;
    display: block;
    width: 100%;
}
.login__pass a.facebook_link:hover {
    background: #3043A1;
    color: #fff;
}
.login__pass > div {
    width: 100%;
}
.login__pass > div a{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.facebook_link {
    border: 2px solid #3B5998;
    border-radius: 100px;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #3043A1;
    margin-right: 16px;
    height: 56px;
    font-family: GHEAHelveticaGeoBold;
}
.login__pass a svg, .login__pass a img {
    margin-right: 16px;
}
.google_link {
    border: 2px solid #347AF6;
    border-radius: 100px;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #347AF6 !important;
    height: 56px;
    font-family: GHEAHelveticaGeoBold;
}
.login__pass a.google_link:hover {
    background: #347AF6;
    color: #fff !important;
}
.selects > div:nth-child(2){
    margin-right: 16px;
}
.conditions_agree input {
    position: relative;
    width: 24px;
    height: 24px;
}
.conditions_agree label {
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 0.01em;
    color: #3043A1;
    margin-left: 18px;
}
.conditions_agree input:before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background: #eef0eb;
    border-radius: 6px;
    border: 2px solid #17BED0;
    position: absolute;
    top: -1px;
    left: -2px;
}
.conditions_agree input:checked:after {
    content: url(../images/Vector.png);
    display: block;
    width: 24px;
    height: 24px;
    background: #17BED0;
    border-radius: 6px;
    border: 2px solid #17BED0;
    position: absolute;
    top: -1px;
    left: -2px;
}
.contact .login_login--button {
    margin-top: 20px;
}
.login__form textarea {
    width: 100%;
    height: 112px;
    background: #F8F4FB;
    border: 1px solid #B591D6;
    border-radius: 32px;
    resize: none;
}