
.auth__container .auth__title {
    font-size: 24px;
    color: #515a60;;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 300;
    text-align: center;
}


.auth__container .auth__title.verify {
    font-size: 18px;
    line-height: 1.2;
}


.auth__action .info__button {
    margin-top: 0;
}

.auth__action .info__button a {
    padding: 12px 20px;
}

.auth__container {
    width: 550px;
    max-width: 80%;
    margin: 50px auto;
}


/**/

form.form button {
    min-width: 200px;
    margin: 20px auto 30px;
    text-transform: uppercase;
    min-height: 56px;
}


form.form .form-group {
    position: relative;
    padding-top: 1.4rem;
    width: 100%;
    margin-top: 2px
}

form.form .form-group.required:before {
    content: '*';
    color: #921226;
    position: absolute;
    left: -8px;
    bottom: 10px;
}

form.form .form-group.flex {
    display: flex
}

/*  form.form .form-group.links {justify-content: space-around;}*/
form.form .form-group.links .form-link:last-child {
    margin-left: auto
}

.form-group a {
    color: #004084;
    text-decoration: underline;
    font-size: 18px;
    font-weight: 300
}

form.form .form-group p.confidence {
    font-size: 0.8rem;
    color: #5b5b5b !important;
    margin: 0;
    padding: 5px;
    margin-top: 20px
}

form.form .form-group p.confidence a {
    font-size: 0.9rem;
    color: #5b5b5b !important;
    text-decoration: underline;
}

/**/
form.form .form-group label:not(.standart) {
    position: absolute;
    top: 0;
    left: 4px;
    font-size: 14px;
    opacity: 1;
    transform: translateY(0);
    transition: all 0.2s ease-out;
    color: rgb(33, 37, 41);
}

form.form .form-group label.standart {
    display: flex;
    font-size: .9rem;
    color: #5b5b5b;
    align-items: center;
    line-height: 1;
}

form.form .form-group label.standart input {
    padding: 0;
    display: inline-flex;
    width: 18px;
    height: 18px;
    margin: 0 10px 0 0;
}

.pt-0 {
    padding-top: 0 !important;
}

/**/
form.form .form-group input {
    width: 100%;
    font-size: 1.3rem;
    line-height: 1;
    border: none;
    border-bottom: 2px solid rgba(51, 51, 51, 0.5);
    padding: 2px 3px;
    background-color: transparent;
    outline: none;
}

/**/
form.form .form-group .border {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 0px;
    width: 0;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.5s;
    background: #6675df;
}

/**/
form.form .form-group input:focus + label + .border {
    width: 100%;
}

/**/
form.form .form-group.valid .border {
    background: #00ad5f !important;
    width: 100% !important;
}

/**/
form.form .form-group.invalid .border {
    background: #de4210 !important;
    border: 1px solid #de4210 !important;
    width: 100% !important;
}

/**/
form.form .form-group input:placeholder-shown + label {
    opacity: 0;
    font-size: 1rem;
    transform: translateY(1rem);
}


form.form .form-group .select {
    position: relative;
    width: 100%;
}

form.form .form-group .select select {
    position: relative;
    font-family: inherit;
    background-color: transparent;
    width: 100%;
    padding: 4px 5px;
    font-size: 1.4rem;
    border-radius: 0;
    border: none;
    border-bottom: 2px solid rgba(51, 51, 51, 0.5);
}

form.form .form-group .select select:focus {
    outline: none;
    border-bottom: 2px solid #6675df;
}

form.form .form-group .select select {
    appearance: none;
    -webkit-appearance: none
}

form.form .form-group .select:after {
    position: absolute;
    top: 0.5rem;
    right: 0.9rem;
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid rgba(0, 0, 0, 0.12);
    pointer-events: none;
}

form.form .form-group .select label {
    color: rgb(117, 117, 117);
    font-size: 1.4rem;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 4px;
    top: -20px;
    transition: 0.2s ease all;
}

form.form .form-group .select select:focus ~ label, form.form .form-group .select select:valid ~ label, form.form .form-group .select select:disabled ~ label, form.form .form-group .select select:read-only ~ label {
    color: #3b3b3b;
    top: -20px !important;
    transition: 0.2s ease all;
    font-size: 14px;
}

form.form .form-group .select select:focus ~ .border {
    width: 100%;
}

.form-error {
    padding-bottom: 20px;
    font-size: 0.9rem;
    color: #f15f5f;
    max-width: 570px;
    text-align: center;
}

@media (max-width: 1335px) {
    .auth__container .auth__title{
        font-size: 20px;
    }
}


@media (max-width: 999px) {
    form.form {
        margin-top: 10px;
    }


    form.form {
        border-top: none;
        border-bottom: none;
        margin-bottom: 0;

    }
    form.form#form-reg {
        margin-top: 0;
        position: relative;;

    }
}

@media (max-width: 546px) {
    .auth__container {
        max-width: 94%;
    }

    form.form .form-group input {
        font-size: 0.9rem;
    }

    form.form .form-group .select select {
        font-size: 0.9rem;
    }
}


@media (max-height: 749px) {
    form.form .form-group input {
        font-size: 1.1rem;
        padding: 2px 4px;
    }

    form.form .form-group .select select {
        font-size: 1.1rem;
        padding: 2px 4px;
    }


}

.auth__images {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}

.auth__images img {
    width: 95px;
}

@media (max-width: 400px) {
    .auth__images img {
        width: 70px;
    }
}