@charset "utf-8";
/* CSS Document */
#account-login .card-account-left {
	background: -webkit-linear-gradient(left, #266db9, #153b71);
	background: -o-linear-gradient(left, #266db9, #153b71);
	background: linear-gradient(to right, #266db9, #153b71);
    border-radius: 5px 0 0 5px; 
}
		
#account-login {
	position: relative;
	top: -webkit-calc(200px - 50px);
	top: -moz-calc(200px - 50px);
    top: calc(200px - 50px); 
}
		
#account-login .card-account-left .card-account-img {
	position: relative;
	top: -webkit-calc(200px - 125px);
	top: -moz-calc(200px - 125px);
    top: calc(200px - 125px); 
}
		
#account-login .card-account-left H1 {
    position: relative;
	top: -webkit-calc(200px - 100px);
	top: -moz-calc(200px - 100px);
	top: calc(200px - 100px);
	color: #FFF;
}

#account-login .card-account-right {
    border-radius: 0 5px 5px 0; 
}

.fsh {
    font-size: 2rem;
    font-weight: bold;
}

.heading-title2 {
    margin-bottom: 10px;
}

.mp p{
    margin-top: 10px; 
}

.str_w {
    color: #fff;
    font-size: 1rem;
    font-weight: bold;
}


ul.listing-hand li {
    font-size: 1rem;
    margin-right: 0.8rem;
    padding-left: 1.8rem;
}

.heading-left .title2 { 
    position: relative;
    padding: 0 0 8px 0;
    margin: 0 0 20px 0;
}

.heading-left .title2:before { 
    position: absolute;
    content: "";
    left: 0;
    width: 50px;
    height: 3px;
    background: #fff;
    bottom: 0;
}

#rev_slider_4_1_wrapper {
    background-color: #212529;
}