

/* Start:/local/components/curs/registration.form/templates/.default/style.css?17465062693559*/
/* form starting stylings ------------------------------- */
.group {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.group input {
    font-size: 18px;
    padding: 26px 12px 10px 14px;
    display: block;
    width: 100%;
    border: 1px solid #e2e2e2;
}

.group input:focus {
    outline: none;
}

/* LABEL ======================================= */
.group label {
    font-weight: normal !important;
    position: absolute;
    pointer-events: none;
    left: 15px;
    top: 5px;
    font-size: 14px;
    background: white;
    color: #a8a8a8;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

/* active state */
.group input:focus ~ label, .group input:valid ~ label {
    top: 5px;
    font-size: 14px;
    background: white;
    color: #a8a8a8;
}

/* BOTTOM BARS ================================= */
.group .bar {
    position: relative;
    display: block;
    width: 100%;
}

.group .bar:before, .group .bar:after {
    content: '';
    height: 2px;
    width: 0;
    bottom: 1px;
    position: absolute;
    background: #5264AE;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.group .bar:before {
    left: 50%;
}

.group .bar:after {
    right: 50%;
}

/* active state */
.group input:focus ~ .group .bar:before, .group input:focus ~ .group .bar:after {
    width: 50%;
}

/* HIGHLIGHTER ================================== */
.group .highlight {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}

/* active state */
.group input:focus ~ .highlight {
    -webkit-animation: inputHighlighter 0.1s ease;
    -moz-animation: inputHighlighter 0.1s ease;
    animation: inputHighlighter 0.1s ease;
}

/* ANIMATIONS ================ */
@-webkit-keyframes inputHighlighter {
    from {
        background: #01408f;
    }
    to {
        width: 0;
        background: transparent;
    }
}

@-moz-keyframes inputHighlighter {
    from {
        background: #01408f;
    }
    to {
        width: 0;
        background: transparent;
    }
}

@keyframes inputHighlighter {
    from {
        background: #01408f;
    }
    to {
        width: 0;
        background: transparent;
    }
}


.register-form-title {
    font-size: 24px;
    margin-bottom: 20px !important;
}

/*desktop*/
@media only screen and (min-width: 1200px) {

}

/*tablet landscape*/
@media screen and (min-width: 1024px) and (max-width: 1600px) {

}

/*tablet portrait*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .auth-form-title {
        font-size: 16px;
        margin-bottom: 20px !important;
    }
    .register-form-title {
        font-size: 20px;
        margin-bottom: 20px !important;
    }
}

/*smartphone landscape*/
@media screen and (min-width: 480px) and (max-width: 767px) {
    .auth-form-title {
        font-size: 16px;
        margin-bottom: 20px !important;
    }
    .register-form-title {
        font-size: 16px;
        margin-bottom: 20px !important;
    }
}

/*smartphone portrait*/
@media screen /*and (min-width: 320px)*/
and (max-width: 479px) {
    .auth-form-title {
        font-size: 16px;
        margin-bottom: 20px !important;
    }
    .register-form-title {
        font-size: 14px;
        margin-bottom: 20px !important;
    }
}
/* End */
/* /local/components/curs/registration.form/templates/.default/style.css?17465062693559 */
