body {
    background: #eee;
    background-image: url('../images/login-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}
.form-container {
    background: #fff;
    padding: 20px;
    margin-top: 10%;
    border: 1px solid #ccc;
}
.sign-in-heading {
    margin-bottom: 20px;
}
.alert-success, .alert-errors {
    display: none;
}
#sign-up-form-container {
    display: none;
}

.box-title{
    border-radius: 5px;
    box-shadow: 0px 0px 3px 1px gray;
    padding: 10px 0px;
}
.error-msg{
    color: #dc3545;
    font-weight: 600;
}
.success-msg{
    color: green;
    font-weight: 600;
}
