/****************includex*******************************/

@font-face {
    font-family: "Lato-Regular";
    font-weight: normal;
    src: url("../fonts/Lato-Regular.eot?") format("eot"), url("../fonts/Lato-Regular.woff2") format("woff2"), url("../fonts/Lato-Regular.woff") format("woff"), url("../fonts/Lato-Regular.ttf") format("truetype"), url('../fonts/Lato-Regular.svg#str-replace("Lato-Regular", " ", "_")') format("svg");
}

@font-face {
    font-family: "Lato-Bold";
    font-weight: normal;
    src: url("../fonts/Lato-Bold.eot?") format("eot"), url("../fonts/Lato-Bold.woff2") format("woff2"), url("../fonts/Lato-Bold.woff") format("woff"), url("../fonts/Lato-Bold.ttf") format("truetype"), url('../fonts/Lato-Bold.svg#str-replace("Lato-Bold", " ", "_")') format("svg");
}


/******************colors******************************/


/*****************default******************************/


/* line 31, ../sass/styles.scss */

.mh-100vh {
    min-height: 100vh;
}


/* line 34, ../sass/styles.scss */

.overflow-hidden {
    overflow: hidden;
}


/******************custom******************************/


/* line 38, ../sass/styles.scss */

body {
    background: #eff4f8;
    font-family: "Lato-Regular";
    font-size: 12px;
}


/* line 46, ../sass/styles.scss */

.form-group.custom label {
    color: #2f303a;
    opacity: 0.8;
    /*color: rgba(47, 48, 58, 0.35);*/
    font-size: 12px;
    font-family: "Lato-Bold";
    margin-bottom: 0;
}


/* line 52, ../sass/styles.scss */

.form-group.custom input,
.form-group.custom select {
    border: 1px solid rgba(47, 48, 58, 0.15);
    border-radius: 2px;
    padding: .20rem 12px;
    font-size: 14px;
}


/* line 58, ../sass/styles.scss */

.form-group.custom select,
.form-group.custom select.form-control {
    height: calc(2rem + 2px);
}


/* line 64, ../sass/styles.scss */

a {
    font-size: 12px;
}


/* line 67, ../sass/styles.scss */

a.secondary {
    color: rgba(47, 48, 58, 0.5);
    font-family: "Lato-Bold";
}


/* line 73, ../sass/styles.scss */

.btn-main {
    border-radius: 3px;
    background: linear-gradient( 48.53deg, #3FB7FF 0%, #78B9FF 100%);
    box-shadow: 1px 2px 3px 0 #a3a3a3;
    color: #FFFFFF;
    /* font-family: "Lato-Bold"; */
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.5px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}


/* line 88, ../sass/styles.scss */

.custom-checkbox label {
    color: rgba(47, 48, 58, 0.5);
    font-family: "Lato-Bold";
    font-size: 12px;
    padding-top: 3px;
}


/* line 94, ../sass/styles.scss */

.custom-checkbox label::before {
    width: 14px;
    height: 14px;
    margin-top: 2px;
    border: 1px solid #92a4b5;
    border-radius: 0 !important;
    background: transparent;
}


/* line 105, ../sass/styles.scss */

.custom-checkbox input[type=checkbox]:checked+label::before,
.custom-checkbox input[type=radio]:checked+label::before {
    background: #3FB7FF;
    border-color: #3FB7FF;
}


/* line 109, ../sass/styles.scss */

.custom-checkbox input[type=checkbox]:checked+label::after,
.custom-checkbox input[type=radio]:checked+label::after {
    background-image: none !important;
}


/* line 113, ../sass/styles.scss */

.custom-checkbox .custom-control-input:focus~.custom-control-label::before,
.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    border-color: #3FB7FF;
    box-shadow: none;
}


/* line 119, ../sass/styles.scss */

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background: #3FB7FF;
}


/* line 124, ../sass/styles.scss */

.login-wrap {
    background: #fff;
    background: rgb(255 255 255 / 80%);
    border-radius: 15px;
    box-shadow: 1px 1px 10px #bbb;
}


/* line 126, ../sass/styles.scss */

.login-wrap .login-bg {
    background: url("../img/image_stalykurs.jpg") left bottom no-repeat;
    background-size: cover;
}


/* line 130, ../sass/styles.scss */

.login-wrap form {
    padding: 15%;
}


/* line 133, ../sass/styles.scss */

.login-wrap .logo {
    margin-bottom: 1rem;
}


/* line 136, ../sass/styles.scss */

.login-wrap h5 {
    height: 17px;
    width: 34px;
    opacity: 0.95;
    color: #2F303A;
    font-weight: normal;
    font-size: 20px;
    font-weight: bold;
    line-height: 17px;
    font-family: 'Lato', sans-serif;
    margin: 15px 0;
    text-align: center;
}

.container-login-wrap {
    background: url(../img/image_stalykurs_1.jpg) no-repeat;
    background-size: cover;
}
