*{
    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;
    color: white;
    font-size: 50px;
    margin-top: 0px;
    margin-bottom: 5%;
}

h2{
    text-align: center;
    color: white;
    margin: 0px;
}

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

.email>input{
    width: 94%;
    display: block;
    margin: auto;
    height: 40px;
    border-radius: 10px;
    background-color: transparent;
    border: 1px solid white;
    padding-left: 5%;
    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%);
}
.email>p{
    margin: 0px;
    margin-top: 4%;
    color: white;
    font-size: small;
    margin-bottom: 1%;
    margin-left: 2%;
}

.email>a{
    color: blue;
    display: block;
    text-align: right;
    margin-bottom: 0px;
    margin-top: 2%;
    font-size: small;
    text-decoration: none;
}

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

.bottom_banner{
    margin-top: 10%;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.otp{
    width: 50%;
    margin: auto;
    margin-top: 3%;
}

.otp>div{
    display: flex;
    justify-content: space-evenly;
}

.otp>div>input{
    width: 12%;
    height: 70px;
    background-color: transparent;
    border: 1px solid white;
    border-radius: 10px;
    text-align: center;
    color: white;
    font-size: larger;
    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;
}

.otp>button{
    width: 60%;
    display: block;
    margin: auto;
    margin-top: 5%
}

.otp>p{
    margin-left: 3%;
    color: white;
    font-size: small;
    margin-bottom: 1%;
}