﻿.txt-warning {
    border-bottom-color: red !important;
}

.span-errormessage {
    color: red;
}

body.login1 {
    background: url(../../images/login-bg-1.jpg) no-repeat center center !important;
}


.login-container.active {
    background-color: #fff !important;
    background-color: rgba(255,255,255,.95) !important;
    border-radius: 5px !important;
    box-shadow: 0 0 50px rgba(0,0,0,.2)!important;
    padding: 30px !important;
    margin-bottom: 15px !important;
    width: 380px !important;
    height: 380px  !important;
    text-align: center !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    margin: -190px 0 0 -190px !important;
    opacity: 1 !important;

    border: 1px solid #511a7d !important;
}


#txt_userloginname
{
        border-bottom: 1px solid #511a7d;
}

#txt_userpassword
{
        border-bottom: 1px solid #511a7d;
}

#btn_login_password
{
    background-color:#511a7d !important;
        border-color: #511a7d !important;
}

.signup a

{
    color: #511a7d !important;
}