:root{
    background-color:aliceblue;
    background: url('https://source.unsplash.com/random') center center/cover;;
    content: "";
    height: 100vh;
    background-color: black;
    opacity: .9;
    z-index: -1;

}
.whole{
    font-weight: bold;
    font-style: italic;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.login:hover{
    border-top-color: purple;
    border-bottom-color: chartreuse;
    border-left-color: darkorange;
    border-right-color: orangered;
}
.login{
    position:absolute;
    left: 20rem;

    top: 1.2rem;
    /* width: 20rem; */
    width: 30rem;
    border-radius: 5rem;
    word-spacing: 1rem;
    padding: 1rem 3rem 3rem 3rem;
    border: 4px solid red;
    /* border-top-color: purple;
    border-bottom-color: chartreuse;
    border-left-color: darkorange;
    border-right-color: orangered; */
}
.n{
    text-align: center;
}
hr{
    color: green;
}
#lo0{
    border: 6px solid red;
    border-left-color: red;
    border-right-color: yellow;
    border-top-color: green;
    border-bottom-color: blue;
    display: inline-block;
    padding: .6rem;
    border-radius: 1rem 2rem 1rem 1.6rem;
    font-weight: italic;
    background-color: black;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
}
#submit:hover{
    color: white;
    background-color: black;
    /* padding: .2rem; */
    border: 2px solid green;
}
.button{
    text-align: center;
}
#submit{
    background-color: white;
    padding: .4rem;
    border-radius: .3rem;
    cursor:zoom-in;
}
#cancel:hover{
    border: 2px solid red;
    color: black;
    background-color: white;
}
#cancel{
    border-radius: .4rem;
    cursor:zoom-out;
    padding: .4rem;
    color: white;
    background-color: black;
    border: 2px solid white;
}
#Yes:hover{
    background-color: green;
    color: white;
    cursor:grab;
}
#Yes{
    padding: .4rem;
    border-radius: .3rem;
    margin-right: 1rem;
}
#No:hover{
    background-color: red;
    color: white;
    cursor: crosshair;
    
}
.back:hover{
    background-color:ivory;
}
.back{
    /* border: 3px solid red; */
    /* border: 2px solid red; */
    width: 8rem;
    position: absolute;
    text-align: center;
    padding: 2rem;
    border-radius: 100%;
    left: 62rem;
    top: 23rem;
    cursor: cell;
}
#nam{
    border: 2px solid white;
    margin-right: 1rem;
    padding: .2rem;
    border-radius: .7rem;
    background-color: black;
    color: white;
}
#myname{
    padding: .4rem;
    border-radius: .6rem;
}
#call{
    margin-right: 1rem;
    border: 2px solid white;
    padding: .2rem;
    border-radius: .7rem;
    background-color: black;
    color: white;
}
#mynumber{
    padding: .4rem;
    border-radius: .6rem;
    
}
#mail{
    margin-right: 1rem;
    border: 2px solid white;
    padding: .2rem;
    border-radius: .7rem;
    background-color: black;
    color: white;
}
#myemail{
    padding: .4rem;
    border-radius: .6rem;
    
}
#pass1{
    background-color: black;
    border: 2px solid white;
    color: white;
    border-radius: .6rem;
    padding: .3rem;

}
#pass2{
    padding: .4rem;
    border-radius: .6rem;
    
}
#pass3{
    border: 2px solid white;
    background-color: black;
    color: white;
    border-radius: .6rem;
    padding: .3rem;

}
#pass4{
    padding: .4rem;
    border-radius: .6rem;

}



