.fullcontainer {
    width: 100%;
}

.helaplus-background {
    background: #163300;
}

.helaplus-text {
    color: white;
}

.min-height-0 {
    min-height: 0 !important;
}

.h-100vh {
    height: 100vh;
}

.dis-flex {
    display: flex;
}

.align-items-center {
    align-items: center;
}

.justify-content-center {
    justify-content: center;
}

.form-login {
    width: 65%;
    margin-left: 18%;
}

.justify-content-start {
    justify-content: start;
}

.container {
    width: 100% !important;
}

.flex-direction-col {
    flex-direction: column;
}


/* .input-height {
    width: 50px !important;
} */

.search-input {
    border-color: #e0e0e0 !important;
    border-radius: 16px !important;
}

.login-form {
    flex-direction: column;
    margin-top: 15%;
    margin-left: 2%;
    margin-right: 2%;
}