/*.login {*/
/* display: none;*/
/*}*/

@font-face {
    font-family: 'Aleo-Bold';
    src: url('Aleo-Bold.otf');

}
@font-face {
    font-family: 'Aleo-Regular';
    src: url('Aleo-Regular.otf');

}

@font-face {
    font-family: 'Arciform';
    src: url('Arciform.otf');

}

.auth {
    display: flex;
    min-height: 100vh;
    padding: 35px;
    position: relative;
    text-align: center;
    width: 100%
}
.auth input::placeholder{
    font-size: 12px;
}

.auth .content {
    margin: 0 !important;
    width: 100%
}

.auth .logo {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 45px 0 75px;
    position: relative
}

.auth .logo .main_image {
    max-width: 75%
}

.auth .form {
    align-items: center;
    /* background-image: url(/images/auth_mark.png); */
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    color: var(--auth-text);
    display: flex;
    justify-content: center;
    padding: 55px;
    position: relative
}

.auth form {
    /* padding: 0 45px; */
    position: relative;
    text-align: left;
    width: 100%
}

.auth form h3 {
    font-size: 38px;
    margin-bottom: 22px
}

.auth form input, .auth form select {
    font-size: 18px;
    height: 42px;
    margin-top: 11px
}

.auth form .select2 {
    font-size: 18px;
    margin-top: 11px;
    min-height: 42px;
}

.auth form .settings input[type=checkbox] {
    /* background-color: transparent; */
    border: 1px solid var(--button-color);
    font-size: 18px;
    height: 1em;
    margin-top: 0
}
.forget_password{
    color:#404041; text-decoration:underline
}
.text-login{
    background-color:#002435 !important;
}
#login   h3{
    color:#003A52;font-size:22px;font-weight:600;
}
 #forgot  h3{
    color:#003A52;font-size:22px;font-weight:600; text-align:left
}
#login .input-container label{
color:#404041
}
#forgot .input-container label{
    color:#404041
    }
.auth card {
background-color:white; border-radius:12px;border:2px solid white;width:60%;padding:25px}
.auth form .settings .form-check {
    margin-bottom: 0
}

.auth form .settings {
    align-items: center;
    justify-content: center;
    margin: 15px 0 0
}

.auth form .select2 span {
    min-height: 42px
}

.auth form .select2 li .select2-selection__choice__display {
    color: var(--main-color);
    font-size: 18px;
    padding: 0 7px
}

.auth form .select2 button {
    height: 28px
}

.auth form .select2 textarea {
    font-size: 18px !important;
    height: 20px !important;
    margin-left: 11px !important;
    margin-top: 8px !important
}

.auth .input_icon {
    display: block;
    position: relative
}

.auth .input_icon .icons {
    color: var(--button-color);
    font-size: 20px;
    padding: 0;
    position: absolute;
    right: 10px;
    top: 40px
}

.auth .submit {
    background-color: #002435;
    border-radius: 10px;
    color: var(--auth-text);
    font-size: 16px;
    margin-top: 25px;
    padding: 10px 0;
    width: 100%
}

.auth .top_logo {
    position: absolute;
    right: 35px;
    top: 35px;
    width: 250px
}

.auth .footer_text {
    bottom: 30px;
    color: var(--main-color);
    left: 25px;
    margin: 0;
    position: absolute;
    text-align: left;
    text-transform: uppercase;
    width: auto
}

.auth .form_footer {
    bottom: 15px;
    font-size: 16px;
    left: 0;
    position: absolute;
    right: 0
}


@media (max-width: 1366px) {
    main{
        background-position: 30% !important;
    }
  .auth  label{
        font-size: 11px;
    }
    .forget_password{
        font-size: 11px;
    }
 .auth   card{
        width: 100% !important
    }
    .auth form {
        padding: 0 33px
    }

    .auth form h3 {
        font-size: 32px;
        margin-bottom: 11px
    }

    .auth form input {
        font-size: 16px;
        height: 38px
    }

    .auth .top_logo {
        right: 26px;
        top: 26px;
        width: 180px
    }
}

@media (max-width: 768px) {
    .auth .logo {
        padding: 0 0 30px
    }

    .auth .footer_text {
        bottom: 8px;
        font-size: 12px;
        left: 0;
        text-align: center
    }
}

.auth .reg-link {
    font-size: 18px;
    font-weight: 700
}

.auth .input-container {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
    position: relative;
    width: 100%
}

.auth .input-container span.error {
    bottom: -17px;
    left: 1px;
    position: absolute
}

#start-page {
    position: relative;
    height: 100%;
    width: 100%;
    display: none;
}
main{
    background-image: url(../../images/background2.png) !important;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1111;
    }


.blur-background {
    background-image: url("/images/auth_logo.png");
    filter: blur(8px);
    -webkit-filter: blur(14px);
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.2;
    position: absolute;
}

.blur-foreground {
    height: 100%;
}

.start_page_image {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/*.start_page_image img{*/
/*    position: absolute;*/
/*    top: 0;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    right: 0;*/
/*    margin: auto;*/
/*}*/

/*.start_page_image h4{*/
/*    position: relative;*/
/*    top: 73%;*/
/*}*/
