html{
    height:100%;
}
body{
    margin:0;
    padding:0;
    height:100%;
    font-family: "Open Sans", sans-serif, system-ui;
}
#title{
    height:150px;
    width:100%;
    text-align:center;
    background:#DC143C;
    color:white;
}
#main{
    margin:auto;
    width:80%;
    height:80%;
    text-align:center;
}
#title{
    display: flex;
    font-size: 5vw;
}
#titleInner{
    margin: auto;
}
/* Full-width input fields */
input[type=text], input[type=password] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
  background: #ffecec;
}

/* Set a style for all buttons */
button {
  background-color: #f64c72;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 100%;
}

button:hover {
  opacity: 0.8;
}

/* Extra styles for the cancel button */
.cancelbtn {
  width: auto;
  padding: 10px 18px;
  background-color: #f44336;
}

.outer{
    display: flex;
    justify-content:  center;
    column-gap: 40px;
}
.inner{
    min-width: 200px;
}