/* override some styles for login */
body {
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    padding-top: 0px !important;
}

.text_under_logo {
    padding-top: 10px;
    padding-bottom: 0px;
    font-size: 25px;
    font-weight: bold;
    color:white;
}

a {
    color: white;
    font-weight: bold;
}

a:hover {
    color: white;
    /*font-weight: bold;*/
}

.new_here {
    color:white;
    font-size: 20px;
    font-weight: bold;
}

.creating_an_account {
    margin-top: 30px;
    color:white;
    font-size: 14px;
    font-weight: bold;
}

.footer {
    display: none;
}

input {
    border-radius: 0px !important;
}
select {
    border-radius: 0px !important;
}

.btn {
    border-radius: 0px;
    background-color: red;
    color:white;
    border:2px solid red;
}
.btn:hover {
    border-radius: 0px;
    background-color: red;
    color:white;
    border:2px solid red;
}

.form-control {
    border:2px solid red;
}
