@font-face {
  font-family:'tagwal';
  font-style: normal;
  font-weight: 400;
  src:url('fonts/Tajawal-Regular.ttf');  
}
body {
	font-family:tagwal;
}

.note
{
    text-align: center;
    height: 150px;
    background: -webkit-linear-gradient(left, #f2ab08a3, #857c18d9);
    color: #fff;
    font-weight: bold;
    line-height: 80px;
}
.form-content
{
    padding: 5%;
    border: 1px solid #ced4da;
    margin-bottom: 2%;
}
.form-control{
    border-radius:1.5rem;
}
.btnSubmit
{
    border:none;
    border-radius:1.5rem;
    padding: 1%;
    width: 20%;
    cursor: pointer;
    background: #0062cc;
    color: #fff;
}
.rtl-dir {
	direction:rtl;
}
.ar-content {
	direction:rtl;
	text-align:right;
}
.required-icon {
	color: #cf1313;
    margin-right: 10px;
}
.form-err-block {
	font-size:12px;
	color:#cf1313;
}
.success-msg {
	color:#0cb20c;
}