html {font-family: sans-serif;line-height: 1.15;-webkit-text-size-adjust: 100%;-webkit-tap-highlight-color: transparent;background: #fff;height: 100%;font-size: 16px;}

body {margin: 0;padding: 0; outline: none; font-family: "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";font-size: 1rem;font-weight: 400;line-height: 1.5;height: 100%;}
* {
    --color-danger: #ef5350;
    --color-warning:  #ffb22b;
    /*--color-info: #17a2b8;*/
    --color-info: #4a76a8;
    /*--color-success: #28a745;*/
    --color-success: #25c5be;
}

.notify-chrome {
    font-size: .8rem;
}

.notify-chrome div,
.notify-chrome div a{
    display: flex;
    align-items: center;
    /*justify-content: center;*/
}
.notify-chrome img {
    height: 20px;
    margin-right: 10px;
}

.d-none {
    display: none;
}
.wrapper {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #ffffff;
    align-items: center;
    /*justify-content: center;*/
    padding-top: 40px;
}

/*.wrapper .wrapper-container {*/
/*     padding: 20px;*/
/*    box-shadow: 0 2px 6px rgb(50 50 102 / 20%);*/
/*    border-radius: 4px;*/
/*}*/

.wrapper .logo-container .logo{
    text-align: center;
}
.wrapper .logo-container .logo img{
    max-height: 80px;
    margin: 0 0 20px;
}

.wrapper .form-container  .form__title{
    font-size: 1.8rem;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-family: RobotoLight,sans-serif;
    font-weight: 300;
    color: #3e3e3e;
    text-align: center;
}
.wrapper .form-container  .form__title-sub {
    font-size: 0.8rem;
    color: #3e3e3e;
}


/**/
.wrapper .form-container  form.form {width: 450px}
.wrapper .form-container  form.form .form-group {position: relative;padding-top: 1.5rem;width: 100%;}
.wrapper .form-container  form.form .form-group.flex {display: flex}
/*.wrapper .form-container  form.form .form-group.links {justify-content: space-around;}*/
.wrapper .form-container  form.form .form-group.links .form-link:last-child{margin-left: auto}
.wrapper .form-container  form.form .form-group a{color: #1088de; text-decoration: none; font-size: .85rem}
.wrapper .form-container  form.form .form-group p.confidence {font-size: 0.9rem; color: #5b5b5b !important; margin: 0; padding: 5px}
.wrapper .form-container  form.form .form-group p.confidence a{font-size: 0.9rem; color: #5b5b5b !important;     text-decoration: underline;}
/**/
.wrapper .form-container  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);}
.wrapper .form-container  form.form .form-group label.standart{    display: flex;
    font-size: .9rem;
    color: #5b5b5b;}
.wrapper .form-container  form.form .form-group label.standart input{padding: 0;
    display: inline-flex;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    align-items: center;
}
/**/
.wrapper .form-container  form.form .form-group  input { width: 100%;font-size: 1.4rem;border: none;border-bottom: 2px solid rgba(51, 51, 51, 0.5);padding: 4px 5px;background-color: transparent; outline:none;}
/**/
.wrapper .form-container  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;}
/**/
.wrapper .form-container  form.form .form-group input:focus + label + .border {width: 100%;}
/**/
.wrapper .form-container  form.form .form-group.valid .border{background: #00ad5f !important;width: 100% !important;}
/**/
.wrapper .form-container  form.form .form-group.invalid .border{background: #de4210 !important; border: 1px solid #de4210!important; width: 100% !important;}
/**/
.wrapper .form-container  form.form .form-group  input:placeholder-shown + label {opacity: 0;font-size: 1rem;transform: translateY(1rem);}
/**/
.wrapper .form-container  form.form .form-group button {
    padding: 8px 10px;
    outline: none;
    margin: 0 auto;
    min-width: 200px;
    border-radius: 2px;
    background: #0a4992;
    font-size: 1.2rem;
    color: #fff;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 1px;
    /*-webkit-transition: all 0.4s;*/
    /*-o-transition: all 0.4s;*/
    /*-moz-transition: all 0.4s;*/
    /*transition: all 0.4s;*/
    border: 0;
    box-shadow: 0 0 4px rgba(0,0,0,0.5);
}
/**/
.wrapper .form-container  form.form .form-group button:hover {    background: #0f88de;cursor: pointer;}
/**/

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%;}


.wrapper .form-container  form.form .form-group button.processing {
    /*font-size: 0;*/
    color: transparent;
    position: relative;
    background: url(/SModules/Auth/src/img/loader.gif) center center no-repeat;
    background-size: 80%;
    height: 39px;
    padding: 0;
}
.wrapper .form-container  form.form .form-group button:disabled {
    opacity:  0.7;
}

.wrapper .form-container .form-error {
    padding-top: 0;
    font-size: 0.9rem;
    color: #f15f5f;
}
.wrapper .form-container .form-notify {
    padding-top: 30px;
    font-size: 0.9rem;
    color: #28a745;
}

.footer {
    margin-top: auto;
    display: flex;
    width: 100%;

}
.footer .dev__text {
    margin-top: 20px;
    display: block;
    margin-left: auto;
    font-size: 13px;
    padding: 0 15px;
    color: #888888;
}
.footer .dev__text a{
    color: #0a4992;
    text-decoration: none;
    text-transform: none;
}



@media (max-width: 468px) {
    .wrapper {
        padding: 0;
        padding-top: 30px;
        justify-content: start;
    }
    .wrapper .wrapper-container {
        width: 80%;
    }
    .wrapper .logo-container .logo img {
        height: 60px;
        margin: 0 0 10px;
    }
    .wrapper .form-container .form__title {
        margin-bottom: 10px;
        font-size: 1.2rem;
    }
    .wrapper .form-container form.form {
        width: 100%;
    }
}

