@font-face {
  font-family: 'icomoon';
  src: url('/assets/css/fonts/icomoon.eot?syif41');
  src: url('/assets/css/fonts/icomoon.eot?syif41#iefix') format('embedded-opentype'), url('/assets/css/fonts/icomoon.ttf?syif41') format('truetype'), url('/assets/css/fonts/icomoon.woff?syif41') format('woff'), url('/assets/css/fonts/icomoon.svg?syif41#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
html,
body {
  min-width: 320px;
}
@media (max-width: 1199px) {
  #amazing-bg .profile {
    float: left;
    width: 16.66666667%;
  }
}
@media (max-width: 991px) {
  #amazing-bg .profile {
    float: left;
    width: 20%;
  }
}
@media (max-width: 767px) {
  #amazing-bg .profile {
    float: left;
    width: 25%;
  }
}
@media (max-width: 450px) {
  #body {
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -265px;
    left: 50%;
    margin-left: -150px;
  }
  #body #form .panel {
    max-width: 300px;
  }
  #body #form .panel .panel-body .bigbtn {
    background: #f90;
    color: white;
    border-radius: 3px;
    padding: 0 10px;
    font-size: 18px;
    display: inline-block;
    cursor: pointer;
    width: 100px;
  }
}
