@font-face {
    font-family: 'Exo2-Regular';
    font-style: normal;
    font-weight: 400;
    src: url('Exo2-Regular.ttf');
    }
@font-face {
    
    font-family: 'Oswald-Medium';
    font-style: normal;
    font-weight: 300;
    src: url('Oswald-Medium.ttf');
    }

body{
    font-family: 'Exo2-Regular';
}


.admBtnBack{
  margin: 5px;
  border: none;
}

.admBtnNext{
  margin: 5px;
  border: none;
}

.lineDivider{
  border-bottom: 1px solid #bbb;
  margin-bottom: 20px;
  padding: 20px;
  width: 100%;
}

.form-inline label{
	display: block;
}
/*responsive css*/
@media only screen and (max-width: 600px) {
     .acdDet{
        width: auto !important;
      } 
}