/* Art am I right */

.Error {
    color: red;
    font-size: 15px;
    font-weight: 700;
    display: none;
}

.Success {
    color: green;
    font-size: 20px;
    font-weight: 700;
    display: none;
}

canvas{
    z-index: -1;
    position: fixed;
    width:  100%;
    height: 100%;
    margin: 0;
}

body{
    margin: 0;
}

.PD{
    display: none;
}

.toptext{
    text-align: center;
    font-size: 50px;
}

label{
    font-weight: 600;
    font-size: 20;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

h2{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.main{
    margin: auto;
    width: 40%;
    height: 80%;
    border: 2px solid rgb(68, 68, 68);
    padding: 20px;
    background-color: #badefc9f;
    text-align: center;
    z-index: 1;
    margin-top: 1px;
    border-radius: 10px;
}

.inner{
    margin: auto;
    width: 25%;
    border: 1px solid gray;
    padding: 20px;
    background-color: #ffffff49;
    text-align: center;
    border-radius: 10px;
}

.logout{
    padding-top: 30%;
}

input[type="text"], textarea {

    background-color : white; 
    color: black;
    padding: 10px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  
}

input[type="password"], textarea {

    background-color : white; 
    color: black;
    padding: 10px;
  
}

input[type="button"], textarea {

    background-color : #8dc1d6;
    border-color: rgb(96, 131, 161); 
    color: black;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 15px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 15px;
  
}

/* old button
input[type="button"], textarea {

    background-color : #66635f; 
    color: white;
    padding: 10px;
    border-radius: 15%;
  
}
*/