div#login_container * {
    font-family: 'Ubuntu';
}

.login-bg-container{
    padding: 24px;
    background-color: #f4f4f4;
    border-radius: 10px;
    box-shadow: 0px 9px 16px 0px rgba(0, 0, 0, 0.32);
}

.welcome-text {
    margin-bottom: 20px;
    font-weight: 700;
    color: #0567a6;
    font-size: 26px;
}

.login-ccbill-type-dropdown {
    width: 100%;
    margin-bottom: 14px;
}

.login-select--input {
    margin-bottom: 16px;
}

.login-need-help {
    display: flex;
    justify-content: center;
    margin-top: 16px;
}

.login-forgot-password {
    display: flex;
    justify-content: center;
}

.divider-container {
    box-shadow: 0 -2px #0572b82e;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    height: 10px;
}