﻿.form-control-feedback {
    position: absolute;
    top: 1rem;
    right: 1.5rem;
    z-index: 2;
    display: block;
    text-align: center;
    pointer-events: none;
}

.has-feedback {
    position: relative;
}

.field-validation-error {
    color: #c10505;
}

.login-box, .register-box {
    width: 400px;
    margin: 7% auto;
}

.validation-summary-errors ul{
    list-style:none;
    color: #c10505;
    margin-left:-40px;
    text-align:center;
}

.login-logo, .register-logo {
    font-size: 35px;
    text-align: center;
    font-weight: 300;
    background-color: white;
    margin-bottom: 0px !important;
    padding-top: 20px;
}

.weblogo {
    height: 70px;
}

.login-logo span {
    color: #d4d4d4;
    font-size: 25px;
}

.input-group-text {
    background-color: white;
    padding: 10px;
}  