body {
    font-family: "Roboto", sans-serif;
    background-color: #fff;
}

::-webkit-scrollbar {
    max-width: 8px;
}
::-webkit-scrollbar-track {
    background: #80808060;
}
::-webkit-scrollbar-thumb {
    background: #28395a;
    border-radius: 50px;
}
::-webkit-scrollbar-thumb:horizontal,
::-webkit-scrollbar-track:horizontal {
    background: none;
}

main {
    overflow: hidden;
}
.login-btn {
    background: #2ea3f2;
    margin-top: 1rem;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.06);
    border-radius: 7px;
    font-weight: 600;
    letter-spacing: 0.03em;
    border: none;
    padding: 0.75rem;
    width: 100%;
    color: white;
    cursor: pointer;
}
.login-btn:hover {
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1),
        0 8px 10px -6px rgb(0 0 0 / 0.1);
}

a.text-register {
    font-weight: 600;
    color: #28395a;
}
a.text-register:hover {
    text-decoration: underline;
}

.login_box {
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;
    padding: 5rem 6rem;
}

.login_box h1 {
    font-weight: 700;
}

.login_box input.form-control,
select {
    box-shadow: none !important;
}

label {
    font-size: 0.875rem;
}

a,
a:hover {
    text-decoration: none;
}

@media only screen and (max-width: 1199.98px) {
    p,
    a,
    input,
    .form-control {
        font-size: 0.875rem !important;
    }
}
