@font-face {
    font-family: kalameh;
    src: url("../fonts/KalamehWeb-Medium.woff2");
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: kalameh;
    scroll-behavior: smooth;
    user-select: none;
}

body {
    background-color: #5462ff;
}

/* Login START */

.login {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
}

.login-container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    gap: 300px;
    width: 425px;
    height: 100%;
    position: relative;
    padding: 10px 20px;
}

.login-icons {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
}

.login-icons-soal {
    position: absolute;
    top: 50px;
    transform: translateX(50%, 50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.login-icons-soal #object4 {
    width: 150px;
}

.login-icons-soal #object5 {
    width: 100px;
    transform: translate(40px, 20px);
}

.login-icons-soal #object6 {
    width: 100px;
    transform: translate(-40px, 20px);
}

.login-icons #object1 {
    position: absolute;
    top: 220px;
    right: 50px;
}

.login-icons #object2 {
    position: absolute;
    top: 50px;
    left: 30px;
}

.login-icons #object3 {
    position: absolute;
    top: 190px;
    left: -20px;
}

.login-icons #object3-2 {
    position: absolute;
    top: 50px;
    right: -20px;
}

.login-login {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
    background-color: white;
    padding: 5px 20px 20px 20px;
    border-radius: 30px;
    width: 100%;
    border: 4px solid #09CACA;
}

.login-login-text {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.login-login p {
    color: black;
    font-size: 24px;
}

.login-login p span {
    color: orange;
    font-size: 50px;
    font-weight: bold;
}

.login-login #s1login {
    font-size: 10px;
    color: gray;
}

.login-login #s1login span {
    font-size: 10px;
    color: orangered;
}

form {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}

form .form-code {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
}
form .form-code #resend{
    display: flex;
    align-items: center;
    justify-content: center;
    color: black;
    font-size: 12px;
    border: none;
    text-decoration: none;
    background-color: white;
}

form input {
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
    padding: 10px;
    font-size: 18px;
    border: none;
    color: black;
    border: 2px solid rgb(200, 200, 200);
    border-radius: 10px;
    transition: all .5s;
}

form input:focus {
    border: 2px solid #5462ff;
}

form #sendcode {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 50px;
    color: white;
    outline: none;
    border: 1px solid white;
    border-radius: 10px;
    background-color: #09CACA;
    font-size: 24px;
    transform: translateY(45px);
    box-shadow: 0 0 10px 0 #09CACA80;
}

/* Login END */


.shapes-1 {
    width: 100px;
    height: 100px;
    border-radius: 10px;
    transform: rotate(30deg);
    position: fixed;
    background-color: rgba(255, 255, 255, 0.07);
    top: 50px;
    right: 50px;
    z-index: -1;
}

.shapes-2 {
    width: 100px;
    height: 100px;
    border-radius: 10px;
    transform: rotate(70deg);
    position: fixed;
    background-color: rgba(255, 255, 255, 0.07);
    top: 200px;
    left: 50px;
    z-index: -1;
}

.shapes-3 {
    width: 100px;
    height: 100px;
    border-radius: 10px;
    transform: rotate(140deg);
    position: fixed;
    background-color: rgba(255, 255, 255, 0.07);
    top: 270px;
    right: 20px;
    z-index: -1;
}

.shapes-4 {
    width: 100px;
    height: 100px;
    border-radius: 10px;
    transform: rotate(140deg);
    position: fixed;
    background-color: rgba(255, 255, 255, 0.07);
    top: 500px;
    left: 20px;
    z-index: -1;
}

.shapes-5 {
    width: 100px;
    height: 100px;
    border-radius: 10px;
    transform: rotate(140deg);
    position: fixed;
    background-color: rgba(255, 255, 255, 0.07);
    top: 600px;
    right: 30px;
    z-index: -1;
}

.shapes-6 {
    width: 100px;
    height: 100px;
    border-radius: 10px;
    transform: rotate(140deg);
    position: fixed;
    background-color: rgba(255, 255, 255, 0.07);
    top: 740px;
    left: 30px;
    z-index: -1;
}