/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

.breakLongField{
	word-break: break-all;
}

.cn-button{
	background:#005294!important;
}

#rc_login_form, #rc_lostpassword_form{
	width: 50%;
    max-width: 400px;
	margin-left: auto;
    margin-right: auto;
	background:#FFF;
}
#rc_login_form .accedi{
    width: 100%;
	text-align:center;
	padding
}
#rc_login_submit{
	width:150px;
}
#rc_login_form .ricordami{
	float: left;
    width: 50%;
}
#rc_login_form .rc_lost_password{
	float: left;
    width: 50%;
	text-align:right;
}
.rc_lost_password a{
	color: #254768!important;
}
#rc_login_submit, #rc_lostpassword_submit{
	color: #FFF;
	background-color: #254768;
	border: #254768;
}
#rc_login_submit:hover, #rc_lostpassword_submit:hover{
	color: #254768;
	background-color: #FFF;
}

@media screen and (max-width: 600px) {
	#rc_login_form, #rc_lostpassword_form{
		width: 90%;
	}
}
