/* 
    Created on : 05 30, 18, 11:12:13 AM
    Author     : eman
*/
input,
button,
select {
  display: inline-block;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; }

select {
  padding: 0.52rem 0.75rem; }

.content {
  width: 1200px;
  margin: 3rem auto; }
  @media (max-width: 1200px) {
    .content .content {
      width: 100%; } }
  .content.content-small {
    width: 400px; }
    @media (max-width: 400px) {
      .content.content-small .content {
        width: 100%; } }

header {
  margin-bottom: 2rem; }
  header.content.center {
    text-align: center; }

/*@media (max-width: $max-content-width){
  .content {
    width: 100%;
  }
}*/
.errmsgbox {
  display: block;
  width: 100%;
  color: #fff;
  background-color: rgba(255, 0, 0, 0.5);
  font-weight: 400; }

/*# sourceMappingURL=style.css.map */
