

/* Start:/bitrix/templates/.default/components/bitrix/breadcrumb/breadcumber/style.css?1758169305750*/
.bx-breadcrumb {
    margin: 10px 0;
}

.bx-breadcrumb i {
    color: #b5bdc2;
    line-height: 13px;
    font-size: 12px;
    vertical-align: middle;
    margin-right: 5px;
}

.bx-breadcrumb .bx-breadcrumb-item {
    float: left;
    margin-bottom: 10px;
    white-space: nowrap;
    line-height: 13px;
    vertical-align: middle;
    margin-right: 10px;
}

.bx-breadcrumb .bx-breadcrumb-item span {
    font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 13px;
    white-space: normal;
}

.bx-breadcrumb .bx-breadcrumb-item a {
	color: #01408f;
    border-bottom: none;
}

.bx-breadcrumb .bx-breadcrumb-item a:hover {
}

.page-top #pagetitle {
    /*color: #01408f;*/
    color: #01408f;
    margin: 10px 0px;
}
/* End */


/* Start:/local/components/curs/system.auth.form/templates/.default/style.css?17465062693445*/
/* form starting stylings ------------------------------- */
.group {
    position: relative;
    width: 100%;
    margin: 0 auto;
    margin-bottom: -4px;
}

input {
    font-size: 18px;
    padding: 26px 10px 10px 5px;
    display: block;
    width: 100%;
    border: 1px solid #e2e2e2;
}

input:focus {
    outline: none;
}

/* LABEL ======================================= */
label {
    top: 2px;
    font-size: 14px;
    background: white;
    color: #a8a8a8;
    font-weight: normal !important;
    position: absolute;
    pointer-events: none;
    left: 15px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

/* active state */
input:focus ~ label, input:valid ~ label {
    /*top: 5px;
    font-size: 14px;
    background: white;
    color: #a8a8a8;*/
}

/* BOTTOM BARS ================================= */
.bar {
    position: relative;
    display: block;
    width: 100%;
}

.bar:before, .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;
}

.bar:before {
    left: 50%;
}

.bar:after {
    right: 50%;
}

/* active state */
input:focus ~ .bar:before, input:focus ~ .bar:after {
    width: 50%;
}

/* HIGHLIGHTER ================================== */
.highlight {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}

/* active state */
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;
    }
}

.auth-form-title {
    font-size: 40px;
}

.auth-form-subtitle {
    font-size: 20px;
}

/*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;
    }

    .auth-form-subtitle {
        font-size: 20px;
    }
}

/*smartphone landscape*/
@media screen and (min-width: 480px) and (max-width: 767px) {
    .auth-form-title {
        font-size: 16px;
        margin-bottom: 20px !important;
    }

    .auth-form-subtitle {
        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;
    }
    .auth-form-subtitle {
        font-size: 16px;
        margin-bottom: 20px !important;
    }
}

/* End */
/* /bitrix/templates/.default/components/bitrix/breadcrumb/breadcumber/style.css?1758169305750 */
/* /local/components/curs/system.auth.form/templates/.default/style.css?17465062693445 */
