body {
    font-family: 'Roboto', sans-serif;
    font-size: 1rem;
    background: #ffffff
}
.login {
    min-height: 100vh;
}

.login-heading {
    font-weight: 300;
}
.login .form-control {
    height: calc(1.5em + 1rem + 2px);
    padding: 0.5rem 1rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}
.btn-login {
    font-size: 0.9rem;
    letter-spacing: 0.05rem;
    padding: 0.75rem 1.5rem;
}
.titlelogin{
    text-align: center;
    color: #3f51b5;
    font-size: 30px;
    margin-right: 48%;

    font-family: Brush Script Std;
    animation: titlelog 2s infinite alternate;
}
.text-login{
  display: block;
  position: relative;
  top:13%;
  font-size:35px;
  font-family: Brush Script Std;
  text-align: center;
  color:#3f51b5;;
  z-index: 1001;
 
 }
.login-logo {
 display: none;
}
@media screen and (max-width: 780px) {
.login-logo {
    display: block;
}
.text-login{
font-size: 20px;
}
} 