label {
    color: #888;
    font-weight: 400;
}

.form-text {
    font-weight: 300;
    line-height: 1.42861;
    font-size: 12px;
}

input {
    font-size: 17px !important;
    font-weight: 400 !important;
}

select {
    font-size: 17px !important;
    font-weight: 400 !important;
}

a {
    text-decoration: none;
    color: #0070c9;
}

a:hover {
    text-decoration: underline;
}

.form-floating {
    position: relative;
    z-index: 1;
}

.intl-tel-input {
    position: relative;
    z-index: 2;
}

.sign-head, .sign-head a {
    color: rgba(22, 22, 23, .8);
    text-decoration: none;
    font-weight: 400;
    font-size: 12px;
}

.sign-head a:hover {
    color: #06c;
}

.login-nav-bar {
	background-color: rgba(255, 255, 255, .8);
}

#submitButton:hover {
    background-color: rgba(22, 22, 23, .9) !important;
}
