.lorma-colleges-logo {
    width: auto;
    max-height: 70px;
}

.display-none {
    display: none;
}
.display-inline-block {
    display: inline-block;
}
.display-block {
    display: block;
}
.align-left {
    text-align: left;
}
.align-center {
    text-align: center;
}
.align-right {
    text-align: right;
}

input[type="text"],
input[type="email"] {
    margin: 0px 1px 1px 0px;
    border: 1px solid #006838;
    border-radius: 3px;
}

button {
    margin: 0px 5px 5px 0px;
    padding: 10px 20px;
    border: 1px solid #138391;
    border-radius: 3px;
    background: #19abbe;
    background: linear-gradient(to bottom, #19abbe, #138391);
    font-size: 1.1em;
    color: #fff;
}

button:hover {
    background: #21dbef;
    background: linear-gradient(to bottom, #21dbef, #1bb1c1);
    text-shadow: 1px 1px 1px #138391;
}

button:active {
    background: #138391;
}

button[disabled="disabled"],
button[disabled="disabled"]:link,
button[disabled="disabled"]:hover,
button[disabled="disabled"]:active {
    border-color: #d8d8d8;
    background: #d8d8d8;
    background: linear-gradient(to bottom, #f2f2f2, #d8d8d8);
    color: #999;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
    cursor: not-allowed;
}

#container-navigation-buttons {
    margin: 20px 0px 0px 0px;
}
