﻿@import url('https://fonts.cdnfonts.com/css/myriad-pro');

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    background-color: white;
    background-image: url('images/ac_bg.png');
    background-size: cover; /* Cover the entire body */
    background-repeat: no-repeat; /* Prevent the image from repeating */

}

@font-face {
    font-family: 'Phosphate';
    src: url('fonts/Phosphate-inline.ttf') format('truetype');
}

.LoginLogoText {
    font-family: 'Phosphate';
    font-size: 3rem;
    line-height: 3rem;
}

.left_div {
    background-color: rgba(255, 255, 255, 0); /* Set the background color with transparency */
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    /*font-family: 'Myriad Pro', sans-serif;*/
    font-size: 1.5rem;
    margin: 0;
    padding: 0;
    line-height: 2rem;
}

.login_footer_copyright:hover {
    color: red;
    text-decoration: underline;
}

.left_div {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
}

.link-hover:hover {
    color:black !important;
    text-decoration: underline !important;
}
.right_div {
    padding: 0;
}

@media (min-width: 768px) {
    .right_div {
        background-color: white;
        border-top-right-radius: 0.5rem;
        border-bottom-right-radius: 0.5rem;
    }
}
.left_div {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
}
