

* { outline: 0 !important; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

html {
    position: relative;
    min-height: 100%;
	height: 100% !important;  
}

body {
  margin:0;
  font-size: 15px;
  line-height: 21px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'OpenSans', san-serif; 
  height: 100%;
  overflow-x: hidden; 
}


section{
	position:relative;
}
/* HEADINGS */

h1,h2,h3,h4,h5,h6 {
	padding: 0 0 10px;
	line-height: 25px;
	-webkit-font-smoothing: antialiased; 
	font-family: 'OpenSans';
}
strong {font-family: 'OpenSans';}
h1 {
	font-size: 43px;
	font-weight: normal;
	color: #af213e;
	line-height: 115%;
	font-family: 'OpenSans';
}
h2 {
	font-size: 30px;
    line-height: 100%;
    color: #000;
	}
h3 { 
    font-weight: 500;
    line-height: 100%;
    font-size: 28px;
    color: #000;
    padding: 0;
    position: relative;   
	font-family: 'OpenSans';
	letter-spacing:  1px;
}
h4 { 
    font-size: 1.40rem;
    color: #000;
    padding: 0;
 }
h5 { font-size: 20px; font-weight:500;}
h6 { font-size: 18px;font-weight:500; }

p{
	font-weight: 300;
	font-size: .90rem;
	position: relative;
	line-height: 27px;
	font-family: 'OpenSans';
	color: #222;
}
a:hover{color:#000;}
label, a,li,img,div,:before,:after{-webkit-transition: all 500ms;-moz-transition: all 500ms;-o-transition: all 500ms;transition: all 500ms;}

 

/* IMAGES
-----------------------------------------------------------------*/

img{
	max-width:100%;
	width:auto;
	height:auto;
	}


/* FONTS
-----------------------------------------------------------------*/   
  
 
@font-face {
  font-family: 'OpenSans';
	src: url('../fonts/OpenSans.eot') format('embedded-opentype');
	src: url('../fonts/OpenSans.woff') format('woff'),
	url('../fonts/OpenSans.ttf')  format('truetype'), 
	url('../fonts/OpenSans.svg#OpenSans') format('svg');
  font-weight: normal;
  font-style: normal;
}
  

div#app {
    height: 100%;
}

.main_al {
    background: url(../images/loin_bg.jpg);
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
}

.main_contentWrapper {
    height: 100%;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
}

.main-WrapperContainer {
    padding-top: 80px;
    padding-bottom: 50px;
    height: 100%;
}

.Mx9W {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: auto;
    margin-top: auto;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	min-height: 550px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
    overflow: hidden;
    box-shadow: 2px 2px 8px rgba(31, 31, 31, 0.44);
	-webkit-box-shadow: 2px 2px 8px rgba(31, 31, 31, 0.44);
	-moz-box-shadow: 2px 2px 8px rgba(31, 31, 31, 0.44);
	-o-box-shadow: 2px 2px 8px rgba(31, 31, 31, 0.44);
	-ms-box-shadow: 2px 2px 8px rgba(31, 31, 31, 0.44);
	width: 100%;
}

.row_Cnt9 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
}

.lFtLg1 {
    margin-right: auto;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%; 
}

.lFtLg2 {
    margin-left: auto;
    width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 55%;
    flex: 0 0 55%;
    max-width: 55%;
}

.Login_rgt {
    padding: 40px;
    background: url(../images/login.jpg);
}

.login-right-screen {
    margin: auto;
    color: #fff;
}
.Login_fld {
    padding: 20px;
}
.login-right-screen-title {
    margin-bottom: 15px;
    font-size: 20px;
}
.login-right-screen h2 {
    color: #fff;
    margin: 0;
    padding: 0 0 5px;
    font-weight: bold;
}
.panel.panel-default {
    margin-top: auto;
    margin-bottom: auto;
    width: 100%;
    border: 0;
    box-shadow: none;
}

.row_Cnt9 .panel-body {
    padding: 0;
}

form.form-horizontal .form-group {
    margin: 10px 0 25px;
}

form.form-horizontal input.form-control {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #e1e1e1; 
    border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0; 
    padding: 8px 5px 10px;
    box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	-ms-box-shadow: none;
    height: auto;
}
form.form-horizontal .form-group .col-md-8.col-md-offset-4 {
    padding: 0;
    width: 100%;
    margin: 0;
    text-align: right;
}

form.form-horizontal .form-group  button.btn.btn-primary {
    width: 100%;
    height: auto;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    padding: 12px 5px 13px;
    background: #1d689f;
    border: 0;
    text-transform: uppercase;
    text-align: center;
}

form.form-horizontal .form-group a.btn.btn-link {
    padding: 15px 0 0;
    color: #eca952;
    font-size: 13px;
}
form.form-horizontal .form-group button.btn.btn-primary:hover {
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    background: #1b5c8c;
}
.panel-head_al {
    margin-bottom: 30px;
    text-align: center;
}
.Mx9W.AtHht {
    min-height: auto; 
    max-width: 500px;
    padding: 30px;
}
.Rst_ppN {
    margin: auto; 
}

.Rst_pRN {
    margin: auto; 
}
.margin_B0 {
    margin-bottom: 0 !important;
}
.Mx9W.AtHht .panel-heading {
    padding-left: 0;
    border-color: #e1e1e1;
}


@media (max-width: 1400px){  
.Mx9W { 
    min-height: 440px; 
}
} 

@media (max-width: 900px){ 
.Mx9W {
    min-height: auto;
}
.lFtLg2, .lFtLg1 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
}

@media (max-width: 600px){ 
.main_contentWrapper {
    padding-left: 20px;
    padding-right: 20px;
}
.Login_rgt {
    padding: 25px;
}	
.lFtLg2 {
    display: none;
}
}

@media (max-width: 480px){ 
.Login_rgt { 
    text-align: center;
}
h2 {
    font-size: 25px; 
} 
}










