*{margin:0px; padding:0px; font-family:Helvetica, Arial, sans-serif;}

/* Full-width input fields */
input[type=text], input[type=password], input[type=number], textarea{
    width: 60%;
    padding: 12px 20px;
    margin: 10px auto;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
	font-size:16px;
}

/* Set a style for all buttons */
button,input[type=submit]  {
    background-color: #4CAF50;
    color: white;
    padding: 14px 20px;
    margin: 8px auto;
    border: none;
    cursor: pointer;
    width: 60%;
	font-size:20px;
}
button,input[type=submit] :hover {
    opacity: 0.8;
}

textarea{
    min-height: 50px;
    max-height: 200px;
    max-width: 60%;
    min-width: 60%;

}

/* 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: 101;
    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: 6% auto 15% auto;
    border: 1px solid #888;
    width: 90%; 
	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)}
}

input[type=number]::-webkit-outer-spin-button,

input[type=number]::-webkit-inner-spin-button {

    -webkit-appearance: none;

    margin: 0;

}

 

input[type=number] {

    -moz-appearance:textfield;

}


@media screen and (max-width: 1308px) {
 .modal-content {
    background-color: #fefefe;
    margin: 2% auto 15% auto;
    border: 1px solid #888;
    width:  59% ; 
    padding-bottom: 30px;
}

input[type=text], input[type=password], input[type=number], textarea{
    width: 100% auto;
    
}
}

@media screen and (max-width: 1199px){
    .modal-content {
    background-color: #fefefe;
    margin: 2% auto 15% auto;
    border: 1px solid #888;
    width:  54% ; 
    padding-bottom: 30px;
}

}



@media screen and (max-width: 1080px){
 
.modal-content {
    background-color: #fefefe;
    margin: 2% auto 15% auto;
    border: 1px solid #888;
    width:  59% ; 
    padding-bottom: 30px;
}
}

@media screen and (max-width: 991px){
 
.modal-content {
    background-color: #fefefe;
    margin: 2% auto 15% auto;
    border: 1px solid #888;
    width:  50% ; 
    padding-bottom: 30px;
}
}

@media screen and (max-width: 905px){
 
.modal-content {
    background-color: #fefefe;
    margin: 2% auto 15% auto;
    border: 1px solid #888;
    width:  58% ; 
    padding-bottom: 30px;
}
}

@media screen and (max-width: 769px){
 
.modal-content {
    background-color: #fefefe;
    margin: 2% auto 15% auto;
    border: 1px solid #888;
    width:  100% ; 
    padding-bottom: 30px;
}

input[type=text], input[type=password], input[type=number], textarea, input[type=submit]{
    width: 100%;
    
}

textarea{
    min-height: 50px;
    max-height: 200px;
    max-width: 100%;
    min-width: 100%;

}


}






