body{
    background-image: url(29226.jpg);
    background-size: cover;
    background-position: center;
    font-family: 'Roboto' ,Arial, Helvetica, sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100vh;
    
}
.signup-box
{
    background-color: rgba(0,0,0,0.7);
    width: 360px;
    /* height: 600px; */
    margin: auto;
    border-radius: 15px;
    padding-bottom: 10px;
}

.login
{
    background-color: rgba(0,0,0,0.7);
    width: 360px;
    /* height: 280px; */
    /* margin: -40px; */
    border-radius: 15px;
    
}

h1{
    color: chartreuse;
    text-align: center;
    margin-top: 20px;
}

h4{
    color: aliceblue;
    text-align: center;
}

form{
    width: 300px;
    margin-left: 20px;
}

.login label 
{
    color: aliceblue;
    display: flex;
    /* margin-top: 40px; */
    font: 18px;
    text-align: left;
    margin-right: 20px;
}

.box .inputbox label 
{
    color: aliceblue;
    display: flex;
    margin-top: 40px;
    font: 18px;
}

label 
{
    color: aliceblue;
    display: flex;
    /* margin-top: 40px; */
    font: 18px;   
}

input{
    width: 100%;
    padding: 7px;
    margin-top: 5px;
    margin-bottom: 10px;
    border: none;
    border: 1px solid grey;
    border-radius: 5px;
}  


input[type="button"]
{
    width: 315px;
    height: 35px;
    margin-top: 0px;
    border: none;
    background-color: rgb(0, 255, 38);
    color: white;
    font-size: 18px;
}

p{
    color: white;
    text-align: center;
    padding-top: 20px;
    font-size: 15px;
}


.already{
    text-align: center;
    color: white;
    font-size: 15px;
    /* margin-top: -10px; */
}

.already a {
    color: rgb(0, 255, 38);
    text-decoration: none;
    
}

input[type="submit"],input[type="reset"]
{
    margin: 9px;
    margin-top: 15px;
    color: white;
    background-color:rgb(0, 255, 38);
    
} 
