@charset "UTF-8";
body {
    background-color: #ffffff;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100vw;
    height: 100vh;
}
.bg-drk-blue {
    background-color: #053867 !important;
}

.bg-blue {
    background-color: #0761B4;
}
.bg-trans {
    background-color: rgba(255,255,255, .6);
}
.va-logo {
    width: 80%;
    margin-left: 60px;
}
.grg-logo {
    max-width: 285px;
    width: 25%;
    margin-left: 60px;
}
.login-box {
    margin-left: 40%;
    margin-top: 10%;
}
.login-text {
    color: #FFFFFF;
    font-size: 2.2em;
    padding-bottom: 10px;
    border-bottom: 2px solid #FF0202;
    margin-bottom: 10px;
}

.btn-primary {
    background-color: #8AEDFA !important;
    color: #0761B4;
}

.btn-primary:hover {
    background-color: #0761B4 !important;
    color: #8AEDFA;
}
.padding-bottom {
    padding-bottom: 140px;
}
.djhj {
    z-index: 3000 !important;
    bottom: 2% !important;
}
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
}