@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap');
* {
    box-sizing: border-box;
}

body {
    width: 100vw;
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Lato', sans-serif;
    background-color: rgba(220, 220, 220, 0.371);
    /* background-image: url("IMAGE/background-desktop1.jpg");
    background-size: cover;
    background-repeat: no-repeat; */
}

.container {
    max-width: 400px;
    height: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    margin-bottom: 0;
    background-color: #fff;
    /* border: 1px solid gainsboro; */
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.container_element {
    max-width: 380px;
    height: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    background-color: #fff;
    padding: 15px;
    border-radius: 10px;
}

nav {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

nav img {
    width: 200px;
    height: 70px;
    object-fit: contain;
}

.one {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 10px;
    margin-top: 0;
    padding-top: 0;
}

.welcome {
    font-size: 35px;
    font-weight: 600;
    color: rgb(57, 57, 57);
    margin-bottom: 0;
    padding-bottom: 20px;
    margin-top: 0;
    padding-top: 0;
}

.welcome_nxt {
    margin-top: 0;
    padding-top: 0;
    font-size: 15px;
    font-weight: 400;
    color: rgb(57, 57, 57);
}

.two {
    position: relative;
}

.two input {
    width: 100%;
    height: 70px;
    /* border: 1px solid gainsboro; */
    background-color: #fff;
    border-radius: 10px;
    border: 2px solid #dbdce2;
    padding-left: 10px;
    margin-bottom: 20px;
    margin-top: 5px;
    outline: none;
    font-size: 16px;
    cursor: pointer;
}

.two label {
    font-size: 16px;
    font-weight: 600;
    color: #6f7688;
    padding-left: 2px;
}

.three {
    margin-top: 0;
    margin-bottom: 10px;
    padding-top: 0;
    display: flex;
    justify-content: left;
    align-items: center;
}

.three input {
    width: 25px;
    height: 25px;
}

.three label {
    margin-top: 0;
    padding-top: 0;
    font-size: 14px;
    font-weight: 500;
    color: rgb(8, 51, 73);
}

.button {
    margin-bottom: 20px;
}

.button button {
    width: 100%;
    height: 70px;
    border-radius: 10px;
    border: none;
    background-color: #007255;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
}

.after_container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.after_container p {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    text-align: center;
}


.padding {
    padding: 10px;
    margin-bottom: 50px;
}

/* .two input:focus + #absolu,
.two input:not(:placeholder-shown) + #absolu{
    top: 5px;
    font-size: 10px;
    transition: all ease-in-out 300ms;
    font-size: 14px;
    color:rgb(134, 134, 134);
    background-color: #fff;
    padding-left: 3px;
    padding-right: 3px;
} */

/* .two input + #absolu {
    top: 4px;
}


.two input::placeholder {
    color: transparent;
}

.two input:focus {
    border: 2px solid rgb(10, 98, 166);
}

.two input:not(:focus) + #absolu{
    color: rgb(57, 57, 57);
} */

.afterbut {
    color: #007255;
}

.afterbut p {
    font-size: 14px;
    font-weight: 400;
    color: #007255;
}

.afterbut p span {
    color: rgb(10, 98, 166);
}


.afterbuttwo {
    display: flex;
    justify-content: center;
    align-items: center;
}

.afterbuttwo p {
    font-size: 17px;
    font-weight: 600;
    color: rgb(10, 98, 166);
}

footer {
    /* background-color: rgb(10, 98, 166); */
    /* background-color: rgb(6, 37, 52); */
}

.footone {
    max-width: 400px;
    display: flex;
    justify-content: left;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.footer {
    padding: 20px;
    /* background-color: red; */
    display: flex;
    justify-content: space-between;
    align-items: left;
    max-width: 1000px;
    margin: 0 auto;
    flex-wrap: wrap;
}

.footer a {
    font-size: 14px;
    color: black;
    max-width: 300px;
}

.foottwo img {
    width: 200px;
    height: 80px;
    object-fit: contain;
}

.footernext {
    padding: 20px;
    /* background-color: red; */
    display: flex;
    justify-content: space-between;
    align-items: left;
    max-width: 1000px;
    margin: 0 auto;
    flex-wrap: wrap;
}

.footernext p {
    font-size: 13px;
    color: black;
}

.imgpppp p {
    font-size: 15px;
    font-weight: 400;
    color: black;
    display: flex;
    justify-content: center;
    align-items: center;
}

.imgpppp p span {
    font-size: 15px;
    font-weight: 600;
    color: black;
    margin-left: 4px;
}

.eyeicon {
    position: absolute;
    right: 20px;
    top: 50px;
    cursor: pointer;
}

.poto {
    max-width: 990px;
    margin: 0 auto;
    padding: 10px;
}

.poto img {
    width: 200px;
}

.pototwo {
    max-width: 970px;
    margin: 0 auto;
    padding: 10px;

}

/* .pototwo img {

} */

.rightfoto {
    display: flex;
    justify-content: right;
    align-items: center;
}

.rightfoto img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    cursor: pointer;
}