*{
    font-family: 'Nunito', sans-serif;
}
body{
    background-color: #1b1c21
}
.back_button{
    width: 96%;
    margin: auto;
}
.back_button>img{
    width: 5%;
    cursor: pointer;
}
h1{
    width: 100%;
    text-align: center;
    margin-top: 0px;
    color: white;
    font-size: 50px;
}

form{
    width: 30%;
    margin: auto;
    /* border: 1px solid white; */
}

form>input{
    width: 97%;
    display: block;
    margin: auto;
    height: 40px;
    border-radius: 10px;
    background-color: transparent;
    border: 1px solid white;
    padding-left: 2%;
    color: white;
    outline: none;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
::-ms-reveal {
filter: invert(100%);
}
form>p{
    margin: 0px;
    margin-top: 4%;
    color: white;
    font-size: small;
    margin-bottom: 1%;
    margin-left: 2%;
}

.submit{
    width: 100%;
    background-color: transparent;
    border-radius: 10px;
    border: 1px solid white;
    margin-top: 5%;
    color: white;
    cursor: pointer;
}
body>p{
    text-align: center;
    color: white;
}
p>a{
    text-decoration: none;
    color: rgb(43, 43, 216);
}