
.login {
    margin: 0;
    width: 415px;
    max-width: 90%;
    background: #FFFFFF;
    box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.28);
    position: fixed;
    right: 0;
    height: 100%;
    top: 0;
    bottom: 0;
    overflow: auto;
    -webkit-animation: slide 0.5s forwards;
    -webkit-animation-delay: 2s;
    animation: slide 0.3s forwards;
    animation-delay: 0.1s;
    right: -400px;
}

p{
    color: #40505B;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
    color: #18191a;
}

@-webkit-keyframes slide {
    100% {
        right: 0;
    }
}

@keyframes slide {
    100% {
        right: 0;
    }
}

.bg {
    background: url(../Images/24x7-support-service_1.jpg) -180px fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.wrapper-lg {
    /*
    padding: 60px 30px;
    position: relative;
    left: 0;
    right: 0;
        */
    padding: 60px 30px;
    height: 100%;
    /* border-collapse: collapse; */
    display: table;
}

.login-info {
    padding: 15px;
    margin-top: 60px;
}

    .login-info ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        color: #AAAAAA;
    }

    .login-info ::-moz-placeholder { /* Firefox 19+ */
        color: #AAAAAA;
    }

    .login-info :-ms-input-placeholder { /* IE 10+ */
        color: #AAAAAA;
    }

    .login-info :-moz-placeholder { /* Firefox 18- */
        color: #AAAAAA;
    }

.l-footer {
    /*position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;*/
    display: table-row;
    vertical-align: bottom;
    height: 1px;
}

.pads-tp {
    padding-top: 20px;
}

.login-info i.fa.fa-eye {
    position: relative;
    top: 40px;
    background: #EBEBEB;
    overflow: hidden;
    z-index: 1;
    background: #EBEBEB;
}


.input-group-addon {
    border-radius: 10px;
    background-color: #e5e5e5;
    ;
}

.wrapper-lg .form-group {
    margin-bottom: 20px;
}

.martop20 {
    margin: 20px 0px;
}

.wrapper-lg .input-group {
    margin-bottom: 20px;
    width: 100%;
}

.form-control-feedback {
    left: 0;
    /* top: 15%; */
    height: 50px;
    /* width: 50px; */
    vertical-align: middle;
    padding: 8px 0;
}


.has-feedback .form-control, .has-feedback select {
    padding-right: 10px;
    padding-left: 0;
}


.btn-flat {
    background: #707070;
    color: #fff;
    height: 50px;
}

.checkbox-primary input[type="checkbox"]:checked + label::before {
    background-color: #428bca;
    border-color: #428bca;
}

.checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cfd3d4;
    border-radius: 0px;
    background-color: #f2f2f2;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.checkbox-info input[type="checkbox"]:checked + label::after {
    color: #fff;
}

.checkbox input[type="checkbox"]:checked + label::after {
    font-family: 'FontAwesome';
    content: "\f00c";
}

.checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 0;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 11px;
    color: #FFF;
}

.checkbox.checkbox-primary {
    margin-left: 20px;
}

.user-pass {
    text-align: center;
    
    margin: 10px 0;
    padding: 10px 0;
}


.encircle {
    background: #286090 none repeat scroll 0 0;
    border-radius: 250px;
    color: #fff;
    height: 22px;
    left: 0px;
    padding: 1px 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 22px;
}

.decircle {
    background: #cccccc none repeat scroll 0 0;
    border-radius: 250px;
    color: #fff;
    height: 22px;
    left: 0px;
    padding: 1px 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 22px;
}

/*.circle {
    background: #286090 none repeat scroll 0 0;
    border-radius: 250px;
    color: #fff;
    height: 22px;
    left: 0px;
    padding: 1px 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 22px;
}*/

.encircleText {
    color: #286090;
}

.decircleText {
    color: #cccccc;
}

.activetab {
    color: #4378BC;
    font-size: 14px;
    font-weight: bold;
    border-bottom: 2px solid #4378BC;
}

.deactivetab {
    color: #cccccc;
    font-size: 14px;
    font-weight: bold;
    border-bottom: 2px solid #cccccc;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    outline: none;
    background: none;
}


.padding0 {
    padding: 0px;
}

.padding45 {
    padding: 0px 15px;
}

.mtop0 {
    margin-top: 0px;
}

.mtop0 h4 {
    margin-top: 0px;
    font-size: 15px;
    line-height: 30px;
    font-weight: 600;
    
}

.back-btn {
    float: left;
    font-size: 20px;
    margin: 10px 15px;
    position: relative;
    z-index: 9999;
}
/* End Login*/

#inputError1 {
    border-bottom: 1px solid #F34336;
}

.alert-login {
    float: left;
    width: 100%;
    color: #F34336;
    font-size: 11px;
    margin: 5px 0 10px 0;
}

.link {
    border: 1px solid #c5d9e8; /*border: 1px solid #337ab7; */
    color: #ff001d; /*color: #d36b7d;*/
    font-size: 14px;
    /*margin: 15px 0;*/
    padding: 8px 8px;
    text-align: left;
    text-decoration: none;
}

.linkbtn {
    background: none;
    border: none;
    margin-right: -14px;
    padding: 0;
    outline: none;
    cursor:pointer;
}

.linkbtn:hover {
    text-decoration: underline;
}

@media (max-width: 767px) {

    .wrapper-lg, .l-footer {
        position: initial;
    }
}

@media (max-width: 1244px) {

    .bg {
        background-repeat: no-repeat;
        background-position: 80% center;
        margin-right: 200px;
    }
}

@media (max-width: 480px) {
    .login {
        max-width: 100%;
        width: 100%;
    }
}

@media (max-width: 400px) {

    .login-info {
        padding: 60px 0;
    }

    .nav-tabs > li {
        width: 49.9%;
    }

    .nav > li > a {
        position: relative;
        display: block;
        padding: 15px;
    }
}
