body {
}

.left {
    background: url('../img/left.png') no-repeat center center;
    background-size: cover;
}

.logo {
    max-width: 50%;
}

a.back {
  font-size: 80px;
  color: #333;
  text-decoration: none;
}

a:hover.back {
    text-decoration: underline;
}

.fs-14 {
    font-size: 14px;
}

.title {
    font-weight: bold;
    color: green;
    text-align: center;
}
.title-desc {
    font-weight: bold;
    color: red;
    text-align: center;
    font-size: 24px;
}
.col-green {
    color: green;
}

.test-title {
    text-decoration: underline;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.mright-50 {
    margin-right: 50px;
}
.black-box {
    border: 2px solid #000;
    display: block;
    box-sizing: border-box;
    padding: 2px 10px;
    font-size: 14px;
}
.grey-box {
    background: #ccc;
    font-weight: bold;
    padding: 2px 10px;
    display: block;
    box-sizing: border-box;
    font-size: 14px;
}
.result-title {
    font-size: 14px;
    font-weight: bold;
}
.bg-green {
    background-color: green !important;
    color: #fff;
    display: block;
    padding: 5px;
    margin-top: 30px;
    text-align: center;
}

.form-body {
    width: 85%;
    margin-top: 115px;
    margin-bottom: 60px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 6px;
    -webkit-box-shadow: 0 10px 6px -6px #777;
    -moz-box-shadow: 0 10px 6px -6px #777;
    box-shadow: -2px 10px 6px -6px #777, 2px 10px 6px -6px #777;
}

.form-body-m-b {
    margin-bottom: 142px;
}

.form-body-m-t {
    margin-top: 140px;
}

.mt-80 {
    margin-top: 80px;
}
.mt-180 {
    margin-top: 150px;
}
.form-body > .form-content {
    padding: 50px;
}

.form-content h2 {
    font-size: 20px;
}

.form-body > .form-header {
    background-color: #087970;
    color: #fff;
    padding: 18px;
    border-radius: 6px 6px 0 0;
}

.form-header > h1 {
    font-size: 24px;
    font-weight: bold;
}

footer {
    background-color: #212529; /* #0D6EFD; */
    color: #fff;
    padding: 20px;
    box-sizing: border-box;
}

footer a {
    color: #fff;
    text-decoration: none;
}

footer a:hover {
    color: #fff;
    text-decoration: underline;
}

footer > p {
    margin: 0;
}

.btn-primary {
    background: #087970 !important;
    border-color: #087970 !important;
}

@media print {
     .print-area {
        display: none;
     }
     .bg-green {
         background-color: green !important;
     }
 }