/********THIS CSS FILE CONTAINS SCRIPT FOR CUSTOMED LOG IN PAGE -- APPLIED FOR ALL SHOP EXCEPT "CONFERENCIERS"*********/
/*************************************/
/*Make this url look like a button*/
#identification_header span a {
    text-transform: none !important;
}

/*Make this url look like a button*/
#create_account_button, #guest_login_button {
    color: #000 !important;
    background-color: #fff;
    padding-top: 16px;
    padding-right: 15px;
    padding-bottom: 17px;
    padding-left: 15px;
    font-size: 11px;
    margin-top: 53px;
    border-radius: 25px!important;
    box-shadow: 0px 0px 10px 0px #e7e7e7 !important;
}

#create_account_button {
	float:right;
}

#guest_login_button {    
    float:left;			
}

/*Remove underline when hover*/
#create_account_button:hover , #guest_login_button:hover{
    text-decoration:none;
}
/****** Make Login section similar to old design********/
.groupBtnRegisterAndGuestLogin{
    width: 40%;
    margin:0px;
    float:right;
    border-top:none !important;
}

#main_content_login{
    width:40%;
    margin-left:40px; 
    margin-right:20px; 
    margin-top:20px; 
    float:left;
}

/*Guest Login when this section is visible*/
/*
 #main_content_register{
    width:45%;
    margin:0px; 
    float:right;
}
*/
#guest_login_box_content{
    border-bottom: 1px solid #e6e6e6;     
}

.left{
    width:100%;
	text-align:center; 
}

.groupBtnRegisterAndGuestLogin{
    padding-top:20px;
}

.MessageNewAccount1{
	font-size:20px;
	font-weight:bold;
}

.MessageNewAccount2{
	font-size:16px;	
}

.MessageNewAccount3{
	font-size:12px;	
}

#MsgNewAccount2{
	margin-top: 30px;
	margin-bottom: 30px;
}

#continue_button .text ,#confirm_guest_login_button_no_captcha .text{
		font-size: 11px !important;
}

#continue_button{
	padding-top:0px;
	padding-bottom:0px;
	padding-left: 20px;
	padding-right: 20px;
}

/*Guest login - label in 1 line */
#field_newsletter_subscription > label{
	display:inline !important;
}

/*******************Responsive mode ***************/
/**************************************************/
@media screen and (min-width: 991px){
#content #secondary_content_navigation .content_element .content>ul>li>ul>li>ul {
    margin-bottom: 10px !important;
    margin-top: 10px;
}
}

/*Login page - Equilibrium*/

  @media screen and (max-width: 1399px){
    #continue_button{
	    padding-top:5px;
	    padding-bottom:5px;	    
    }	
}

@media screen and (max-width: 1249px){
   	#MsgNewAccount3{		
		margin-bottom: 25px;
	}
}

@media screen and (max-width: 1250px){
    .mainLoginContainer{
        padding-right:10px !important;
        padding-bottom:35px !important;        
    }
    #main_content_login{
    border:none !important; 
    }	
    #create_account_button, #guest_login_button {
	    margin-top: 0px;	  	      
    }
}

@media screen and (max-width: 1250px) and (min-width: 991px) {
	.groupBtnRegisterAndGuestLogin   {        
		width: 98%;
        padding: 5px;       
      }
}

@media screen and (max-width: 990px){
	.group_button {
		margin-bottom: 10px;
	}
	#main_content_register{
		margin-top:10px;
	}

	.groupBtnRegisterAndGuestLogin {
		width: 98%;
		margin-left: auto;
		margin-right: auto;
	}
	#continue_button {
	    padding-top: 1px;
	    padding-bottom: 1px;
	   }
    	
	#MsgNewAccount2{
		margin-top: 20px;
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 350px){
	.groupBtnRegisterAndGuestLogin   {
        width: 100%;    
        padding-left:0px;
		padding-right:0px;
    }
    #create_account_button, #guest_login_button {
		padding-right: 10px;
		padding-left: 10px;
    }	
}

/*Custom text in Guest login screen */
#new_guestlogin_label > label {
	display:inline !important;
	font-style: italic;
}

/*End - CUSTOM CSS FOR LOG IN PAGE ---*********/