body {
    font-family: 'Fira Sans';
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

#main-section {
    height: 100vh !important;
}

#content-section{
    background-color: #59ae4f;
}

#app-info p{
    font-size: medium;
}

#login-section{
    background-color: #59ae4f;
}

#login-body{
    background-color: white;
    border-radius: 10px;
}

#login-form p {
    color: #4ea74c;
    font-weight: 700;
    font-size: 26px;
    line-height: 31px;
}

hr {
    margin: auto;
    color: #4ea74c;
    height: 4px !important;
    border-radius: 20%;
    opacity:1;
}

.invalid-feedback{
    position: relative;
}

.input-field{
    background-color:white;
    border-radius: 0%;
}

.login {
    background: #4ea74c;
    color: white;
    font-weight: 700;
}

.login:hover {
    background: white;
    color: #4ea74c;
    border-color: #4ea74c;
}

