* {
    padding: 0;
    margin: 0;
    outline: none;
    font-family: 'Lato', sans-serif;
    box-sizing: border-box;
}

body {
    background: #D9E0E7;
}

#main {
    margin: 0 auto;
    width: 1024px;
    height: auto;
}

#header {
    height: 150px;
    text-align: center;
}

.card {
    border: 1px solid #f4f4f4;
    box-sizing: border-box;
    padding: 20px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.card.hover {
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.card.hover:hover {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

#evaluation {
    padding: 0px 0px 30px 0px;
}

#login-division {
    box-sizing: border-box;
    width: 100%;
    padding: 0px 40px;
    display: flex;
    justify-content: center;
    padding-top: 10px;
}

#login-division .box {
    width: 400px;
    height: 250px;
    margin: 10px;
    padding: 20px 40px;
    background: #fff;
}

#login-division .box h1 {
    font-weight: 400;
}

#login-division .box h2 {
    font-style: italic;
    color: #999;
}

#login-division ul li>ul>li {
    padding: 20px;
    margin: 10px;
    background: #fff;
}

#login-division ul li>ul:first-child {}

#login-division h1,
#login-division h2 {
    text-align: center;
}

#login-division h1 {
    font-size: 18px;
}

#login-division h2 {
    font-size: 11px;
    padding-bottom: 20px;
}

#login-division #login-no {
    padding-bottom: 40px;
}

#login-division #login-no a {
    display: block;
    width: 100%;
    text-align: center;
    text-decoration: none;
    font-size: 24px;
    color: #555;
}

#login-division #login-no i {
    font-size: 70px;
    background: #ccc;
    border-radius: 100px;
    padding: 20px;
}

#login-division #login-no p {
    display: block;
    width: 100%;
    padding-top: 8px;
    text-transform: uppercase;
}

#login a {
    text-decoration: none;
    display: block;
    padding: 10px 0 10px 0;
    font-size: 12px;
}

.grid {
    width: 300px;
    padding: 20px;
}

.grid>h1 {
    font-weight: 400;
    color: #555;
    font-size: 20px;
    padding: 10px 0;
    text-align: center;
}

.grid>h2 {
    font-weight: 300;
    color: #999;
    font-size: 14px;
    padding-bottom: 10px;
    text-align: center;
    padding-bottom: 20px;
}

.grid li>h1 {
    font-size: 10px;
    text-transform: uppercase;
    display: block;
    width: 100%;
    padding: 5px 0px 3px 0px;
}

.grid li>h2 {
    font-size: 10px;
    text-transform: uppercase;
    display: block;
    width: 100%;
    padding: 5px 0px 3px 0px;
    color: #999;
    font-style: italic;
}

.grid>ul {
    display: flex;
    flex-direction: column;
}

.grid ul li {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.grid ul>li {
    padding-bottom: 5px;
}

.grid ul li ul {
    display: flex;
    align-content: stretch;
    width: 100%;
}

.grid ul li ol {
    display: flex;
    flex-direction: column;
    align-content: stretch;
    width: 100%;
}

.grid ul li ul li {
    padding-right: 3px;
    flex-grow: 0;
}

.grid ul li ul li:last-child {
    padding-right: 0px;
}

.grid input[type=text],
.grid input[type=password],
.grid input[type=number],
.grid textarea,
.grid select {
    width: 100%;
}

.grid input[type=text]:focus,
.grid input[type=password]:focus,
.grid input[type=number]:focus,
.grid textarea:focus,
.grid select:focus {
    background: #f5f5f5;
}

.grid input[type=checkbox]:focus+span {
    background: #ddd;
}

.grid ul li.input-icon input[type=text],
.grid ul li.input-icon input[type=password],
.grid ul li.input-icon input[type=number] {
    border-left: none;
}

.grid label {
    font-size: 10px;
    text-transform: uppercase;
    display: block;
    width: 100%;
    padding: 5px 0px 3px 0px;
    white-space: nowrap;
    color: #777;
}

.grid .grow {
    flex-grow: 1;
}

.grid .row {
    flex-direction: row;
}

.grid ul li.input-icon {
    flex-direction: row;
}

.grid ul li span {
    display: block;
    flex: 1;
    align-self: flex-start;
    font-size: 13px;
}

.grid ul li.input-icon i {
    display: block;
    height: 26px;
    width: 36px;
    text-align: center;
    line-height: 26px;
    border: 1px solid rgba(0, 0, 0, .09);
    border-right: none;
}

.grid .centered .checkbox {
    align-self: center;
}

.grid .centered label {
    text-align: center;
}

.grid .bottom-button {
    padding-top: 10px;
    margin-top: 10px;
    flex-direction: row;
}

.grid .bottom-button button {
    margin: 10px;
}

.grid input[type=radio] {
    display: inline-block;
}

.grid input[type=radio]+label {}

.grid .grid-text {
    align-items: flex-start;
    font-size: 11px;
    text-transform: uppercase;
}

.grid .required {
    background: #fcf9cf;
}

.audit {
    background-image: url('../img/audit.jpg') !important;
    background-repeat: no-repeat !important;
    background-size: 100% !important;
}

.expertise {
    background-image: url('../img/expertise.jpg') !important;
    background-repeat: no-repeat !important;
    background-size: 100% !important;
}

.site {
    background-image: url('../img/site.jpg') !important;
    background-repeat: no-repeat !important;
    background-size: 100% !important;
}

a {
    text-decoration: none !important;
}

a h1 {
    color: #fff !important;
    font-weight: bold !important;
    font-size: 35px !important;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    margin-top: 70px;
}

a h2 {
    color: #fff !important;
    font-weight: bold !important;
    font-size: 15px !important;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}