@import url(../fonts/style.css);

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin:0;
}

body{
    direction:rtl !important;
}

.wrapper{
	position: fixed;
	width: 100%;
	height: 100%;
	left:0;
	background: url(../images/loginbg.png) no-repeat;
	background-size: cover;
}
.wrapper .lang-bar{
	position: relative;
	width: 860px;
	height: 40px;
	line-height: 40px;
	margin:0 auto;
	box-sizing: border-box;
}

.wrapper .lang{
	position: relative;
	height: 30px;
	line-height: 32px;
	display: block;
	float: right;
	color: white;
	font-family: 'Droid Arabic Naskh', arial;
	font-size: 15px;
	text-decoration: none;
	padding: 0 10px;
	background: rgba(0,0,0,0.3);
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}


.wrapper .lang:hover{
    color: #fff;
	background: #216494;
    box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
    text-decoration: none;
}

.inner{
	display: none;
}
.container{
	width: 900px;
	position: absolute;	
	top: 50%;
	left: 50%;
	margin-left: -450px;
	float: left;
	-ms-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	-moz-transform:translateY(-50%);
	transform:translateY(-50%);
}

.container > div{
	position: relative;
	height:100%;
}
.container .site-info{
	float: right;
	width: 59%;
}

    .container .site-info .logo {
        width: 104px;
        height: 124px;
        margin: 0 auto;
        display: flex;
        position: relative;
        left: 70px;
    }
.container .site-info .logo img{
	position: relative;
	
	height:120px;
	display: block;
	margin: 0 auto;
    margin-left: 50px;
}
.container .site-info .site-name .site-title{
    color: white;
    font-family: 'Droid Arabic Naskh','serif';
    font-size: 24px;
    line-height: 40px;
    text-align: center;
    margin-top: 20px;
}

.container  .border{
    border-bottom: 1px solid #fff;
    width: 70%;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
}


.container .site-info .site-name span{
	display: block;
    color: white;
    font-family: 'Droid Arabic Naskh','serif';
    font-size: 18px;
    line-height: 36px;
    text-align: center;
    margin-top: 10px;
}

.container .site-info p{
    color: #fff;
    padding: 0 20px;
    font-family: 'Droid Arabic Naskh','serif';
    font-size: 18px;
    line-height: 36px;
    text-align: center;
    margin-top: 20px;
    box-sizing: border-box;
    width: 60%;
    margin: 0 auto;
}

.container .site-form{
	float: left;
	background:#f3f4f4;
	width: 39%;
}
.container .form-title {
        height: 50px;
        line-height: 50px;
        font-family: 'Droid Arabic Naskh','serif';
        font-size: 20px;
        text-align: center;
        color: #333;
        background: #dfdfdf;
        margin-bottom: 15px;
    }
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}


.input-group-addon {
    padding: 6px 18px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
        width: 1%;
    white-space: nowrap;
    vertical-align: middle;
    display: table-cell;
}



.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.container .input{	
	line-height: 46px;
	padding: 0 20px;
	box-sizing: border-box;
	margin-bottom: 18px;
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}


.input .input-group-addon{
	border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border: 1px solid #ccc;
    border-left: none;
}

.input .form-control{
	border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border: 1px solid #ccc;
    outline: none !important;
    font-family: 'Droid Arabic Naskh','serif';
}

.input select{
	height: 40px;
}

.user-icon{
	background: url(../images/user-icon.png) center center no-repeat;
}

.email-icon{
	background: url(../images/email-icon.png) center center no-repeat;
}


.container .links{	
	line-height: 30px;
	padding: 0 20px;
	box-sizing: border-box;
	margin-bottom: 10px;
}

.container .links .forget-links{
    display: block;
    width: 100%;
    color: #428bca;
    text-decoration: none;
    font-family: 'Droid Arabic Naskh','serif';
    font-size: 15px;
    text-align: center;
}

.container .links .forget-links:hover{
	color: #0058a5;
}


.container .links .register-btn{
	display: block;
	width: 100%;
	float: left;
	color: #428bca;
    text-decoration: none;
    font-family: 'Droid Arabic Naskh','serif';
    font-size: 20px;
    text-align: center;
}

.container .links .register-btn:hover{
	color: #4bacff;
}

.container .input input{
	width: 100%;
	height: 42px;
	line-height: 42px;
	padding: 0 20px;
	box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 5px;
	background: white;
    font-family: 'Droid Arabic Naskh','serif';
    font-size: 18px;
    color: #555;
    text-align: center;
}

.container .input > span{
	font-size :14px;
    text-align: center;
    display:block;
}

.container .sub-btn{
	height: 46px;
	line-height: 46px;
	padding: 0 20px;
	box-sizing: border-box;
	margin-bottom: 18px;
}

.container .sub-btn input{
	width: 60%;
	margin:0 auto;
	display: block;
	height: 42px;
	line-height: 12px;
	box-sizing: border-box;
	border-radius: 6px;
	background: #359dc8;
	border: none;
    font-family: 'Droid Arabic Naskh','serif';
    font-size: 16px;
    color: white;
}

.container .sub-btn input:hover{
	background: #55affd;
}

.en{
	font-family: serif !important;
}



@media (max-width: 880px) {

    .wrapper{
		overflow-y: scroll;
    }

	.container{
		position: relative;	
		top: 0%;
		left: 0;
		width: 100%;
		max-width: 1500px;
		height:100%;
		margin-top:0;
		margin-left:0;
		padding: 0px 20px 0px 20px;

		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		-ms-transform:translateY(0%);
		-webkit-transform:translateY(0%);
		-moz-transform:translateY(0%);
		transform:translateY(0%);
	}

	.wrapper .lang-bar{
		position: relative;
		width: 100%;
        padding: 0 20px;
	}
	.container > div{
		position: relative;
		width: 100% !important;
		height:auto;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

	.container .site-info p{width: 100%;margin-bottom: 16px;}

	.container .site-form{
		margin-bottom: 20px;
	}

	/*@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
	    .container > div{
	        margin-left: 16px;
	    }
	}*/	

	

}


.left{
	float: left !important;
}

.right{
	float: right!important;
}

/*************Add to the bottom of login.css***************/

/********{ar-en}*********/
div.article, div.welcome {
    padding: 0px 0px !important;
}

/********{ar-en}*********/
.article-content, .welcome-content {
    margin: 0 !important;
}

/********{ar-en}*********/
.article-content table{
    width: 100% !important;
}


/**********************New 19-01-2017************************/
/*.container .site-form .article{
	padding: 20px 20px 0px 20px !important;
}

.container .site-form .article table table tr:first-of-type td{
	padding-bottom:20px;
	background: #f2f2f2;
	font-size: 16px;
}

.container .site-form .article table table tr td input {
    width: 60%;
    margin: 0 auto;
    display: block;
    height: 42px;
    box-sizing: border-box;
    border-radius: 6px;
    background: #359dc8;
    border: none;
    font-size: 18px;
    color: white;
}

.container .site-form .article-content div p{
	display: none;
}*/
