*{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 button {
    background: none;
    border: none;
    cursor: pointer;
    padding-right: 5px;
    color: #333399;
    text-decoration: none;
    padding: 0px 5px 0px 5px;
    font-size: 18px;
}
.login_change button:hover{
    color: #333399!important;
    
}
.user-dis{
    display: inline-block;
}
.user-dis a{
    
    text-decoration: none;
    
}
.user-dis a span{
    
  padding-left:  left: 5px; 
    color: #fff;
    margin-left: 10px;
    
}
.user-dis a span:hover{
    
    border-bottom: 2px solid #fff;
}
.p_login {
    background-color: #FF0066;
    color: white;
    padding: 14px 20px;
    margin: 8px 26px;
    border: none;
    cursor: pointer;
    width: 90%;
	font-size:20px;
}
.p_login:hover {
    opacity: 0.8;
}
.icon{
    color: #fff;
}
/* Center the image and position the close button */
.imgcontainer {
    text-align: center;
    margin: 24px 0 12px 0;
    position: relative;
}

.modal-backdrop{
    z-index: 0!important;
    background-color: none!important;
}
/* 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;
}
.modal-content-eq {
    background-color: #fefefe;
    margin: 4% auto 15% auto;
    border: 1px solid #888;
    z-index: 9999999;
    position: relative;
    
	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%; 
	
}

}