.login-main{
    background-color: black;
}

.login-form{
    margin-top: 15%;
    background-color: black !important;
    border: 0.5px solid white !important;
    color: white;
}

.login-header{
    text-align: center;
    font-size: 16px;
}

.login-email{
    color: white !important;
    border: 1px solid white !important;
    background: transparent !important;

}

.login-submit{
    width: 35%;
    text-align: center;
}

a.btn.btn-link.login-submit.link {
    font-size: 12px;
}

@media only screen and (max-width: 600px) {
    .login-submit{
        width: 35%;
        text-align: center;
        margin-left: 30% !important;
        margin-right: 30% !important;
    }

    a.btn.btn-link.login-submit.link {
        font-size: 10px;
    }
} 


.form-control {
    background: transparent !important;
    color: white !important;
}

input#email {
    background: black !important;
}

input {
    background-color: black !important;
    color: white !important;
}