

.option-container {
	display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
	margin-bottom: 1.33rem;
	flex-direction: row-reverse;
}

.forgotPassword {
	color: #5f6577;
    background-image: linear-gradient(0deg, #5f6577, #5f6577 100%);
	
	background-repeat: no-repeat;
    background-position: 0 100%;
    background-size: 100% 2px;
    transition: all .3s ease 0s;
	cursor : pointer;
	line-height: 20px;
    display: inline-flex;
    gap: 4px;
    align-items: center;
    max-width: fit-content;
    padding: 0 1px;
    font-size: inherit;
}
.forgotPassword:hover {
    color: #fff!important;
    background-image: linear-gradient(0deg, #484d59, #484d59 100%);
    background-size: 100% 100%;
}

.form-group-password {
	margin-bottom: 0.33rem;
}

.back-button {
	font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    cursor: pointer;
	color: #82889a;
}

.back-button:hover {   
	color: #5f6577;
    background-color: #f3f3f9;
}

.validation-email {
	font-size: 14px;
	padding: 8px 4px;
}

.validation-email-container {
	background: #f0f0f0;
	border-radius: .25rem;
    transition: 0.2s;
    border: none;
	display: none;
	/* padding: 0 0.5rem; */
	margin: 0 0.75rem;
}
.icon-validation-email {
	align-content: center;
    padding-right: 15px;
    padding-left: 15px;
}
	
.fa-check-circle {
   color: #21aa2b;
}

.login-forgotPassword{
	display: none;
}

.row-forgotPasswordEmail {
	margin-bottom: 2.33rem;
}


 .login-error, .email-error {
    font-size: 0.8rem;
    display: none;
    font-weight: lighter;
    /* padding: 10px; */
    color: #e81123;
    margin: 10px;
    flex-direction: row;
    justify-content: flex-start;
}
    .cross-error {
        color: #e81123;
        margin-right: 6px;
        place-self: center;
    }
    
    .error-status-badge {
		place-self: center;
        margin-right: 6px;
        min-width: 36px;
    }
    
    .error-message {
        margin-right: 6px;
    }
	
.fake-link {
    color: #007bff !important;
    text-decoration: none;
}
	
.fake-link:hover {
    cursor: pointer;
    color: #0056b3 !important;
    text-decoration: underline;
}