@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#changePas div.form-group input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #1C232D;
}

div.container div.row div.col-lg-12 form#changePas div.form-group input::-moz-placeholder { /* Firefox 19+ */
  color: #1C232D;
}

div.container div.row div.col-lg-12 form#changePas div.form-group input:-ms-input-placeholder { /* IE 10+ */
  color: #1C232D;
}

div.container div.row div.col-lg-12 form#changePas div.form-group input:-moz-placeholder { /* Firefox 18- */
  color: #1C232D;
}

div.container div.row div.col-lg-12 form#changePas div.form-group input{
  	width: 400px;
  	height: 40px;
  	margin: auto;
	color: #1C232D;
	border: 1px solid #1C232D;
}

button.changePasSub {
	background-color: #52C556;
  	border: none;
  	border-radius: 5px;
 	width: 150px;
  	height: 40px;
  	color: white;
  	margin-top: 50px;
}

/*START MOBILE MEDIUM*/
@media all and (max-width: 375px){
  div.container div.row div.col-lg-12 form#changePas div.form-group input{
    width: 300px;
  }
}
/*END MOBILE MEDIUM*/