﻿.alert {
    border-top-color: #582f8f !important;
    color: white;
    border: 1px solid #ffffff !important;
}

.MyCheckBox input[type="checkbox"] {
    margin-top: 0px !important;
    display: inline-flex !important;
}

.span {
    display: inline-flex !important;
}

.MyCheckBox label {
    margin-top: 0px !important;
}

#ContentPlaceHolder1_btnLogin {
    background-color: #3051a0;
    color: white;
    border-radius: 3px;
    width: 100%;
    height: 48px;
    font-size: 20px;
    border: none;
    font-weight: 600;
}
/*.remember-txt{
            white-space:nowrap;
        }*/
.login-heading {
    border-bottom: 5px double #361298;
    width: 105px;
    margin: auto;
    padding-top: 30px;
}

@media only screen and (min-width:320px) {
    .forgot-password {
        font-size: 14px !important;
    }

    .login {
        margin-top: 40px;
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .login-heading {
        float: left;
    }
}

.alert {
    padding: 15px;
    /*margin-bottom: 20px;*/
    border: 1px solid #96c946;
    border-radius: 4px;
}

a {
    color: #fff;
}
/*  a#Tab1 {
            color: black;
        }
        a#Tab2 {
            color: black;
        }*/
.btn-primary {
    background-color: #582f8f;
    border-color: #582f8f;
    width: 100%;
    max-width: 80%;
}

    .btn-primary:hover {
        background-color: #582f8fd4;
        border-color: #582f8fd4;
    }

    .btn-primary:active {
        background-color: #582f8fd4;
        border-color: #582f8fd4;
    }

.h2H {
    color: white !important;
}

.login-title {
    background: #582f8f;
    box-shadow: 0px 1px 1px 10px #582f8f;
}

.forgot-password {
    padding: 6px 0;
    font-weight: 800;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    background-color: #582f8f;
    border-color: #582f8f;
}


.StatUs {
    color: white;
    border-bottom: 1px solid #ffff; 
}

#STS{
    padding-bottom:3px;
}
.alert-danger {
    background-color: #582f8f !important;
}

.showPasswordButton {
    padding: 0 15px;
    font-size: 20px;
    background: #582f8f;
    color: white;
}
