/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/JSP_Servlet/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : Jun 21, 2025, 8:00:13 p.m.
    Author     : datys
*/

body{
    background-color: black;
    color: white;
    font-family: Arial;
    text-align: center;
    
}

main{
    background-color: white;
    color: black;
    width: 800px;
    margin: auto;
    
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    
    margin-top: 0.5rem;
    
    
    border: 5px solid black;
    border-radius: 2rem;
    

}

input[type="text"], select, textarea {
  width: 90%;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 10px;
  font-size: 1rem;
  text-align: left;
  margin-left: 1rem;
  
  font-size: 1rem;
}

input{
    margin-left: 1rem;
    font-size: 1rem;
}

input[type="submit"] {
  border: none;
  background: #4aaaa5;
  padding: 12px 20px;
  border-radius: 4px;
  cursor: pointer;
  color: #ffffff;
  font-size: 16px;
}

label {
    padding-left: 1rem;
    font-size: 1rem;
    font-style: italic;
}