.login-content {
    background-color: #f6f8f9;
    box-shadow: 0 3px 76px 0 #99cdcdcd;
    border-radius: 4px;
    width: 500px;
}

.login-container {
    height: 450px;

}
html {
    height: 100%;
}
body {
    background-color: #E9F7F8;
    font-family: 'Barlow';
    height: 100%;
}

.login-btn {
    background-color: #3fb284;
    font-size: 13px;
    font-weight: bold;
    border: none;
    padding-top: 8px;
}

.login-btn:hover {
    background-color: #3fb284;
}

.login-header {
    margin: 20px;
    text-align: center;
}

.login-btn-box {
    margin-bottom: 30px;
}

.login-label {
    padding-bottom: 0px;
    padding-top: 0px;
}

.logo-container {
    margin-bottom: 35px;
}

.logo {
    height: 105px;
    width: 105px;

}

.content-box {
    display: flex;
    flex-direction: column;
    /*justify-content: center;*/
    align-items: center;
    height: 100%;
    flex: 1;
}

.container-fluid {
    height: 100%;
}

.alert.alert-danger.error-message {
    font-size: 13px !important;
}

a {
    color: #3fb284;
}

a:hover {
    color: #3fb284;
}


.cancel-btn {
    background-color: #dc3545;
    font-size: 13px;
    border: none;
    padding-top: 8px;
}

.cancel-btn:hover {
    background-color: #dc3545;
}

.sign-up-btn {
    background-color: #3fb284;
    font-size: 13px;
    border: none;
    padding-top: 8px;
}

.sign-up-btn:hover {
    background-color: #3fb284;
}