#account_login_form_wrapper , #account_register_form_wrapper , #account_profile_form_wrapper{
    display: none;
}
#websima-auth-modal .form-row {
    margin: 0 0 15px 0;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}
#websima-auth-modal .form-row.buttons-wrapper{
	justify-content:center;
}
.form-row>.col, .form-row>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px;
}
#websima-auth-modal form .form-description,
#websima-auth-modal form .form-text,
#websima-auth-modal form label:not(.error) {
    display: block;
    text-align: right;
    margin: 0 0 5px 0;
}
#websima-auth-modal form input {
    background: aliceblue;
    padding: 10px 20px;
    height: 50px;
    display: block;
    box-sizing: border-box;
    font-family: inherit;
    width: 100%;
    transition: 0.3s;
    font-size: 14px;
    margin-bottom: 10px;
    border: 1px solid #E3E3E3;
    background: #fff;
}
small.form-text {
    color: #828282;
    font-size: 12px;
}
#websima-auth-modal form label.error {
    color: var(--danger);
    font-size: 12px;
    position: absolute;
    right: 0;
	bottom: -15px;
}
#websima-auth-modal .resend_code_wrapper span.resend-code:not(.disable) {
    cursor: pointer;
    transition: 0.4s ease;
    color: var(--color2);
}
#websima-auth-modal .resend_code_wrapper span.resend-code:not(.disable):hover {
    color: var(--color1);
}
#websima-auth-modal .resend_code_wrapper {
    display: flex;
    width: 100%;
    text-align: right;
    color: #666;
    margin-top: 15px;
    margin-bottom: -12px;
    justify-content: space-between;
    align-items: center;
}
#websima-auth-modal .alert {

    text-align: center;
    font-size: 13px;
    color: #fff;
    border-radius: 0;
    margin: -2px 0;
}
#websima-auth-modal .modal-dialog {
    background-color: #FFF;
    border-radius: 0.3rem;
}
.exit-account {
    position: absolute;
    left: 0;
    box-shadow: 0 2px 4px rgb(0 0 0 / 10%);
    top: 100%;
    background: #fff;
    z-index: 3;
    border-radius: 0 0 3px 3px;
    padding: 4px 10px;
    font-size: 14px;
    opacity: 0;
    visibility: hidden;width: 100%;
    text-align: center;
    top: 95%;
}    
.head_account:hover .exit-account{
	opacity:1;
	visibility:visible;
}