/*----------------------------------------------------
/* LOGIN PAGE
/* ----------------------------------------------------*/

.login-container {
    position: absolute;
    margin: auto;
    top: 80px;
    right: 0;
    bottom: 0;
    left: 0;
    width: 350px;
    height: 290px;
    text-align: center;
}

.login-form_btn {
    margin-top: 13px;
    width: 270px;
}

.login-create-account {
    margin-top: 30px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.create-account-header {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

.login-header-text {
    font-weight: 800;
    font-size: 18px;
    margin-bottom: 20px;
}
