.back-rescrit {
    background: url('/images/background/loading_color.jpg');
}

.back-Securitax {
  background: url('/images/background/loading_color.jpg');
}

.back-parfigroup {
    background: url('/images/background/parfigroup.jpg');
}

.back-ing {
    background: url('/images/background/ing.jpg');
}

.back-acme {
    background: url('/images/background/acme.jpg');
}

.back-bce {
    background: url('/images/background/bce.jpg');
}


.login-body-wrapper, html {
    height: 100%;
    margin: 0;
    overflow: hidden;
}

.login-wrapper {
    position: absolute;
    width: 100%;
    background-size: cover;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}



    .login-wrapper .login-errors-wrapper {
        background: white;
        padding: 20px;
        display: none;
        max-width: 460px;
    }

        .login-wrapper .login-errors-wrapper p {
            color: red;
        }

    .login-wrapper .login-error-wrapper label.login-error {
        display: none;
        padding: 10px 0;
        color: red !important;
    }

.login-title-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.login-title-login {
    margin: 0;
    position: relative;
    color: floralwhite;
    font-size: 30px;
    text-transform: uppercase;
    font-family: "RobotoSlab-Regular";
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.12em;
}

    .login-title-login::before {
        content: '';
        position: absolute;
        top: 13px;
        right: -120px;
        border-bottom: 2px solid white;
        width: 100px;
        color: #344d87;
    }

    .login-title-login::after {
        content: '';
        position: absolute;
        top: 13px;
        left: -120px;
        border-bottom: 2px solid white;
        width: 100px;
        color: #344d87;
    }

.login-title-rescrit {
    margin: 0;
    color: #344d87;
    font-size: 60px;
    text-transform: uppercase;
    font-family: "RobotoSlab-Regular";
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 0.12em;
}

.login-email-textbox, .login-password-textbox {
    display: block;
    width: 93%;
    padding: 12px 18px;
    font-size: 16px;
    font-weight: 400;
    line-height: 34px;
    color: #000;
    background-color: #f6f6f6;
    background-image: none;
    border: 1px solid #f6f6f6;
    border-radius: 6px;
}


.login-form {
    margin-top: 65px;
    width: 500px;
}

.login-email-wrapper, .login-password-wrapper {
    margin-bottom: 15px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .login-email-wrapper label.error, .login-password-wrapper label.error {
        position: absolute;
    }

.login-button-wrapper {
    margin-bottom: 15px;
    position: relative;
    display: flex;
    justify-content: center;
}

.login-button {
    color: #fff;
    background-color: #ed6c4d;
    border: none;
    padding: 15px 30px;
    font-size: 18px;
    border-radius: 6px;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 15px;
    cursor: pointer;
    letter-spacing: 2px;
    font-family: "RobotoSlab-Regular";
}


    .login-button:hover {
        background: #344d87;
        transition: .4s;
    }

.password-recovery-action-link {
    color: #ed6c4d;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
    text-transform: uppercase;
    font-family: "RobotoSlab-Regular";
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 3px;
}

    .password-recovery-action-link:hover {
        text-decoration-color: #00bf00 !important;
        text-decoration: underline;
        cursor: pointer;
    }

.register-action-link {
    background-color: #ed6c4d;
    width: 164px;
    height: 50px;
    color: #fff;
    text-transform: uppercase;
    display: block;
    border-radius: 6px;
    font-family: "RobotoSlab-Regular";
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: 700;
}

    .register-action-link:hover {
        text-decoration-color: white !important;
        text-decoration: underline;
        cursor: pointer;
    }

    .register-action-link:hover {
        background-color: #344d87;
        transition: .4s;
    }

.action-links-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.password-recovery-action-wrapper {
    margin-top: 12px;
}

.form-group {
    margin-bottom: 1rem
}

.register-action-wrapper {
    margin-top: 20px;
}

/*Loader*/
.app-loading {
    position: absolute;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    background-size: cover;
    z-index: 9;
}

    .app-loading .spinner {
        height: 200px;
        width: 200px;
        animation: rotate 3s linear infinite;
        transform-origin: center center;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }

    .app-loading .logo {
        color: burlywood;
        font-weight: bold;
    }

    .app-loading .spinner .path {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
        animation: dash 1.5s ease-in-out infinite;
        stroke-linecap: round;
        stroke: #ddd;
    }

.verify-body-wrapper label {
    color: #fff;
    font-family: "RobotoSlab-Regular";
    font-size: 10px;
}

.verify-body-wrapper .control-label {
    font-size: 18px;
}

.verify-body-wrapper .button-verify {
    background-color: #ed6c4d;
    width: 164px;
    height: 50px;
    color: #fff;
    text-transform: uppercase;
    display: block;
    border-radius: 6px;
    font-family: "RobotoSlab-Regular";
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: 700;
}

.verify-body-wrapper .verify-wrapper {
    font-family: "RobotoSlab-Regular";
    font-size: 18px;
    text-align: center;
    background-color: #fff;
}


.send-code-body-wrapper label {
    color: #fff;
    font-family: "RobotoSlab-Regular";
    font-size: 10px;
}

.send-code-body-wrapper .control-label {
    font-size: 18px;
}

.send-code-body-wrapper .button-send-code {
    background-color: #ed6c4d;
    width: 164px;
    height: 50px;
    color: #fff;
    text-transform: uppercase;
    display: block;
    border-radius: 6px;
    font-family: "RobotoSlab-Regular";
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: 700;
}

.send-code-body-wrapper .verify-wrapper {
    font-family: "RobotoSlab-Regular";
    font-size: 18px;
    text-align: center;
    background-color: #fff;
}

@keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }

    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px;
    }
}
