body{
    padding-top: 50px;
    font-family: Montserrat, sans-serif;
}

body *{
    transition:0.2 ease;
    -o-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -webkit-transition:0.2s ease;

}
  .form{
    
    width:60%;
    margin: auto;
    text-align: center;
    background-color: #ffff;
    background-size: cover;
    border-radius: 15px;
  }
  .form .first-login{
    color: #B0A8B9;
}
  .form .icon-login{
    width:100px;
    height: 100px;
}
  .form .first-row{
    border-bottom:1px solid rgba(255,255,255,0);
    padding:1em 0;
    border-radius: 15px 15px 0 0;
    background: rgba(255,255,255,0);
}
    .form .first-row h2{
      color:#B0A8B9;
    }
  .form .input-group{
    border:1px solid #1565c0;
    margin-bottom: 1.5em;
    border-radius: 0.3em;
    width: 100%;
    display: flex;
    align-items: center;
    height: 4em;
    
  }
  
  .sombra-input{
    -webkit-box-shadow: 0px 0px 10px #1565c0;
    -moz-box-shadow: 0px 0px 10px #1565c0;
    box-shadow: 0px 0px 10px #1565c0;
  }
  
  .form .input-group input{
    border: none;
    font-size: 18px;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    width: 90%;
    
}
  .form .input-group i{
    color: #1565c0;
    font-size: 2.5em;
    width: 10%;
  }

  .form .input-group .form-control{
    color:#1565c0;
    
}

  .container {
    border-radius: 5px;
    background-color: #ffff;
    padding: 20px;
  }
  
  .login-btn{
    width: 75%;
    background: #1565c0;
  }
  .social-login{
    margin-top: 25px
  }
  .social-login{
    text-align: center;
    padding:2em 0;
  }
  .alerta p{
    color:#ffff;
    text-align: center;
  }
  .sign-up{
    color:#B0A8B9;
  }
  .sign-up a{
    color:#1565c0;
  }
  .campoObrigatorio {
    color: #ED213A;
    text-align: center;
  }

  .alerta{
      background-color: #ED213A;
      border: 1px solid #ED213A;
      width: 60%;
      margin: auto;
      padding: 1em;
     -webkit-box-shadow: 0 10px 6px -6px #93291E;
       -moz-box-shadow: 0 10px 6px -6px #93291E;
            box-shadow: 0 10px 6px -6px #93291E;
  }

  .shake-vertical {
    -webkit-animation: shake-vertical 0.8s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
            animation: shake-vertical 0.8s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
  }

  /* ----------------------------------------------
 * Generated by Animista on 2019-9-19 14:47:21
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation shake-vertical
 * ----------------------------------------
 */
@-webkit-keyframes shake-vertical {
  0%,
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  10%,
  30%,
  50%,
  70% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
  20%,
  40%,
  60% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  80% {
    -webkit-transform: translateY(6.4px);
            transform: translateY(6.4px);
  }
  90% {
    -webkit-transform: translateY(-6.4px);
            transform: translateY(-6.4px);
  }
}
@keyframes shake-vertical {
  0%,
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  10%,
  30%,
  50%,
  70% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
  20%,
  40%,
  60% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  80% {
    -webkit-transform: translateY(6.4px);
            transform: translateY(6.4px);
  }
  90% {
    -webkit-transform: translateY(-6.4px);
            transform: translateY(-6.4px);
  }
}


    
  .loader {
    font-size: 5px;
    margin: auto;
    text-indent: -9999em;
    width: 11em;
    height: 11em;
    border-radius: 50%;
    background: #1565c0;
    background: -moz-linear-gradient(left, #1565c0 10%, rgba(21,101,192, 0) 42%);
    background: -webkit-linear-gradient(left, #1565c0 10%, rgba(21,101,192, 0) 42%);
    background: -o-linear-gradient(left, #1565c0 10%, rgba(21,101,192, 0) 42%);
    background: -ms-linear-gradient(left, #1565c0 10%, rgba(21,101,192, 0) 42%);
    background: linear-gradient(to right, #1565c0 10%, rgba(21,101,192, 0) 42%);
    position: relative;
    -webkit-animation: load3 1.4s infinite linear;
    animation: load3 1.4s infinite linear;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
  }
  .loader:before {
    width: 50%;
    height: 50%;
    background: #1565c0;
    border-radius: 100% 0 0 0;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
  }
  .loader:after {
    background: #ffffff;
    width: 75%;
    height: 75%;
    border-radius: 50%;
    content: '';
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
  @-webkit-keyframes load3 {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @keyframes load3 {
    0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }

  .form .inputForm {
    display: flexbox;
    
  }
  

  @media(max-width:768px){
    .form{
      width:100%;
    }
  }