﻿.invalid-feedback {
    color: red;
}

.form-check-input {
    width: 2em;
    height: 2em;
}

.page-title {
    text-align: center;
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: 1px solid black;
}

.main-content {
    background-color: white;
    padding-bottom: 30px;
    min-height: calc(100vh - 190px);
}

.sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
}

.rounded-circle {
    border-radius: 50% !important;
}

.block-logo .rounded-circle-logo {
    width: 150px;
    padding: 7px;
    background: #ffffff;
    height: 150px;
    text-align: center;
    margin: 40px auto;
    border: 4px solid #d2d2d2;
}

.rounded-circle-logo img {
    width: 90%;
    height: auto;
    margin-top: 13px;
}

.side-left .rounded-circle-logo img {
    height: 100%;
}

.module-title h1 {
    font-size: 23px;
    color: white;
    font-family: sans-serif;
    text-align: center;
    padding-bottom: 30px;
    margin-bottom: 0;
}

.center_logo {
    margin-bottom: 5px;
    margin-top: 10px;
    font-size: 23px;
    color: #002757;
    width: 100%;
    text-align: center;
    float: left;
    font-weight: bold;
}

.login-box {
    padding: 40px;
    margin: 0 auto 0 auto;
    border: 1px solid #BAC1C6;
    background: #fff;
}

.h-100 {
    height: 100% !important;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.btn-login {
    background-color: #002757;
    border: none;
    color: #fff;
    padding: 10px 10px;
    text-align: center;
    font-size: 16px;
    margin: 4px 2px;
    transition: 0.3s;
    outline: none;
    border-radius: 45px;
    width: 160px;
}

    .btn-login:hover span {
        padding-right: 25px;
    }

        .btn-login:hover span:after {
            opacity: 1;
            right: 0;
        }

    .btn-login:active {
        box-shadow: 0 0 0 .2rem rgba(40,167,69,.5);
    }

.full-screen {
    height: 100%;
    margin: 0;
}

.logo {
    height: 100px;
}

.bs-alert {
    text-align: center;
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*color: white;*/
    min-width: 300px;
    max-width: 400px;
    padding: 20px;
}
