*{margin:0px; padding:0px; font-family:Helvetica, Arial, sans-serif;}

/* Full-width input fields */
.p_log  {
    width: 90%;
    padding: 12px 20px;
    margin: 8px 26px;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
	font-size:16px;
}

/* Set a style for all buttons */
.login_change{
    overflow: hidden;
}

.login_change a{
    
}
.login_change button {
    background: none;
    border: none;
    cursor: pointer;
   padding-right:5px;
color:forestgreen!important;
text-decoration:none;
padding:0px 5px 0px 0px!important;
font-size:18px;	
}
.login_change button:hover {
text-decoration: underline;
color:#84C639;
}


.p_login {
    background-color: #4CAF50;
    color: white;
    padding: 14px 20px;
    margin: 8px 26px;
    border: none;
    cursor: pointer;
    width: 90%;
	font-size:20px;
}
.p_login:hover {
    opacity: 0.8;
}

/* Center the image and position the close button */
.imgcontainer {
    text-align: center;
    margin: 24px 0 12px 0;
    position: relative;
}


/* The Modal (background) */
.modal {
	display:none;
    position: fixed;
    z-index: 1022;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
}

/* Modal Content Box */
.modal-content {
    background-color: #fefefe;
    margin: 4% auto 15% auto;
    border: 1px solid #888;
    width: 40%; 
	padding-bottom: 30px;
}

/* The Close Button (x) */
.close {
    position: absolute;
    right: 25px;
    top: 0;
    color: #000;
    font-size: 35px;
    font-weight: bold;
}
.close:hover,.close:focus {
    color: red;
    cursor: pointer;
}

/* Add Zoom Animation */
.animate {
    animation: zoom 0.6s
}
@keyframes zoom {
    from {transform: scale(0)} 
    to {transform: scale(1)}
}


/*sm device*/
@media(max-width:768px){

.modal-content {
   
    width: 80%; 
	
}

}


/*-----account and cheakout start------*/

.signup_form,.login_form{
        
        padding: 20px;
    }
    .form-title{
       border-bottom-style: ridge ;
	   border-color:white; 
       padding-top:20px; 
    }
    .form-title h3{
        font-size: 24px;
        text-align: center;
		
       
		 
        color: black;
    }
    .form-group lable{
        font-size: 18px;
        font-weight: 100;
		color:#555555;
       
    }
    .fo-text{
        
        height: 43px;
    }
    

 .signup_form,.login_form{
        
        padding: 20px;
    }
   
   
   .btn_s{
        width:47%!important;
        border-radius: 0;
		padding:8px 0 !important;
		border:none;
		}
		 .btn_cu{
        width:100%!important;
        border-radius: 0;
		padding:8px 0 !important;
		border:none;
		}
		.btn_p {
    width: 90% !important;
    border-radius: 0;
    padding: 8px 0 !important;
    border: none;
    margin: 8px 23px;
    
    box-sizing: border-box;
    font-size: 16px;
}
		 .btn_c{
        width:200px;
        border-radius: 0;
		border:none;
        float: right;
        font-size: 24px;
        margin-right: 20px;
        
    }
	
	
	.error{
padding:5px;
margin:0 -15px;
background:#FF0000;
color:#FFFFFF;
font:bold;
font-size:24px;
text-align:center;

}

.success{
padding:5px;
margin:0 -15px;
background:#00CC33;
color:#FFFFFF;
font:bold;
font-size:24px;
text-align:center;

}

.log_error{


color:#red;
font:bold;
font-size:18px;
text-align:center;

}

.log_success{
position:absolute;
font-size:16px;

width:75px;
left:0;
right:0;
bottom:0;
top:0;
margin:14px auto 0 auto;
}
.log_error{
font-size:16px;
}
.address span{
font-weight:600 !important;
color:red;

} 

/*-----account and cheakout end------*/