﻿.login-page {
    background-image: url('../img/map_background.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-box {
    background-color: rgba(255, 255, 255, 0.5);
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    max-width: 400px;
    width: 100%;
}

.login-sponsors-box {
    background-color: rgba(255, 255, 255, 0.5);
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    width: 100%;
}

.remember-me-label,
.forgot-password-link,
.register-label, .go-to-login-label{

    font-size: 13px; 
}

.loginmsg-align{
    padding: 0;
}

.icheck-primary {
    display: flex;
    align-items: center;
}

.row .col-6 {
    display: flex;
    align-items: center;
}

a{
    color: #127497 !important;
}

.white{
    color: white !important;
}

a:hover {
    text-decoration: underline !important;
}