*{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;}
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, center, dl, dt, dd, ol, ul, 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;}
body{line-height:1;}
ol, ul{list-style:none;}
blockquote, q{quotes:none;}
blockquote:before, blockquote:after,q:before, q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
html, body{height:100%;}
input , select , button{ -webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;}
::-moz-selection{background:#195279;color:#ffffff;}
::selection{background:#195279;color:#ffffff;}
header::-moz-selection , .first::-moz-selection , .sixth::-moz-selection{background:#ffe032;color:#195279;}
header::selection , .first::selection , .sixth::selection{background:#ffe032;color:#195279;}
@font-face{font-family:'gotham_blackregular';src:url('../../fonts/gotham-black-webfont.woff2') format('woff2'), url('../../fonts/gotham-black-webfont.woff') format('woff');font-weight:normal;font-style:normal;}
@font-face{font-family:'gothambold';src:url('../../fonts/gotham-bold-webfont.woff2') format('woff2'), url('../../fonts/gotham-bold-webfont.woff') format('woff');font-weight:normal;font-style:normal;}
@font-face{font-family:'gothamregular';src:url('../../fonts/gotham-light-webfont.woff2') format('woff2'), url('../../fonts/gotham-light-webfont.woff') format('woff');font-weight:normal;font-style:normal;}
@font-face{font-family:'gotham_mediumregular';src:url('../../fonts/gotham-medium-webfont.woff2') format('woff2'), url('../../fonts/gotham-medium-webfont.woff') format('woff');font-weight:normal;font-style:normal;}
@font-face{font-family:'gotham_thinregular';src:url('../../fonts/gotham-thin-webfont.woff2') format('woff2'), url('../../fonts/gotham-thin-webfont.woff') format('woff');font-weight:normal;font-style:normal;}
*:focus{outline:none;}
/* Change Autocomplete styles in Chrome*/
/*input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus
input:-webkit-autofill, 
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  
 
  -webkit-box-shadow: 0 0 0px 1000px #1e4e72; inset;
  transition: background-color 5000s ease-in-out 0s;
}*/
input:-webkit-autofill {    -webkit-box-shadow: 0 0 0 30px #1e4e72 inset;}
input:-webkit-autofill {    -webkit-text-fill-color: #fff !important;}
body{ font-family:gotham_thinregular; font-size:1em; color:#5f5f5f; line-height:1.4em;}
h1{ line-height: normal ;font-family:gothambold; font-size:2.5em;}
h2{ font-family:gothambold; font-size:1.4em; margin-bottom: 20px;}
.fl{ float:left;}
.rl{ float:right;}
.cb{ clear:both;}
.cr{ clear:right;}
.cl{ clear:left;}
.tc{ text-align:center;}
.tr{ text-align:right;}
.wrap{ float:left; width:100%; height:100vh; padding:30px; position: relative;}
.flex-box{ display:flex; justify-content:center; align-items:center;}
.right_Section{ width:40%; padding:90px; background:rgb(217, 234, 241);}
.left_section{width:60%; }
.bold_font{ font-family:gothambold; }
.wh_text{ color:#fff;}
.bl_back{ background:#195279;}
.yl_text{ color:#ffe032;}
.yl_back{ background:#ffe032;}
.logo{ max-width:180px; position:absolute; left:35px; top:35px;}
.login-section{ margin-top:20px; padding:40px 0;}
.bing_logo{ float:left; width:100%; margin-top:20px; margin-bottom:10px;	}
.bing_logo .title{ margin: 8px 33px 0px 0px;float: right;width: calc(100% - 100px);}
.bing-icon svg{ fill:#fff; width:80px; height:80px;}
.app_logo{ margin-top:20px;}
.app_logo img{ max-width:295px; }
.login_form{ margin-top:20px; margin-bottom:40px;}
.login_form input[type="text"]{ font-family:gotham_thinregular; width:100%; height:35px;  padding:8px 0; font-size:1em; color:#fff;  border:none; background:transparent; border-bottom:solid 2px #96a5b4;}
.form-control{position:relative; margin:5px 0 15px;}
.txt_border {position:absolute;  bottom:0; background:#ffe032; height:1px; left:0; right:0; margin:auto; width:100%; transform:scale(0,1);}
.login_form input[type="text"]:focus  ~ .txt_border{ transform:scale(1,1); transition:transform ease-out 0.3s; }

.login_form input[type="submit"]{ cursor:pointer; padding:10px 20px;  color:#1e4e72; background:#ffe032; font-family:gothambold; border:none; border-radius:5px; font-size:1em; margin-top:15px; transition:background ease-out 0.3s;}
.login_form input[type="submit"]:hover{ background:#fff; transition:background ease-in 0.3s; }
.form-control{}
.bl_back ::-webkit-input-placeholder { 
  color: rgba(255,255,255,0.8);
}
.bl_back ::-moz-placeholder { 
  color: rgba(255,255,255,0.8);
}
.bl_back :-ms-input-placeholder { 
 color: rgba(255,255,255,0.8);
}
.bl_back :-moz-placeholder { 
  color: rgba(255,255,255,0.8);
}
.alert-danger{	/*position: absolute;   left: 0;   right: 0;   text-align: center;  top: 7px;*/}	
.text_button{    color: #fff;  background: #e74c3c99;  padding: 8px 10px; border-radius: 5px;  border: solid 2px #e74c3c;   left: 0;  right: 0;  display: inline-block; font-weight: bold; }	button.close{ background: transparent;   border: none;  color: #fff; }
.alert .btn.btn-raised.btn-sm.btn-info{ -webkit-box-shadow: none;
     box-shadow: none;}