.logo-height {
    height: 150px;
}

.text-sm, .text-xs {
    font-size: inherit;
    line-height: inherit;
}

#remember_me {
    height: 16px;
    width: 16px;
}

.sm\:max-w-md {
    max-width: 40rem;
}
.button:hover{
    background: transparent;
    border: 1px solid #ff2222;
    color: #ff2222;
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
}
