
    button.loginForm
    {
    background: #284737;
    text-transform: uppercase;
}
    button.loginForm:hover{
    color:#fff;
}
.card-body{
    background: #000;
    padding: 0 0px 0px 0px !important;
}
.account-card-box{
    background: #000 !important;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.account-card-box .card {
    border: 4px solid #284737 !important;
}
input.form-control{
    background-color: transparent;
    border: 1px solid rgb(221 221 221 / 30%);
    height: 45px;
}
::placeholder{
    color: rgb(255 255 255 / 80%) !important;
}
.card-body a{
    color: rgb(255 255 255 / 80%);
    transition: all .5s ease;
}
.card-body a:hover{
    color: #fff;
}
input.form-control:focus{
    background-color: transparent;
    border: 1px solid rgb(221 221 221 / 50%);
}
.login-logo {
    background: #121212;
}
.card-body h5{
    margin: 20px 0 0 0;
}

