﻿.loginbox {
    border: 1px solid #000000;
    width: 600px;
    margin-left: 40px;
    display: inline-block;
    padding-bottom: 10px;
}

h4 {
    background-color: #F8981D;
    color: black;
    border-bottom: 1px solid #000000;
    padding-top: 10px;
    padding-left: 10px;
    margin-top: 0px;
    height: 40px;
}

h5 {
    background-color: #F8981D;
    border-top: 1px solid #000000;
    padding-top: 10px;
    padding-left: 10px;
    margin-top: 0px;
    height: 40px;
}

a.forgotpass {
    cursor: pointer;
    text-decoration: underline;
}

.forgotpassbox {
    background-color: #a2d040;
}

.forgotpasstitle {
    text-align: left;
}

/* Set width on the form input elements since they're 100% wide by default */
/*input:not(.edit-mode),
select,
textarea:not(.edit-mode) {
    max-width: 280px;
}*/
