
.content {justify-content: center; align-items: center;}

.login-box {width: 95%; max-width: 300px; text-align: center;}

.header-img {width: 100%; padding-top: 25%; margin-bottom: 10px; background-position: center; background-size: contain; background-repeat: no-repeat;}

.login-form {flex: 1; display: flex; align-items: center; flex-direction: column;}

input[type=text], input[type=password], input[type=email]{margin-bottom: 15px; width: 100%; background-color: white; color: black;}

.login-loader {position: absolute; width: 100%; height: 100%; background-color: rgba();}