.login-main{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.login-title
{
    text-align: center;
}
.login-form
{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.form-group
{
    display: flex;
    flex-direction: column;
    margin-bottom: 1em;
}

.btn-login
{
    width: 60%;
    position: relative;
    left: 15%;
}
.signup-link
{
    text-align: center;
    margin-top: 1em;
}

h3
{
    margin: 2% 0%;
}