
@import url('https://fonts.googleapis.com/css2?family=Jersey+10&display=swap');

::placeholder {
    font-weight: 400;

}

@media all and (min-width: 300px) and (max-width: 699px) {
    .logo {
        top: 3%;
        left: 35%;
    }

    .input-submit {  
        bottom: 21%;
        left: 35%
    }
}

@media all and (min-width: 700px) and (max-width: 1023px) {
    .logo {
        left: 44%;
        top: 2%;
    }

    .input-submit {
        bottom: 20%;
        left: 43%;
    }
    
}

@media all and (min-width: 1024px) {
    .logo {
        left: 45%;
        top: 2%;
    }

    .input-submit {
        bottom: 20%;
        left: 45%;
    }
    
}

body {
    background-image: url(Untitled\ design.png);
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: 1500px 640px;

    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    padding: 0 20px;

    overflow-y: hidden;
}

.login {
    justify-self: center;
}

.container {
    display: flex;
    width: 290px;
    height: 360px;
    border: 5px solid #0f7eaa;
    background-color: #bfebf4;
    border-radius: 30px;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    overflow: hidden;
    flex-direction: column;
}

.form-box {
    left: 50%;
    text-align: center;
}

.input {
    width: 100%;
    position: relative;
}

.inputfield {
    width: 170px;
    height: 50px;
    font-size: 16px;
    background: #fffaf3;
    padding-inline: 20px 50px;
    border: 2px solid #081d4f;
    border-radius: 15px;
    outline: none; 
    font-family: "Jersey 10", sans-serif;
    font-weight: 400;
    font-style: normal;
}

label:focus input::-webkit-input-placeholder {
  opacity: 0;
}

label:focus input::placeholder {
  opacity: 0;
}

.input_box {
    justify-content: center !important;
}

.input-submit {
    width: 100px;
    height: 30px;
    background: #008ef4;
    font-size: 16px;
    font-weight: 500;
    border: 2px solid white;
    border-radius: 30px;
    cursor: pointer;
    font-family: "Jersey 10", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.input-submit:hover {
    background: white;
}

.box {
    justify-content: center !important;
    align-items: center !important;
}

.input-box {
    justify-items: center;
    align-items: center;
    position: center;
    display: flex;
    flex-direction: column;
    margin: 20px 0;
    box-shadow: 2px #3699f2;

}


.logo {
    height: 12%;
    width: auto;
    justify-content: center !important;
    position: absolute;

}

.logobox {
    flex-wrap: nowrap;
    justify-content: center !important;
    align-items: flex-start;
    align-content: flex-start;
}

.logintext {
    height: 65px;
    width: auto;
}