@import url('https://fonts.googleapis.com/css?family=Fredericka+the+Great');
@import url('https://fonts.googleapis.com/css?family=Bowlby+One|Cormorant+SC|Gilda+Display|Metamorphous|Palanquin+Dark|Sansita|Six+Caps|Vast+Shadow');

html,
body {
  height: 100%;

}
.titulo{
  font-family: 'Six Caps', sans-serif;
  font-size: 70px;
}

.frm{
   display: -ms-flexbox;
  display: flex; 
  -ms-flex-align: center;
  align-items: center;
  background-repeat: no-repeat;
  padding-top: 40px;
  padding-bottom: 40px;
  /*background-color: #f5f5f5;*/
 
  text-align: center; 
  background-size: 100% 100%;
}
.btn{
  background: #f00 !important;
}
.color{
  color: white !important;
}
.banner{
 background-size: inherit;
}
#ban{
 
}

form {

 
  border-radius: 25px;
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: auto;
  top: 45%;
}
form .checkbox {
  font-weight: 400;
}
form .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
form .form-control:focus {
  z-index: 2;
}
form input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
form input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}