﻿
@font-face {
    font-family: 'Poppins-Regular';
    src: url('../resources/Poppins-Regular.ttf') format('truetype');
}


html {
    font-size: 0.9rem;
}

body {
    color: #000;
    overflow-x: hidden;
    height: 100%;
    background-color: #B0BEC5;
    background-repeat: no-repeat;
    font-family: 'Poppins-Regular';
}

.card0 {
    box-shadow: 0px 4px 8px 0px #757575;
    border-radius: 0px;
}

.card2 {
    margin: 0px 80px;
}

.logo {
    width: 40%;
    height: auto;
    margin-top: 20px;
    margin-left: 35px;
}

.main-logo {
    width: 40%;
    height: auto;
    margin:0 auto;
}

.image {
    width: 45%;
    height: auto;
}

.border-line {
    border-right: 1px solid #0055AA;
}


.login-padding {
    padding: 10%;
}

button:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline-width: 0;
}

a {
    color: inherit;
    cursor: pointer;
}

/*.btn-primary {
    background-color: #0055AA;
    width: 150px;
    color: #fff;
    border-radius: 2px;
}

    .btn-primary:hover {
        background-color: #000;
        cursor: pointer;
    }*/
/*-------------------------------------------------- */
.btn-primary {
    color: #fff;
    background-color: #233260;
    border-color: #233260;
    width: 10.0rem;
}

    .btn-primary:hover {
        color: #b3b3b3;
    }

.bg-blue {
    color: #fff;
    background-color: #233260;
}



/*-- Loading --*/
.loading {
    /* display: none;*/
    display: block;
    position: fixed;
    z-index: 9000;
    background-image: url('../images/loading.gif');
    background-color: rgba(240, 240, 240, 0.4);
    background-repeat: no-repeat;
    background-position: center;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
}
/*-- End Loading --*/

@media screen and (max-width: 991px) {
    .logo {
        margin-left: 0px;
    }

    .image {
        width: 300px;
        height: 220px;
    }

    .border-line {
        border-right: none;
    }

    .card2 {
        border-top: 1px solid #EEEEEE !important;
        margin: 0px 15px;
    }
}


.login-content {
    top: 50%;
    width: 80%;
    padding: 30px;
    border: solid 1px #d7d7d7;
    border-radius: 10px;
    background-color: #fff;
}

.display-6 {
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.2;
    color: dimgray;
    margin-bottom: 0;
}
