﻿.valid_error {
    color: red !important;
    font-size: 13px;
    font-weight: normal !important;
}
.form-control.valid_error {
    border: 1px solid red
}
.recaptcha-error {
    color: red !important;
    font-size: 13px;
    font-weight: normal !important;
}
.mdl-textfield__label1 {
    /* bottom: 0; */
    color: rgba(0, 0, 0, 0.26);
    font-size: 16px;
    left: 0;
    right: 0;
    pointer-events: none;
    position: absolute;
    top: 0px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-align: left;
}
.morecontent span {
    display: none;
}
.morelink {
    display: block;
}
.morelink {
    color: #edac15 !important;
}
.morelink:active,
.morelink:focus,
.morelink:hover {
    font-weight: 600;
    color: #ed488a !important;
    text-decoration: none;
}
.invalid-feedback {
    margin-top: 2.5rem !important;
}
.form-floating > .form-control:focus ~ label.invalid-feedback, .form-floating > .form-control:not(:placeholder-shown) ~ label.invalid-feedback, .form-floating > .form-select ~ label.invalid-feedback {
    margin-top: 3.2rem !important;
}
#cont_us_msg-error
{
    display:contents;
}
.alert button.close {
    float: right;
}