﻿/* CSS type="text/css" > */

/*####################################### Deafult tag redesigning ##############################################*/
/* -- anchor tags  ------------------------------ */
.a-tag {
    color: dodgerblue;
    text-decoration: none;
    cursor: pointer;
}
    /* -- anchor tags  hover ------------------------------ */
    .a-tag:hover {
        color: red;
        text-decoration: none;
    }


/*.welcome-bg-blue {
    background-color: #1976d2;
}*/

.welcome-bg-blue {
    background : rgb(213,0,0) ;
    background : linear-gradient(126deg, rgba(213,0,0,1) 1%, rgba(218,120,59,1) 100%);
}

/*#######################################Custom Tags ##############################################*/
/* Used to clear the yellow color background for auto fill */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:active,
input:-webkit-autofill:focus {
    background-color: #FFFFFF !important;
    color: #555 !important;
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
    -webkit-text-fill-color: #555555 !important;
}

.InfoWarning {
    color: red;
    margin-top: 5px;
    font-size: smaller;
    text-align: center;
}

.InfoSuccess {
    color: #1ec44c;
}

.login_image_container {
    padding: 6%;
    text-align: center;
}

.login_form_container1 {
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 4px 10px 0 rgba(0, 0, 0, 0.1);
    text-align: center;
    margin: auto;
    margin-top: 2%;
    line-height: 250%;
}

.login_forgotpwd {
    padding: 25px;
    font-size: 90%;
    text-align: center;
    color: #3c3c3c;
    cursor: pointer;
}

input[type="text"],
input[type="password"] {
    font-size: 12px;
    color: #333;
    width: 100%;
    box-sizing: border-box;
    letter-spacing: 1px;
}

.effect-16 {
    border: 0;
    padding: 7px 0;
    border-bottom: 1px solid #ccc;
    background-color: transparent;
}

    .effect-16 ~ label {
        position: absolute;
        left: 0;
        width: 100%;
        top: 9px;
        color: #757575;
        transition: 0.3s;
        font-size: 12px;
        font-weight: 600;
        z-index: -1;
        letter-spacing: 0.7px;
    }

    .effect-16:focus ~ label,
    .has-content.effect-16 ~ label {
        top: -16px;
        font-size: 12px;
        color: #1a8dff;
        transition: 0.3s;
    }

/* -- login card ------------------------------ */
.signin-card {
    max-width: 385px;
    border-radius: 2px;
    margin: 20px auto;
    padding: 40px 45px 0 45px;
    background-color: #fff;
    box-shadow: 1px 1px 2px rgba(168, 168, 168, 0.34), 1px 1px 5px rgba(201, 201, 201, 0.23);
    border: 1px solid gainsboro;
}

/* -- login card mobile ------------------------------ */
.signin-card-mob-view {
    width: 100%;
    border-radius: 2px;
    margin: 0;
    padding: 0;
    background-color: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .23);
}

/* -- login card header ------------------------------ */
.lcard-header {
    color: #000000;
    margin-bottom: 30px;
    text-align: center;
    font-size: 1.15rem;
}
/* -- login card forgot password ------------------------------ */
.forgotpwd {
    font-size: 0.7rem;
    font-weight: 400;
    letter-spacing: 0.5px;
    cursor: pointer;
}
/* -- login card - login button  ------------------------------ */
.login-button-style {
    color: white;
    border-radius: 0;
    height: 70px;
    letter-spacing: 3px;
}

.expand-login {
    margin: 0px -50px;
}

.pwd-reset-msg {
    font-size: 1em;
    margin: 50px 0;
    font-weight: normal;
    line-height: 2em;
}
/* Present in forgot password and reset password - check and remove */
.updateProgress {
    border-width: 1px;
    border-style: solid;
    border-color: #999;
    background-color: #FFFFFF;
    position: absolute;
    width: 300px;
    height: 100px;
}

/*-------------------------------------- Reset Password styling -------------------------------------------- */
.invalidNewPwdReset {
    color: #665f5f;
    line-height: 27px;
    padding-left: 3px;
    font-size: 12px;
}

.validReset {
    color: #53b822;
    line-height: 27px;
    padding-left: 3px;
    font-size: 12px;
}

/* -- login paper styles ------------------------------ */
.pwd-reset-condition {
    list-style: none;
    font-size: 12px;
    margin: 2px 0px -35px -44px;
}

.contact-admin {
    text-align: center;
    margin-top: -12px;
    font-size: 12px;
}

.pwd-reset-err-txt {
    padding-bottom: 40px;
    text-align: center;
    font-size: 14px;
    line-height: 2;
}

.popover.top > .arrow:after {
    border-top-color: #ff8200;
}

.popover.bottom > .arrow:after {
    border-bottom-color: #ff8200;
}

.popover.right > .arrow:after {
    border-right-color: #ff8200;
}

.popover.left > .arrow:after {
    border-left-color: #ff8200;
}

.popover-content {
    padding: 6px 14px;
}

.popover {
    background-color: #ff8200;
    color: white;
}

.popover-title {
    background-color: #D50000;
}

.error_class {
    border-color: #ff8200 !important;
}

#blueDiv {
    width: 26%;
}
.input-effect{
    float: left;
    width: 100%;
    margin: 15px 0;
    position: relative;
    z-index: 1;
}
[data-notify="dismiss"] {
        right: 10px;
        top: 5px;
        font-size: 13px;
}
.alert-wrapper{
    display: inline-block;
    white-space: nowrap;
}
.alert-block{
    padding: 15px 20px 15px 20px;
    display: inline-block;
    white-space: normal;
    vertical-align: middle;
}
.alert-icon{
    width:60px;
}
.alert-content {
    width:280px;
    color: #333;
}
.alert-notify-success{
    background-color: white;
    border-left: 5px solid green;
    box-shadow: 0 0 10px #ccc;
   /* border-radius:3px;*/
}
.alert-notify-error{
    background-color: white;
    border: 1px solid red;
    box-shadow: 0 0 10px #ccc;
    border-radius:3px;
}
.alert-notify-warning{
    background-color: white;
    border: 1px solid darkorange;
    box-shadow: 0 0 10px #ccc;
    border-radius:3px;
}
@media only screen and (min-width: 481px) and (max-width: 767px),(min-width: 320px) and (max-width: 480px) {
    .signin-card {max-width: 350px;}
}