p {
    color: rgb(8, 8, 8);
            font-weight: 400;
            font-size: 90%
}

body,
html {
    margin: 0;
    padding: 0;
    background-image: url("../../images/login.jpg");




    /* Center and scale the image nicely */


    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    height: 95vh;
}

.user_card {
    height: 40vh;
    width: 70vh;
    margin-top: auto;
    margin-bottom: auto;
    background: #127bf3ec;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 5px;
}

.brand_logo_container {
    position: absolute;
    height: 140px;
    width: 150px;
    top: -60px;
    border-radius: 50%;
            background: #ffffffe8;
    padding: 10px;
    text-align: center;
}

.brand_logo {
    height: 120px;
    width: 130px;
    border-radius: 50%;
            border: 1px solid rgb(214, 214, 214);
}

.form_container {
    margin-top: 70px;
}

.login_btn {
    width: 70%;
            background: #1d1b00 !important;
            color: white !important;
}

.login_btn:focus {
    box-shadow: none !important;
    outline: 0px !important;
}

        .login_container {
            padding: 0 2rem;
        }

.input-group-text {
            background: #2BC064 !important;
            color: white !important;
    border: 0 !important;
    border-radius: 0.25rem 0 0 0.25rem !important;
    font-size: 1.6rem !important;
}

.input_user,
.input_pass:focus {
    box-shadow: none !important;
    outline: 0px !important;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #2BC064 !important;
}

.img-fluid {
    height: 1000px;
    width: 1000px;
    /* Full height */
}

.centered {
    position: absolute;
            top: 15%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* .alert {
    width:40%;
} */
#pageloader
{
    background: rgba( 255, 255, 255, 0.8 );
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 9999;
}

#pageloader img
{
    left: 50%;
    margin-left: -32px;
    margin-top: -32px;
    position: absolute;
    top: 50%;
}
#pageloader .loader
{
    left: 50%;
    margin-left: -32px;
    margin-top: -32px;
    position: absolute;
    top: 50%;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

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

.p-viewer, .p-viewer2{
    float: right;
    margin-top: -31px;
    position: relative;
    z-index: 1;
    cursor:pointer;
}

.fa-eye {
    color: #000;
}
