.login-box {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}

/* Azure b2c content */

.localAccount {
    width: 500px;
}

.intro {
    font-size: 24px;
    font-family: 'Poppins', sans-serif;
    color: #14496D;
}

#forgotPassword {
    margin-top: 15px;
    color: #DB004D;
}

.entry-item {
    display: flex;
    flex-direction: column;
}

.entry-item:first-child {
    margin-bottom: 20px;
}

.entry-item label {
    font-weight: 600;
    color: #14496D;
    margin-bottom: 10px;
}

.password-label {
    margin-bottom: 10px;
}

.entry-item input {
    border: 1px solid #40657F;
    height: 40px;
    border-radius: 4px;
    padding-left: 10px;
    font-size: 16px
}

.buttons #next {
    width: 215px;
    height: 50px;
    margin-top: 40px;
    border-radius: 8px;
    border-color: transparent;
    background-color: #FF9F92;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: #14496D;
    font-size: 14px;
}

.buttons #next:hover {
    cursor: pointer;
    background-color: #fd725f;
}


/* end of Azure b2c content */