﻿.login {
    min-height: 100vh;
}

.bg-image {
    
    background-size: cover;
    background-position: center;
}

.bg1 {
    background-image: url('../images/bg1.png');
}

.bg2 {
    background-image: url('../images/bg2.png');
}

.bg3 {
    background-image: url('../images/bg3.png');
}

.login-heading {
    font-weight: 600;
}

.btn-login {
    font-size: 0.9rem;
    letter-spacing: 0.05rem;
    padding: 0.75rem 1rem;
}


img {
    width: 250px;
    max-width: 250px;
}

html {
    height: 100%;
    font-family: 'Trebuchet MS', sans-serif;
}

.field-validation-error,
.validation-summary-errors {
    color: #CC3333;
    font-size: 12px;
}

.auth-icon {
    width: 25px !important;
    height: 25px !important;
}


a
{
    
    text-decoration:none;
}

html, body, a, p {
    color: #888 !important;
    font-size: 15px;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    border-color: rgba(252, 158, 69, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(252, 158, 69, 0.6);
    outline: 0 none;
}


.btn-dh {
    background-color: #FC9E45;
    color:#fff;
}

    .btn-dh:hover,
    .btn-dh:focus
    .btn-dh:active {
        background-color: rgba(252, 158, 69, 0.8);
        color: #fff;
        border-color: rgba(252, 158, 69, 0.8);
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(252, 158, 69, 0.6);
        outline: 0 none;
    }


.dh-link {
    color: rgba(252, 158, 69, 0.8) !important;
}