body {
	font-family: "Open Sans", sans-serif;
    font-weight: 400;
    margin: 0;
    border: none;
    padding: 0;
    color: #1e1e1e;
}

a {
    color: #1e1e1e;
    text-decoration: none;
}

.header {
    display: block;
    padding-top: 10px;
    max-width: 1400px;
    margin: 0 auto;
}

.header .logo {
    display: inline-block;
    height: 4rem;
    border: none;
}

.header .logo img {
    height: 100%;
}

.heading-bar {
    background-color: #3e4863;
    color: #ff3a20;
    text-align: center;
    font-size: 28px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 600;
}

.footer {
    border-top: solid 10px #3e4863;
}

.footer div {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0;
    padding-top: 10px;
}

.footer span {
    padding: 0;
    margin: 0;
    border: none;
    font-size: 16px;
    padding-left: 20px;
}

.footer .copyright {
    float: right;
    text-align: right;
    padding-left: 0px;
    padding-right: 20px;
}

.main-content {
    max-width: 1400px;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 18px;
}

.form {
    border: solid 2px #cbcbcb;
    border-radius: 10px;
    padding: 20px;
    position: relative;
}

.narrow {
    max-width: 600px;
    margin: 0 auto;
}

.forgotten-password {
    float: right;
    text-align: right;
    line-height: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.form-group {
    padding-top: 10px;
    padding-bottom: 10px;
}

label {
    display: block;
    font-size: 20px;
    line-height: 20px;
    color: #7d7e81;
    font-weight: 600;
    padding-bottom: 5px;
}

.input-holder {
    position: relative;
}

.input-holder .icon {
    position: absolute;
    left: 0;
    top: 1px;
    height: 46px;
    width: 48px;
    border-right: solid 1px #cbcbcb;
    display: flex;
    align-items: center;
    justify-content: center;
}

.input-holder .form-control {
    border: solid 1px #cbcbcb;
    padding: 13px 15px 14px 65px;
    font-size: 15px;
    line-height: 20px;
    color: #1e1e1e;
    text-overflow: ellipsis;
}

.form-control {
    display: block;
    width: 100%;
    font-weight: 400;
    background-color: #f4f6fa;
    background-clip: padding-box;
    border-radius: 4px;
    box-sizing: border-box;
}

.btn {
    font-size: 20px;
    line-height: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    border: solid 1px #cbcbcb;
    border-radius: 5px;
    background-color: #f4f6fa;
    color: #1e1e1e;
    font-weight: 400;
    display: inline-block;
}

.validation-message {
    text-align: center;
    display: block;
    padding-bottom: 20px;
    font-weight: 600;
    color: #8b0000;
}

.validation-message.success {
    color: #008000;
}

.menu.vertical {
    margin: 0 auto;
    width: 400px;
}

.menu.vertical .btn {
    width: 100%;
    display: block;
    text-align: center;
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
}

.results {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
}

table td {
    padding: 5px;
}

table thead td {
    background-color: #1f1f1f!important;
    color: #efefef;
}

table tbody tr:nth-child(even) td {
    background-color: #efefef;
}

table td input {
    width: 100%;
    font-size: 16px;
    border: solid 1px #1f1f1f;
    padding: 2px;
}

.progress-bar {
    height: 40px;
    border-radius: 4px;
    margin: 0;
    margin-bottom: 30px;
    background-color: #e6e8ec;
    text-align: center;
    line-height: 40px;
    vertical-align: middle;
    color: black;
    font-weight: 600;
    font-size: 20px;
}