/* Place here your custom CSS code */
.stic-login-form ul li::before {
	display: none;
}

.stic-login-form, .stic-forgotpas-form {
	box-shadow: none;
	background: #fff;
    padding: 20px;
    border-radius: 15px;
    border: 2px solid #eee;
}
.stic-form li .input-text {
	padding: 12px 15px;
    border: 2px solid #ddd;
    border-radius: 10px;
    font-size: 1.1rem;
    outline: none;
    background: #fff;
}
#stic-login-form-submit {
	 background: #e13823;
    color: white !important;
    padding: 15px 40px;
    border-radius: 50px;
    font-size: 1.3rem;
    font-weight: 800;
    border: none;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: 0.3s;
    width: 100%;
}
#stic-login-form-submit:hover {
    background: #c02d1a;
    transform: scale(1.05);
}

main .stic-tab-content h3.stic-card-title,
.stic-login-form h3, .stic-forgotpas-form h3 {
	margin: 0 !important;
}

.stic-login-form li label, 
.stic-forgotpas-form li label {
	font-size: 1rem;
    font-weight: 700;
    color: #555;
}

.stic-login-form .actions_login .left {
	margin-top: 1rem;
}