@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

.inter-default {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.70pt;
}

#login-body {
    padding: 0px;
    margin: 0px;
    content: "";
    clear: both;
    box-sizing: border-box;
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 320'%3E%3Cpath fill='%230099ff' fill-opacity='1' d='M0,160L60,186.7C120,213,240,267,360,288C480,309,600,299,720,256C840,213,960,139,1080,144C1200,149,1320,235,1380,277.3L1440,320L1440,0L1380,0C1320,0,1200,0,1080,0C960,0,840,0,720,0C600,0,480,0,360,0C240,0,120,0,60,0L0,0Z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: top;
    background-attachment: fixed;

}

#login-container {
    min-height: 100%;
    height: 100vh;
}

.login-content {
    background-color: rgba(255, 255, 255, 1);
    min-width: 360px;
    width: 360px;
    position: absolute;
    padding: 1rem;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    border-radius: 10px;
}

.btn {
    padding: 0.65rem 0.75rem;
    border-radius: 3px;
}

.svg-icon {
    width: 24px;
    height: 24px;
    display: flex;
    flex-direction: row;

}
