.instagram-pic {
  height: 200px;
  margin-top: 15px; }

#new-user-pass {
  background-image: url("makeup-revolution-iconic-pro-lipsticks.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.modal-content {
  border-radius: 0px; }

.modal-header {
  border-bottom: none;
  padding: 15px 15px 0 0; }
  .modal-header img {
    width: 20px;
    float: right; }

.modal-body {
  padding: 0px 15px 15px 15px; }
  .modal-body h2 {
    font-family: Avenir-Light, sans-serif; }
  .modal-body h2 {
    font-family: Avenir-Light, sans-serif; }
  .modal-body p {
    font-family: Avenir-Medium, sans-serif; }
  .modal-body button:hover {
    color: white; }
  .modal-body #modal-info {
    background: #f2f2f2;
    margin: 15px;
    margin-top: 40px;
    padding: 15px;
    display: flex;
    flex-flow: column wrap;
    align-items: center; }
    .modal-body #modal-info button {
      width: 168px;
      height: 40px; }
  .modal-body .modal-info {
    background: #f2f2f2;
    margin: 15px;
    padding: 50px 15px;
    display: flex;
    flex-flow: column wrap;
    align-items: center; }
  .modal-body #modal-input h1 {
    font-family: Avenir-Light, sans-serif;
    font-size: 30px;
    margin-top: 15px;
    margin-bottom: 30px; }
  .modal-body #modal-input .only-mobile {
    display: none; }
  .modal-body #modal-input .form-control {
    border-radius: 0;
    height: 50px;
    font-family: Avenir-Medium, sans-serif;
    color: #f60086;
    text-align: center; }
  .modal-body #modal-input button {
    border-radius: 0px;
    height: 40px;
    color: white;
    margin-bottom: 25px; }
  .modal-body #modal-input #fb {
    background: #3b5998; }
  .modal-body #modal-input #forgot-password {
    background-color: darkgray; }
  .modal-body #modal-input .errorMessage p {
    color: #f60086;
    margin-bottom: 15px; }
  .modal-body #modal-input select {
    width: 100%;
    height: 50px;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-left: 10px;
    border-radius: 0;
    color: #f60086;
    font-family: Avenir-Medium, sans-serif; }
  .modal-wrap {
    width: 50%; 
    margin: auto; 
    top:50%; 
    left:50%;
    transform: translate(-50%, -50%); 
    position:absolute; 
    background-color: white
  }


@media only screen and (max-width: 320px) {
  .modal-body {
    padding: 0px; } }
@media only screen and (max-width: 480px) {
  .modal-body #modal-info {
    display: none; }
  .modal-body-migrate #modal-info {
    display: block;}
  .modal-body-migrate {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  .modal-wrap {
    width: 90%;
  }
  .modal-body #modal-input .only-mobile {
    display: block; }
    .modal-body #modal-input .only-mobile button {
      width: 100%; } }

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