﻿.custom-vertical-center {
    min-height: 92%; /* Fallback for browsers do NOT support vh unit */
    min-height: 92vh; /* These two lines are counted as one :-)       */
    display: flex;
    align-items: center;
}

.custom-title {
    color: #0078EF;
    font-family: 'Times New Roman', Times, serif;
    font-size: 1.4em;
    margin: .75em 0;
    font-weight: bold;
}

.custom-title-short {
    color: #0078EF;
    font-family: 'Times New Roman', Times, serif;
    font-size: 1.2em;
    margin: .75em 0;
    font-weight: bold;
}

.custom-box {
    border: solid;
    border-color: #002952;
    border-radius: 10px;
}

.custom-box-body {
    /*border-top: solid;
            border-color: darkblue;*/
    background-color: #002952;
}

.custom-login-box {
    background-color: white;
    border-radius: 10px;
}

.custom-link {
    color: white;
    /*font-size:16px;*/
}

/*input[type=text], input[type=password] {
    border-radius: 5px;
}*/

/*.custom-vertical-line {
            padding-left: 10px;
            border-left: 2px solid darkblue;
            height: 50px;
        }*/
