﻿body {
   background-image: url('../images/bkgadmin.webp');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-color: #00548c;
}

.mt-loginform {
    margin-top: 180px;
    margin-left: 110px;
    display: block;
}

.bg-grey {
    background-color: #F2F2F9;
}


.alert.alert-success.animated.fadeInDown > button {
    border: 1px solid #FFF;
    background-color: #0099FF;
    color: #FFF;
    border-radius: 4px;
}

.alert.alert-danger.animated.fadeInDown > button {
    border: 1px solid #f5c2c7;
    background-color: #f3bbc0;
    color: #ffffff;
    border-radius: 4px;
}

.spinner-border-login {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    vertical-align: -.125em;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: .75s linear infinite spinner-border;
    animation: .75s linear infinite spinner-border;
    margin-left: 2em;
    color: #082969 !Important;
    padding: 0px !Important;
}

.spversion {
    margin-top: -10px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
}

.blueclass {
    background-color: #082969;
}