/*Password Reset Starts*/
.pass-rese{margin: 80px auto;width: 570px;z-index: 1;}
.pass-re-wrap{padding: 35px 40px 35px 35px;float: left;background: #fff;border-right: 1px solid #e8eaef;border-left: 1px solid #e8eaef;border-bottom: 2px solid #d7d9de;width: 570px;
	-webkit-box-shadow: 0 3px 10px -3px #d7d9de;
	-moz-box-shadow: 0 3px 10px -3px #d7d9de;
	-o-box-shadow: 0 3px 10px -3px #d7d9de;
	-ms-box-shadow: 0 3px 10px -3px #d7d9de;
	box-shadow: 0 3px 10px -3px #d7d9de;}
.pass-re-wrap h3{color: #212121;font-size: 23px;font-weight: 600;float: left;margin: 0 0 20px 0;}
.pass-re-wrap input{border: 1px solid #d4d8de;border-radius: 1px!important;padding: 12px 15px!important;font-size: 14px!important;width: 100%!important;float: left!important;height:46px!important;}
.pass-re-wrap input:focus {border: 1px solid #01a9f4;
	-webkit-transition: all 0.4s ease 0s; 
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;}
.pass-re-wrap a{width: 100%;float: left; }
.re-sub{background-color: #78b135;padding: 7px 0;text-align: center;font-size: 22px;text-transform: uppercase;font-weight: 500;color: #fff;border-radius: 1px;
	-webkit-transition: all 0.4s ease 0s; 
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;}
.re-sub:hover{background-color: #7dbc33;}
.pass-te{float: left;width:100%;}
.pass-te h3{float: left;width:100%;font-size: 18px;color: #212121;font-weight: 400;}
.pass-te p{float: left;width:100%;font-size: 16px;color: #212121;font-weight: 300;}
.to-de{padding: 0 15px 15px;}
.to-de h5{font-size: 15px;color: #fff;font-weight: 600;}
.to-de ul{}
.to-de ul li{font-size: 12px;color: #fff;line-height: 15px;margin: 0 0 7px 0;list-style: none;}
.to-de ul li span{width: 13px;height: 13px;float: left;border: 2px solid #959595;border-radius: 100%;margin: 3px 10px 8px 0;}
.to-de ul li span.fil{background-color:#78b135;border: 2px solid #78b135;}
.re-pa-bg{background: #212121;padding: 0;}
.re-hel{float: right;}
.re-hel p{color: #fff;font-size: 18px;font-weight: 300;float: left;margin: 0;padding: 21px 30px 21px 25px;cursor: pointer;}
.re-hel p:hover{background-color: #78b135;
	-webkit-transition: all 0.4s ease 0s; 
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;}
.re-hel p span{background : url("../images/password-reset/help.png") 0 2px no-repeat;width: 19px;height: 22px;float: left;margin: 0 10px 0 0;}
.re-pa-bg .header-logo{padding: 7px 20px 13px;}
.totip {position: relative;}
.totip .i{position: absolute;right: -27px;top: 14px;}


@keyframes bounceInRight {
   0% {opacity: 0;transform: translateX(100px);}
   60% {opacity: 1;transform: translateX(-20px);}
   80% {transform: translateX(5px);}
   100% {transform: translateX(0);}
} 
.tooltip_description .to-de{z-index:22;background-color: #212121;width: 228px!important;min-height: 50px;float: left;padding: 10px;border-top: 6px solid #78b135;position: absolute;right: -275px;top: -67px;
	-webkit-animation:bounceInRight 0.7s;
	animation:bounceInRight 0.7s;}
.tooltip_description .to-de .ar{left: -17px;position: absolute;top: 71px;}
/*Password Reset Ends*/