input {
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
}

button {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
}

input::-ms-check{
    display:auto !important!
}

#MFARememberMe {
		-webkit-appearance: auto !important;
	-moz-appearance: auto !important;
	appearance: auto !important;
}

.btn-default {
	color: #fff;
    background-color: #494949;
	font-weight: bold;
}

.fiviPrimBtn { 
	background-color: #003C70;
	border: .25rem solid #003C70;
}

.fiviPrimBtn:hover,.fiviPrimBtn:active,.fiviPrimBtn:focus {
	background-color: #003C70;
	border: .25rem solid #003C70;
}

.btn-primary {
	color: #fff;
    background-color: #003C70;
}

.btn-primary:hover,.btn-primary:active,.btn-primary:focus {
	color: #fff;
    background-color: #003C70;
}

.btn-primary.V3SummaryButtons {
	color: #fff;
    background-color: #003C70;
}



.DefaultNextButton {
	display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.V3StatusCenterLogin {
    text-align: center;
}

.V3SummaryCollapsedMenuButton {
    float: left !important;
}

.V3SummaryBadge {
    margin-left: 44px;
    background-color: #003C70;
}

.DefaultFormControlClassV3 {
    display: inline !important;
    height: 60px;
    font-size: 27px;
    width: 50% !important;
    border-width: 0px 0px 2px 0px !important;
    border-color: #ccc;
    border-style: solid !important;
    box-shadow: none !important;
    border-radius: 0px !important;
    margin: 1em 5px 5px 5px !important;
    padding: 1em .5em .5em .5em !important;
    line-height: 20px !important;
    background-color: #F9F9F9 !important;
}

/* "small" in bootstrap - tablets */
@media all and (max-device-width: 992px) , all and (max-width: 992px)
{
	.DefaultFormControlClassV3 {
		width: 90% !important;
	}
}

.LabelClassFocus {
    position: absolute;
    margin-left: 10px;
    font-size: 12px;
    top: -22px;
    color: gray;
    transition: 0.2s ease all;
    text-align: left;
	min-width:500px;
}

.LabelClassPlaceholder {
    position: absolute;
    font-size: 25px;
    pointer-events: none;
    margin-left: 10px;
    top: -22px;
    transition: 0.2s ease all;
    width: 100%;
	min-width:500px;
    text-align: left;
}

.LinkClass {
    text-decoration: underline;
    cursor: pointer;
    color: #003C70;
}

.V3MessageArea {
    border: solid 1px #DDD;
    width: 100%;
    display: block;
    margin-bottom: 1rem;
}

.V3MessageArea-Header {
    background-color: #DDD;
    font-size: 1.5rem;
    padding: .5rem 1rem;
	text-align: left;
}

.V3MessageArea-Text {
    padding: 1rem;
	text-align: left;
}

.V3MessagesHeaderClass {
    background-color: #003C70;
    color: white;
}

.V3StatusCenterTableClass {
    border: 1px solid #003C70;
}

.form-control {
    width: 30rem;
    margin: auto;
}

/* handle IE label absolutes*/
@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {

    .LabelClassFocus,
    .LabelClassPlaceholder {
        top: 75px;
    }

}