﻿header, body {
    font-family: 'Poppins', sans-serif !important;
    overflow: auto !important;
}

.login-overlay {
    background-color: #006465a0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -50;
}
/* ---- reset ---- */ body {
    margin: 0;
}

canvas {
    display: block;
    vertical-align: bottom;
}
/* ---- particles.js container ---- */

#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    z-index: -49;
    opacity: 0.4;
}

body:not(.mod-pace-custom) .pace .pace-progress {
    background: #0d6465 !important;
}

html body .login-footer {
    top: auto;
    bottom: 0;
}
html body .login-footer a {
    color:#fff !important;
}

.login-form {
    width: 100% !important;
    max-width: 450px;
    padding: 15px;
}

    .login-form .login-welcome {
        padding-bottom: 15px;
        text-align: center;
    }

        .login-form .login-welcome h2 {
            padding: 0;
            margin: 0;
            font-weight: 600;
            font-size: 26px;
            color: #0d6465;
        }

        .login-form .login-welcome p {
            padding: 0;
            margin: 0;
        }

    .login-form .login-logo {
        margin: auto;
        padding-bottom: 15px;
    }

        .login-form .login-logo img {
            height: 110px;
        }

    .login-form .form-label {
        font-size: 13px;
        color: #727272;
        padding: 0;
        margin: 0;
    }

    .login-form input {
        font-size: 14px;
        padding: 10px !important;
        height: 47px !important;
    }

    .login-form button.btn {
        width: 100%;
        background: #0d6465 !important;
        padding: 13px 10px;
        color: #fff !important;
        font-size: 14px;
        letter-spacing: 0.2px;
        box-shadow: none !important;
        border-color: #0d6465 !important;
    }
    .login-form .text-danger,
    .activateLogin .text-danger {
        color: #ff0000 !important;
        font-size: 11px;
        font-weight: 500;
        text-align: right;
        display: block;
    }
    .login-form .form-control:focus {
        border-color: #0d6465 !important;
    }
    .login-form .form-group {
        margin-bottom: 1rem;
    }

::-webkit-input-placeholder { /* Edge */
    color: #a4a4a4 !important;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.2px;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #a4a4a4 !important;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.2px;
}

::placeholder {
    color: #a4a4a4 !important;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.2px;
}

.setpassword-main-logo {
    text-align: center;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid rgb(1 100 101 / 25%);
}

    .setpassword-main-logo img {
        height: 80px;
    }

.login-form .text-danger {
    color: #ff0000 !important;
}

.text-danger {
    color: #ff0000 !important;
}