
/* reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
dl,
dt,
dd,
ol,
nav ul,
nav li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
display: block;
}
ol,
ul {
list-style: none;
margin: 0px;
padding: 0px;
}
blockquote,
q {
quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
/* start editing from here */
a {
text-decoration: none;
}
.txt-rt {
text-align: right;
}
/* text align right */
.txt-lt {
text-align: left;
}
/* text align left */
.txt-center {
text-align: center;
}
/* text align center */
.float-rt {
float: right;
}
/* float right */
.float-lt {
float: left;
}
/* float left */
.clear {
clear: both;
}
/* clear float */
.pos-relative {
position: relative;
}
/* Position Relative */
.pos-absolute {
position: absolute;
}
/* Position Absolute */
.vertical-base {
vertical-align: baseline;
}
/* vertical align baseline */
.vertical-top {
vertical-align: top;
}
/* vertical align top */
nav.vertical ul li {
display: block;
}
/* vertical menu */
nav.horizontal ul li {
display: inline-block;
}
/* horizontal menu */
img {
max-width: 100%;
}
/*end reset*/
html,
body {
padding: 0;
margin: 0;
background: #fff;
font-family: 'ArbFONTS-Cairo';
letter-spacing: 0;
}
body a {
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
text-decoration: none;
}
body a:hover {
text-decoration: none;
}
body a:focus,
a:hover {
font-family: 'ArbFONTS-Cairo';
text-decoration: none;
}
input[type="email"],
input[type="text"] input[type="button"],
input[type="submit"] {
font-family: 'ArbFONTS-Cairo';
transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;
}
h1,
h2,
h3,
h4,
h5,
h6 {
margin: 0;
padding: 0;
font-family: 'ArbFONTS-Cairo';
letter-spacing: 0;
}
p {
margin: 0;
padding: 0;
letter-spacing: 0;
font-family: 'ArbFONTS-Cairo';
word-spacing: 3px;
}
ul {
margin: 0;
padding: 0;
}
/*-- //Reset-Code --*/
/* body {
    background: url(../images/bg-main.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    min-height: 100vh;
    } */

@font-face {
	font-family: 'ArbFONTS-Cairo';
	src: url('../fonts/alfont_com_arial-1.ttf');	
	font-weight: normal;
	font-style: normal;
}
.main{
    padding: 50px 0;
    direction: r;
}
.login h1,
.result h3{
    margin: 40px 0;
    font-family: 'ArbFONTS-Cairo';
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0;
}
.result h3{
    padding-top: 30px;
}
.btn-login,
.btn-login:hover{
    background: #221d53;
    color: #fff;
    width: 100%;
    margin: 15px;
    padding: 10px;
}
.result-link{
    text-align: left;
    margin-bottom: 15px;
    border-bottom:1px solid #999 ;
}
.result-link a{
    text-align: right;
    width: 100%;
    padding: 0;
    font-size:17px;
    font-weight:bold;
}
.result-link h5{
    font-size:17px;
    font-weight:bold;
}
.collapse.show{
    display: block;
    width: 100%;
    margin: 15px;
    
}
.bg{
    background: url(../images/bg-main.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    min-height: 100vh;
}
.login .form-login{
    margin-top: 20px;
    padding: 70px 15px;
    border: 5px solid #221d53;
}
.form-login label{
    display: block;
    margin-bottom: 5px;
}
.logo img{
    width:40%;
    margin-bottom: 50px;
}