/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

.product-images .crossfade-images {
    background: transparent!important;
}

.mc-login-message h1 {
	text-align: center;
}

.mc-login-message-texte {
	font-size: 20px;
	text-align: center;
	margin-bottom: 40px;
}
.mc-login-form {
	background-color: #e6e6e6;
    padding: 10px;
    border-radius: 10px;
	margin-top: 40px;
	margin-bottom: 20px;
	width:500px;
	margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.mc-login-form .login-submit input {
	font: 100% "PT Sans",Helvetica,sans-serif;
	text-transform: uppercase;
    vertical-align: middle;
    color: #FFF;
    background-color: #ff6119;
    box-shadow: none;
    border: none;
    padding: 10px 20px 10px 20px;
}