.login-dashBoard { width: 100%; display: inline-block; margin-top: -6px; justify-content: center; /* background-color: #ebeff5; */ background: url('../../assets/image/background_login.jpg') no-repeat top center; background-size: cover; direction: rtl; font-family: 'Cairo', sans-serif; } .formContent-w { width: 90%; height: 100%; margin: 30px auto; padding: 80px 0; border: 1px solid #ccc; background-color: #fff; opacity: 0.7; } .formContent-w h2 { text-align: center; color: #bda380; font-size: 30px; } .formContent-w p { text-align: center; color: #888; font-weight: bold; } .formContent-w form { width: 600px; padding: 20px; margin: 0 auto; direction: rtl; } .formContent-w form label{ color: #b3b3b3; font-weight: 600; margin-right: 5px; float: right; font-size: 18px; } .formContent-w form span { margin-bottom: 10px; } .formContent-w form input { background-color: #fff; border: 2px solid #dadfe6; color: #252525; font-size: 14px; } .formContent-w form a { float: right; color: #3dcc6d; font-weight: bold; letter-spacing: 0.5px; margin-top: 5px; } .formContent-w form button { margin: 20px 0; } .formContent-w .help-block { color: #ff386a; margin: 5px 0; font-weight: 600; } .formContent-w input.ng-touched.ng-invalid{ border: 2px solid #ff386a; } /* start media query */ @media(max-width: 767px) { .formContent-w form { width: 100% } .signUp-w { margin-left: 0; font-size: 12px; } .forgetPassword-w { margin-right: 0; font-size: 12px; } } /* end media query */