﻿.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;
}
.site_title i {
    border: 1px solid #EAEAEA;
    padding: 5px 6px;
    border-radius: 50%;
}
.navbar-brand, .navbar-nav > li > a, .site_title {
    color: #ECF0F1 !important;
    margin-left: 0 !important;
}
.nav-label {
    color: #adff2f !important;
}
button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    float: right;
}
.pull-right {
    float: right;
}