/*=======================*/
/*==  	-EMIRATES-     ==*/
/*==    GRAPHIC.COM    ==*/
/*=======================*/


/*--------------------*/
/*		  Fonts       */
/*--------------------*/


@font-face {
  font-family: 'Montserrat-light';
  src: url('../../fonts/Montserrat-Light.otf');
 }



/*--------------------*/
/*		  Rules       */
/*--------------------*/


input:focus {
	outline: none !important;
}
input:active {
	outline: none !important;
}
textarea:focus {
	outline: none !important;
}
textarea:active {
	outline: none !important;
}


/*-------------------*/
/*	   My Style      */
/*-------------------*/

body {
	background-color: #292a35;
}
.panel {
	background-color: transparent;
	border: none;
}
.panel-default>.panel-heading {
    color: #333;
    background-color: transparent; 
    border-color: transparent; 
}

.panel-title {
	color: white;
	text-align: center;
}

.panel-heading {
	text-align: center;
}
.panel-heading h3 {
	font-family: 'Montserrat-light';
}
.panel-heading img {
	width: 220px;
	margin-bottom: 30px;
}

.form-control{
	background: #54555d !important;
	border-radius: 30px;
	height: 40px;
	border: solid 1px rgba(255, 255, 255, 0.58);
	color:white;
}
.form-control:active {
	outline: none!important;
}
.form-control:focus {
	outline: none!important;
}

.button-login {
	height: 40px;
	background-color: red;
	border-radius: 30px;
	padding: 10px;
	border: none;
	margin-bottom: 30px;
}

.button-login:hover {
	background: #d60505;
}

.emirates-link-bottom {
	text-align: center;
	color: white;
	text-decoration: none !important;
}

.emirates-link-bottom:hover {
	color: white;
}