body{
    width: 100%;
}

.bg-dark-green{
    background: #064514;
}

.text-dark-green{
    color: #064514;
}

.bg-light-green{
    background: #447D0E;
}

.text-light-green{
    color: #447D0E;
}

.bg-orange{
    background: #FFA304;
}

.text-orange{
    color: #FFA304;
}

.box{
    height: 100vh;
}

.box-login{
    height: 90%;
    border-radius: 10px;
    width: 100%;
    margin-top: 70px;
}

.box-header{
    height: 90%;
    width: 100%;
    margin-top: 100px;
}

@media (max-width: 575.98px) {
    .box{
        height: 120vh;
    }

    .box-login{
        height: 85vh;
    }

    .text-header{
        font-size: 18pt;
    }
}

.logo{
    width: 300px;
}

.btn-login{
    color: #fff;
    background: #FFA304;
    border-radius: 10px;
}