@charset "utf-8";
/* login.css */

.login-container {
	width: 525px;
	margin-top: 50px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(3, 151, 201, 0.3);
    -moz-box-shadow: 0px 0px 5px 0px rgba(3, 151, 201, 0.3);
    box-shadow: 0px 0px 5px 0px rgba(3, 151, 201, 0.3);
}
.login-container h2{
	padding: 0 5px 7px 5px;
	text-transform:uppercase;
	font-size: 20px;
}
.retire-login-btn {
	width: 525px;
	max-width: 100%;
	margin: 0 auto;
}
/*
.login-container .widget-box {
	-webkit-box-shadow: 0 0 5px 0 #ccc;
	box-shadow: 0 0 5px 0 #ccc;	
}
*/
.login-container .widget-main {
	padding: 0
}
.login-box .remember {
	font-size: 13px;
	color: #888;
	line-height: 36px;
}
.login-box .input-icon {
	margin-bottom: 10px;
}
.animate-login-step{
	position: relative;
	min-height: 140px;
}
.animate-login-step [class*="loginstep"]{
	transition: all 0.3s;
	width: 100%;
	position: absolute
}
.animate-login-step.showstep2 .loginstep1{
	 -webkit-animation: stepleft 0.3s forwards;
    animation: stepleft 0.3s forwards;
}
.animate-login-step .loginstep2{
	opacity: 0;
	left: 700px;
	pointer-events: none;
}
.animate-login-step.showstep2 .loginstep2{
	display: block;
	left: 0;
	opacity: 1;
	pointer-events: auto
}

@keyframes stepleft {
  0% {
    left: -250px;
  }
 
  100% {
	left: -550px;
	opacity: 0
  }
}

@media only screen and (max-width: 991px) {
	.animate-login-step{
		min-height: 173px;
	}
}

@media (max-width: 480px) {
	.login-container, .retire-login-btn {
		width: 300px	
	}
	.login-container .com-img {
		max-width: 100%;	
	}
}
.animate-login-step.showstep3 .loginstep1{
	-webkit-animation: stepleft 0.3s forwards;
   animation: stepleft 0.3s forwards;
}
.animate-login-step .loginstep3{
   opacity: 0;
   left: 700px;
   pointer-events: none;
}
.animate-login-step.showstep3 .loginstep3{
   display: block;
   left: 0;
   opacity: 1;
   pointer-events: auto
}
.animate-login-step.showstep3 {
	min-height: 620px;
}
.loginstep3 h2,.loginstep3 h5{
	padding: initial;
	text-transform: initial;
	font-weight: bold;
}
.loginstep3 h2 {
	font-size: 26px;
}
.loginstep3 h5 {
	font-size: 15px;
}
.loginstep3 #show-mail
{
	border-radius: 50rem!important;
    border: 1px solid #dee2e6!important;
    background-color: #fff!important;
    white-space: nowrap;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: .375rem .75rem;
    font-size: 13px;
    line-height: 1.5;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	color: black !important;
	min-width: 145px;
}
.loginstep3 .custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
}
.loginstep3 .custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
}
.loginstep3 .custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.loginstep3 .custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
.loginstep3 .custom-control-label::after {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50%/50% 50%;
}
.loginstep3 .custom-checkbox .custom-control-label::before {
    border-radius: .25rem;
}
.loginstep3 .custom-control-label::before, .custom-file-label, .custom-select {
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.loginstep3 .custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff;
}
.loginstep3 .custom-control-label::before {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px;
}
.loginstep3 .try_another{
	color: #007bff;
    background-color: #fafafa !important;
    padding: 1rem 10px !important;
    text-align: left;
}
.loginstep3 .try_another:hover{
	color: #0056b3;
}
.wrap-content-login .text-justify p{
    word-break: break-word;
}