/* google fonts */
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');

body {
  background-color: #EABA5E;
  display: flex;
  height: 100%;
  margin-right: 0px;
}

html {
  height: 98%;
  width: 100%;
}

#menu {
  width: 190px;
  height: 666px;
  border: none;
  background: linear-gradient(#ffe082, #fef3e4);
  border-radius: 10px;
}

iframe.content {
  margin-left: 60px;
  width: 100%;
  border: none;
  /*background-color: #EABA5E;*/
}

.color-menu {
  margin-top: 40px;
  font-family: Verdana, sans-serif;
  font-size: 10pt;
  text-decoration: underline;
  color: rgb(0,0,238);
  margin-left: 34px;
  cursor: pointer;
  margin-bottom: 0;
}

.set-color {
  margin-top: 6px;
  font-family: Verdana, sans-serif;
  font-size: 10pt;
  text-decoration: underline;
  color: rgb(0,0,238);
  margin-left: 52px;
  cursor: pointer;
  margin-bottom: 0;
}

/* Authentication Styles */
form.login, form.signup, .not-found {
  width: 250px;
  height: 320px;
  margin: 80px 80px 120px 180px;

  font-family: 'Quicksand', sans-serif;
  padding: 25px 180px 30px 50px;
  border: none;
  background: linear-gradient(#ffe082, #fef3e4);
  border-radius: 10px;
}
form h2{
  font-size: 30px;
  margin-bottom: 20px;
}
form label{
  display: block;
  margin: 14px 0 6px;
  font-size: 16px;
} 
form input{
  border: 1px solid #EABA5E;
  border-radius: 4px;
  padding: 6px 7px;
  font-size: 15px;
  width: 100%;
}
form button{
  margin-top: 40px;
  background: #EABA5E;
  color: white;
  border: 2px solid #EABA5E;
  border-radius: 8px;
  padding: 4px 20px;
  font-size: 16px;
  cursor: pointer;
}
.error{
  color: #ff0099;
  margin: 10px 2px;
  font-size: 0.8em;
  font-weight: bold;
}

/* Error Page Styles */
.not-found p {
  width: 400px;
}

.not-found {
  height: 120px;
}

/* Log Styles */
img.arrow-pointing-left {
    width: 39px; height:23px; 
	vertical-align:middle;
}

.log {
 
    width: 98%;
  /*
    display: flex;
    flex-direction: column;
    gap: 0px;
    align-items: flex-end;
    */
}

.error-text {
    color: #b30000; 
    font-weight: bold;
}

.warning-text {
    color: #003366; 
    font-weight: bold;
}