.login-page {
    background-image: url('/Image/cover.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

body {
    background-image: Url( '/Image/face.jpg' );
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#logo{
    width:150px;
}


.spinner-wrapper{
    /*background-color: lightslategray;*/
    /*background-color: rgba(0, 0, 0, 0.50);*/
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display:flex;
    justify-content:center;
    align-items:center;
    transition: all 5s;
}

#spinner {
    /*background-color: lightslategray;*/
    /*background-color: rgba(0, 0, 0, 0.50);*/


  
}

.spinner-grow {
    border-color: #062F3A;
    color: #062F3A;
}

.spinner-border {
    height: 100px;
    width: 100px;
    
}

.btn-outline-secondary, .btn-outline-primary {
    border-color: #062F3A;
    color: #062F3A;
}

    .btn-outline-secondary:hover,
    .btn-outline-primary:hover {
        background-color: #062F3A;
    }

/*body .container .row {
    background: linear-gradient(to right bottom, rgba(0, 0, 0,0) 60%, rgba(6, 95, 70,0.5) 90%);
}*/