@font-face {
    font-family: 'seganlight';
    src: url('/fonts/segan-light-webfont.woff2') format('woff2'),
         url('/fonts/segan-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body{
  font-family: 'seganlight', Fallback, sans-serif;
  -webkit-font-smoothing: antialiased;
}

div.row {
	margin-top: 170px;
}

div.container div.row div.col-lg-12 h2{
	color: #1C232D;
	font-size: 22px;
	margin-bottom: 50px;
}

div.container div.row div.col-lg-12 form#login-panel div.form-group input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #1C232D;
}

div.container div.row div.col-lg-12 form#login-panel div.form-group input::-moz-placeholder { /* Firefox 19+ */
  color: #1C232D;
}

div.container div.row div.col-lg-12 form#login-panel div.form-group input:-ms-input-placeholder { /* IE 10+ */
  color: #1C232D;
}

div.container div.row div.col-lg-12 form#login-panel div.form-group input:-moz-placeholder { /* Firefox 18- */
  color: #1C232D;
}

div.container div.row div.col-lg-12 form#login-panel div.form-group input{
  	width: 400px;
  	height: 40px;
  	margin: auto;
	color: #1C232D;
	border: 1px solid #1C232D;
}

div.container div.row div.col-lg-12 form#login-panel div.form-group input#submit-button {
	background-color: #52C556;
  	border: none;
  	border-radius: 5px;
 	width: 150px;
  	height: 40px;
  	color: white;
  	margin-top: 50px;
}

div#alert_sec{
	height: 60px;
    background-color: #E88D3D;
    margin: auto;
    width: 400px;
    margin-bottom: 10px;
    visibility: hidden;
    position: absolute;
}

img#alert_msg{
	position: relative;
	left: 75px;
	top: 18px;
	height: 25px;
	widows: 25px;
}

span#alert_text{
	color: white;
	position: relative;
	left: 75px;
	top: 20px;
}

div.container div.row div.col-lg-12 a p{
	color: #1C232D;
	text-decoration: none;
}

div.container div.row div.col-lg-12 a:hover{
	text-decoration: none;
}
/*START MOBILE MEDIUM*/
@media all and (max-width: 375px){
  div.container div.row div.col-lg-12 form#login-panel div.form-group input{
    width: 300px;
  }
}
/*END MOBILE MEDIUM*/
