body {
    font-family: "Roboto", "Lato", Helvetica, Arial, sans-serif;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.loginbox_body {
    width: 410px;
    padding: 20px;
}

.loginboxtoptext {
    width:370px;
    text-align: center;
}

.font18 {
    font-size: 18px;
}

.font14 {
    font-size: 14px;
}

.highlight {
    font-weight: bold;
    color: #0097B1;
}

.form-control {
    display: block;
    width: 100%;
    height: 36px;
    font-size: 15px;
    line-height: 1.467;
    background-color: #fff;
    background-image: none;
    border-radius: 2px;
    border: 0.5px solid #c7c8ca;
    color: #34495e;
    font-family: "Lato", Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 1.467;
    padding: 8px 12px;
    box-shadow: none;
    transition: border .25s linear, color .25s linear, background-color .25s linear;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: none;
    padding: 6px 12px;
    font-size: 15px;
    line-height: 1.4;
    border-radius: 2px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: border .25s linear, color .25s linear, background-color .25s linear;
}

.btn-primary {
    color: #ffffff;
    background-color: #44546A;
}

input::placeholder {
    opacity: 0.3;
    color: rgb(0, 0, 0);
}

h1 { 
    display: block;
    font-size: 2em;
    margin-top: 0.67em;
    margin-bottom: 0.67em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}
h2 {
    display: block;
    font-size: 1.5em;
    margin-top: 0.83em;
    margin-bottom: 0.83em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}
h3 { 
    display: block;
    font-size: 1.17em;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}
h4 { 
    display: block;
    margin-top: 1.33em;
    margin-bottom: 1.33em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}
h5 { 
    display: block;
    font-size: 28px;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
    font-weight: 700;
}
h6 { 
    display: block;
    font-size: .67em;
    margin-top: 2.33em;
    margin-bottom: 2.33em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}

.fs-help-link {
    color: #0028b3;
    padding-top: 12px;
    display: block;
    font-size: 16px;
    align-self: center;
    cursor: pointer;
}

.fs-help-submit-message {
    color: #FF6904;
    padding-top: 6px;
    display: block;
    text-align: center;
}

input[type="text"].fs-input-code,
input[type="text"].fs-input-code::placeholder,
input.fs-input-code,
input.fs-input-code::placeholder
{
    text-align: center;
}