@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: black;
}

.back {
    height: 125vh;
    width: 99vw;
    opacity: 0.5;
}

.container {
    position: absolute;
}

.logo {
    position: absolute;
    top: 1%;
    left: 10%;
    width: 145px;
    background-color: transparent;
}

form {
    position: absolute;
    top: 13vh;
    left: 33vw;
    width: 33vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
}

.signin {
    position: absolute;
    font-family: poppins, sans-serif;
    top: 8vh;
    left: 5vw;
    color: white;
    font-size: 30px;
}

form input.mail {
    position: absolute;
    top: 20vh;
    left: 5vw;
    width: 24vw;
    height: 5vh;
    border: 0.25px solid rgba(255, 255, 255, 0.373);
    color: white;
    caret-color: white;
    padding: 24px 16px 24px 16px;
    box-sizing: border-box;
    font-size: 17px;
    background-color: rgba(23, 23, 23, 0.7);
    padding-top: 28px;
    padding-bottom: 28px;
    border-radius: 5px;
}
form input.password {
    position: absolute;
    top: 30vh;
    left: 5vw;
    width: 24vw;
    height: 5vh;
    border: 0.25px solid rgba(255, 255, 255, 0.373);
    color: white;
    caret-color: white;
    padding: 24px 16px 24px 16px;
    box-sizing: border-box;
    font-size: 17px;
    background-color: rgba(23, 23, 23, 0.7);
    padding-top: 28px;
    padding-bottom: 28px;
    border-radius: 5px;
}
input::placeholder {
    color: rgba(255, 255, 255, 0.752);
}
.btn {
    position: absolute;
    left: 5vw;
    width: 24vw;
    height: 5vh;
    top: 40vh;
    background-color: rgb(229, 9, 20);
    color: white;
    font-family: sans-serif;
    font-weight: 100;
    border-radius: 4px;
    border: none;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.btn:hover {
    background-color: rgb(134, 20, 20);
}
.choice {
    position: absolute;
    top: 48vh;
    left: 16vw;
    color: rgba(255, 255, 255, 0.504);
}
.code {
    position: absolute;
    top: 54vh;
    left: 5vw;
    width: 24vw;
    height: 5vh;
    color: white;
    font-family: sans-serif;
    font-size: 15px;
    font-weight: 600;
    background-color: rgba(255, 255, 255, 0.178);
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
.code:hover {
    background-color: rgba(255, 255, 255, 0.133);
}
p {
    position: absolute;
    top: 62vh;
    left: 13vw;
}
a {
    color: white;
    font-size: 16px;
    font-family: sans-serif;
}
.frgt a:hover {
    color: rgba(255, 255, 255, 0.504);
}
label {
    box-sizing: border-box;
    position: absolute;
    top: 67vh;
    left: 7vw;
    color: white;
    font-family: sans-serif;
    font-size: 17px;
}
form input.rmbrme {
    position: absolute;
    top: 67vh;
    left: 5vw;
    color: white;
    cursor: pointer;
    transform: scale(1.4);
    accent-color: white;
    background-color: transparent;
    border: none;
}
.new {
    position: absolute;
    top: 72vh;
    left: 5vw;
    font-family: sans-serif;
}
p {
    color: rgba(255, 255, 255, 0.504);
}
.sgn {
    text-decoration: none;
}
.sgn:hover {
    text-decoration: underline;
}
.ending {
    position: absolute;
    bottom: 18vh;
    left: 5vw;
    width: 24vw;
    color: rgba(255, 255, 255, 0.504);
    font-size: 15px;
}
.lrn {
    position: absolute;
    bottom: 14vh;
    left: 5vw;
    color: rgba(0, 0, 255, 1);
    font-size: 13px;
}