.ms-login-form {
    max-width: 400px;
    margin: 50px auto;
    padding: 2em;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    background-color: #fff;
}

.ms-login-form h2 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 24px;
    color: #333;
}

.ms-login-form label {
    font-weight: bold;
    margin-top: 10px;
    display: block;
}

.ms-login-form input[type="text"],
.ms-login-form input[type="password"] {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
}

.ms-login-form input[type="submit"] {
    width: 100%;
    padding: 10px;
    background-color: #0073aa;
    border: none;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}

.ms-login-form input[type="submit"]:hover {
    background-color: #005177;
}

.ms-login-form .error-message {
    color: red;
    margin-bottom: 10px;
}

.ms-login-form .success-message {
    color: green;
    margin-bottom: 10px;
}

.ms-balance-info {
    max-width: 1365px;
    margin: 50px auto;
    padding: 2em;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    background-color: #f9f9f9;
    font-family: Arial, sans-serif;
    color: #333;
}

.ms-balance-info h2 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 28px;
    color: #0073aa;
    border-bottom: 2px solid #0073aa;
    padding-bottom: 10px;
}

.ms-balance-info p {
    margin: 15px 0;
    font-size: 16px;
    line-height: 1.5;
}

.ms-balance-info p strong {
    display: inline-block;
    width: 150px;
    color: #0073aa;
    font-weight: bold;
}

.ms-balance-info .balance-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e0e0e0;
    padding: 10px 0;
}

.ms-balance-info .balance-item:last-child {
    border-bottom: none;
}

.ms-balance-info .balance-value {
    color: #555;
}

.ms-forgot-password-form,
.ms-reset-password-form {
    max-width: 400px;
    margin: 50px auto;
    padding: 2em;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    background-color: #fff;
    font-family: Arial, sans-serif;
    color: #333;
}

.ms-forgot-password-form h2,
.ms-reset-password-form h2 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 24px;
    color: #0073aa;
    border-bottom: 2px solid #0073aa;
    padding-bottom: 10px;
}

.ms-forgot-password-form p,
.ms-reset-password-form p {
    margin: 15px 0;
    font-size: 16px;
    line-height: 1.5;
}

.ms-forgot-password-form label,
.ms-reset-password-form label {
    font-weight: bold;
    margin-top: 10px;
    display: block;
}

.ms-forgot-password-form input[type="text"],
.ms-reset-password-form input[type="password"] {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
}

.ms-forgot-password-form input[type="submit"],
.ms-reset-password-form input[type="submit"] {
    width: 100%;
    padding: 10px;
    background-color: #0073aa;
    border: none;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}

.ms-forgot-password-form input[type="submit"]:hover,
.ms-reset-password-form input[type="submit"]:hover {
    background-color: #005177;
}

.ur-frontend-form .ur-form-row .ur-form-grid input[type=text], .ur-frontend-form .ur-form-row .ur-form-grid .hide_show_password input[type=password], .ur-frontend-form .ur-form-row .ur-form-grid input[type=email]{
	padding: 10px !important;
    margin: 10px 0;
    border: 1px solid #ccc;
    border-radius: 5px !important;
    box-sizing: border-box;
}

/*.ur-frontend-form .ur-button-container {
	padding: 100px 10px !important;
}*/
