﻿html, body {
    font-family: 'Poppins', sans-serif;
    width: 99%;
    height: 99%;
    background: linear-gradient(111deg, #9998F0 1.89%, #5A76D6 68.82%, #4230C3 98.59%) !important;
}

.login-container {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 25px;
    height: 50%;
    width: 30%;
    border: 1px solid black;
    background-color: white;
    border-radius: 5px;
}


.privacy-container {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 25px;
    height: 80%;
    overflow: hidden;
    overflow-y: scroll;
    width: 50%;
    border: 1px solid black;
    background-color: white;
    border-radius: 5px;
}


.login-image {
    height: 75px;
}

.login-title {
    text-align: center;
    font-weight: bold;
    font-size: 35px;
}

.login-bttn {
    background-color: #FF0 !important;
    border-radius: 5px;
    border: none;
    height: 50px;
    color: #412786 !important;
    cursor: pointer;
    text-align: center;
    width: 100%;
    padding: 10px;
}

.login-group {
    padding: 10px;
}


@media only screen and (max-width: 600px) {
    .login-container {
        position: fixed;
        padding: 25px;
        height: 100%;
        width: 100%;
        border: 1px solid black;
        background-color: white;
        border-radius: 5px;
        border: 10px solid #1e1f3e;
    }

    .privacy-container {
        position: fixed;
        padding: 25px;
        height: 100%;
        width: 100%;
        border: 1px solid black;
        background-color: white;
        border-radius: 5px;
        border: 10px solid #1e1f3e;
    }
}
