﻿#logo {
    width: 200px;
    height: auto;
}

h1 {
    color: var(--blue);
}

.vertical-center {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.bg-gray {
    background-color: rgb(246 247 246) !important;
}

.bg-dark {
    background-color: #3D414B !important;
}

#forgot-password {
    text-decoration: none;
    font-size: 15px;
    color: var(--blue);
}