﻿body {
}

.login-div {
    width: 100%;
    text-align: center;
    padding-top: 8%;
}

.login-title {
    text-align: center;
    width: 100%;
    padding-top: 5%;
    font-size: 48px;
}

.login-input {
    height: 40px;
    border: 1px solid #F2F2F2;
    width: 250px;
    margin: 16px;
    border-radius: 5px;
}

.form-floating > label {
    left: 25% !important;
}

.login-button {
    width: 350px;
    height: 40px;
    border-radius: 5px;
    background-color: #5F9F86 !important;
    border: 1px solid #5F9F86;
    color: #fff !important;
}

.margin-gap {
    margin-bottom: 8px
}

.field-validation-error {
    color: red;
    display: block;
}