.login-body{
	background:#e0e0e0 url(../images/bg.png);
    background-repeat: no-repeat;
    background-position: top right;
}
.bg-light-gray{background:#ebebeb;}
.login-body p{
    color:#696969;
}
.login-body .card-group{
	box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.2);
    border: 0;
	border-radius:1rem;
}
.login-body .card-group> .card{
	border:0 !important;
	border-radius:1rem;
	position:relative;
}
@media (max-width: 575px) {
     .login-left-title{display:none;}
     .crdllt{
         display:none;
     }
}
@media (min-width: 576px){
    .crdllt{
        position:relative;
    }
     .crdllt:before{
         content:'';
        position:absolute;
        left:-46px;
        width:46px;
        height:100%;
        background:#d0d0d0;
        border-top-left-radius:.5rem;
        border-bottom-left-radius:.5rem;
    }
    .login-left-title {
    color: #000;
    margin: 0;
    padding: 10px 12px;
    font-size: 1.15rem;
    position: absolute;
    top: 50%;
    left: -23px;
    transform: translate(-50%, -50%) rotate(-90deg);
    -moz-transform: translate(-50%, -50%) rotate(-90deg);
    -o-transform: translate(-50%, -50%) rotate(-90deg);
    -webkit-transform: translate(-50%, -50%) rotate(-90deg);
}

.login-body .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
}
.title-stip{
	width:176px;
	height:63px;
    background-image: url(../images/tag_green.svg);
    background-repeat: no-repeat;
    background-position: center left;
    background-size: cover;
	    position: absolute;
    left: -17px;
    top: 1.5rem;
}
.title-stip span{
	font-size:1.15rem;
	font-weight:bold;
	color:#fff;
	    margin: 8px 8px 8px 20px;
    display: block;
}

.mailcall{
	font-size:1.1rem;
	font-weight:bold;
	color:#000;
	margin-left:1rem;
}
.mailcall span{display:block;}
.text-gray{
	color:#939393;
}
.frgt-pass{color:#000;font-size:.775rem;font-weight:500;}
.frgt-pass:hover{color:#4d78de;}
.login-body input[type=text], .login-body input[type=password]{
	color:#000;
}
.cstm-txfiled{
	position:relative;
}
.cstm-txfiled .rtlbl{
	position: absolute;
    right: 1px;
    top: 1px;
    margin-bottom: 0;
    background: #fff;
    height: 2.5rem;
	line-height:1.5rem;
    font-weight: 500;
    min-width: 78px;
    color: #000;
	padding: .5rem;
	border-top-right-radius:.25rem;
	border-bottom-right-radius:.25rem;
}
/*Login End */
.login-body{position:relative;}
.pwrby{position:absolute;right:5%;bottom:20px;}
.pwrby img{height:30px;margin-left:10px;}

.srvicns .sicn {
    width: 110px;
    height: 110px;
}
.srvicns {
    flex: none;
    position: relative;
}
.srvcttl {
    font-size: 1rem;
    line-height: 1rem;
    margin-bottom: .35rem;
    color: #4c79e0;
    font-weight: bold;
}
.srvcdesc {
    color: #555;
    font-size: .735rem;
        line-height: 1.2rem;
}
.login-form-logo{
	height:38px;
	margin-bottom:1rem;
}
.wd-100p{
    width:100%;
}
.srvcs{
    position:relative;
}
.thnklg{
    position:absolute;
       left: -80px;
    bottom: 0;
    width: 65px;
}

.logolgn img{
    height:45px;
}
.lgnttl{
    font-size:1.5rem;
    font-weight:bold;
    margin:1rem 0 1.5rem 0;
    color:#333333;
}
.lgnbtn{
    min-width:150px;
}
.fpdesc{
    font-size:.845rem;
    margin-bottom:1rem;
    color:#7c7c7c;
}