﻿.body {
    background-color: rgba(0, 79, 39, 0.05);
    font-size: 16px;
}

.login-form {
   
    width: 85%;
    background-color: white;
    border-radius: 10px;
    padding: 10px;
    margin: auto;
    margin-bottom: 20px;
    display: flex !important;
    align-items: center !important;
    flex-flow: column !important;
}

.form-group{
    margin-bottom:0px !important;
}

.login-input {
    float: right;
    font-size: 17px;
    border: 2px rgba(0, 79, 39, 0.5) solid;
    border-radius: 10px;
    margin-top: 8px;
}

.card-body {
    display: flex;
    flex-direction: column;
    align-items: center;
}


.navbar {
    justify-content: center;
}

.navbar-brand {
    font-size: 20px;
    font-weight: bold;
    color: rgb(0, 79, 39);
}

.container {
    max-width: 100%;
}


.btn-login {
    float: right;
    margin: 10px;
    margin-top: 20px;
    margin-bottom: 30px;
    width: 100px;
    font-size: 17px;
    border: 2px solid rgb(0, 79, 39);
    border-radius: 10px;
    height: 35px;
    float: right;
    background: white;
    padding: 0px;
}

