/* Full-width input fields */
input[type=text], input[type=password] {
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box; 
	height: 38px;
	width: 25%;
}
formaction{
width: 20%}
select{
 width: 20%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;}
/* Set a style for all buttons */
button {
    background-color:B29A9A;
    color: black;
    padding: 14px 20px;
    margin: 8px 0;
    border: 1px;
    cursor: pointer;


}

/* Extra styles for the cancel button */
.cancelbtn {
    padding: 14px 20px;
}

/* Float cancel and signup buttons and add an equal width */
.cancelbtn,.signupbtn {float:center;width:10%}

/* Add padding to container elements */
.container {
    padding: 16px;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,.8); /* Black w/ opacity */
    padding-top: 60px;
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button (x) */
.closex {
    position: absolute;
    right: 35px;
    top: 15px;
    color: #000;
    font-size: 40px;
    font-weight: bold;
}

.closex:hover,
.closex:focus {
    color: red;
    cursor: pointer;
}

/* Clear floats */
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

/* Change styles for cancel button and signup button on extra small screens */
@media screen and (max-width: 300px) {
    .cancelbtn, .signupbtn {
       width: 50%;
	   color : white;
    }

	}

/* Add Zoom Animation */

@-webkit-keyframes animatezoom {
    from {-webkit-transform: scale(0)} 
    to {-webkit-transform: scale(1)}
}
    
@keyframes animatezoom {
    from {transform: scale(0)} 
    to {transform: scale(1)}
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 111px) {
    span.psw {
       display: block;
       float: none;
    }
    
}

.cpanel {
	margin-top: 5%;
	margin-right: 15%;
	margin-left: 15%;
	width: 70%;
	padding-top: 3%;
	padding-right: 3%;
	padding-bottom: 3%;
	padding-left: 3%;
	border-spacing: 5px 5px;
	border: 3px solid rgba(100,50,0,1);
	border-radius: 15px;
	background-color: rgba(100,50,0,.5);
	margin-bottom: 5%;
	text-align: center;
}

.login {
	
	margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
            
	width: 40%;
	padding-top: 3%;
	padding-right: 3%;
	padding-bottom: 3%;
	padding-left: 3%;
	border-spacing: 5px 5px;
	border: 3px solid rgba(100,50,0,1);
	border-radius: 15px;
	background-color: rgba(100,50,0,.5);
	
	text-align: center;
     
}