@import "main.css";

body {
    background-color: #FFFFFF;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.container {
    width: 100%;
    margin: 0;
    left: 0;
    height: calc(100vh - 50px);
    overflow: auto;
}
@media only screen and (max-width: 1020px) {
    .container {
        left: 0;
    }
}
@media only screen and (max-width: 650px) {
    .container {
        left: 0;
        width: 100%;
    }
}
header {
    background-color: #4bbec8;
    height: 106px;
    padding: 0;
    text-align: center;
}
img {
    margin: 39px 0 0 0;
}
.content {
    padding-bottom: 0;
    overflow: visible;
    height: calc(100vh - 290px);
    margin-top: 50px;
    text-align: center;
}
.column, .column.one {
    float: none;
    margin: 0 auto;
    width: 80%;
    max-width: 450px;
    text-align: left;
}
form {
    width: auto;
    padding: 30px;
    margin-top: 100px;
}
.column.one form {
    border: 1px solid #8778b9;
}
.form-element-wrapper {
    width: calc(100% - 26px);
    margin-bottom: 20px;
}
.form-element-wrapper:nth-last-of-type(3) {
    margin-bottom: 5px;
}
.form-element-wrapper:nth-last-of-type {
    margin-bottom: 0;
}
form label {
    color: #5a5a5a;
    font-size: 16px;
    font-weight: 400;
}
.form-field {
    border-color: #5a5a5a;
    background-color: white !important;
    border-radius: 0;
}
.form-button {
    background-color: #8778b9;
}
.form-button:hover {
    background-color: #5a5a5a;
}
form + img {
    width: 110px;
    display: block;
}
.list-help {
    margin-bottom: 40px;
}
.list-help-item a {
    display: inline-block;
    padding: 0;
    margin: 6px 0;
    color: #4bbec8;
}
.list-help-item a:hover {
    color: #5a5a5a;
}
.item-marker {
    color: #4bbec8;
}
footer {
    background-color: #000000;
    font-size: 16px;
    text-align: center;
    height: 50px;
    position: fixed;
    bottom: 0;
    width: 100%;
}
.container-footer {
    width: 100%;
    left: 0;
    margin-left: 0;
}

/*other than login site*/
h3 {
    color: #5a5a5a;
}
.content p {
    margin: auto;
    display: block;
    width: 50%;
    font-size: 14px;
}
.federation_logo {
    width: inherit;
    float: none;
    padding-top: 0;
}
.organization_logo {
    width: 105px;
    top: 80px;
    position: absolute;
}
.box {
    border: 1px solid #8778b9;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    width: inherit;
    max-width: 600px;
}
.box header {
    margin-bottom: 30px;
    position: relative;
}
.box p {
    font-size: 14px;
    margin-top: 10px !important;
}
#attributeRelease {
    margin: 20px 0 40px 0;
    width: calc(100% - 2px);
    border-color: #8778b9;
}
table thead tr th {
    background-color: #8778b9 !important;
    font-weight: 400;
}
table tbody tr td {
    font-size: 14px;
}
#generalConsentDiv {
    width: calc(100% - 20px) !important;
    margin-top: 10px;
    border-color: #5a5a5a !important;
}
#generalConsentDiv p {
    margin-bottom: 5px !important;
    margin-top: 20px !important;
}
#generalConsentDiv ul {
    margin-top: 0;
}
p input[type="submit"] {
    -webkit-appearance: none;
    box-shadow: none;
    cursor: pointer;
    font-size: 14px;
    background: #8778b9;
    color: white;
    border-width: 0;
    border-radius: 4px;
    padding: 13px 12px;
    min-width: 100px;
    margin-top: 30px;
}
p input[type="submit"]:hover {
    background-color: #5a5a5a;
}
