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

body {
    width: 100%;
    height: 100vh;
    margin: 0;
    padding: 0;
    font-family: 'Lato', sans-serif;
    /* background-color: #fff; */
    background-image: url("IMAGE/desktop-background-946fdb6c0df23b2e614467d4fdc78721.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

.container {
    max-width: 600px;
    height: fit-content;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    padding: 0;
        /* box-shadow: 0px 0px 5px 0px #dfdfdfa8; */
    /* border: 1px solid gainsboro; */
    border-radius: 5px;
}

.container_element {
    width: 100%;
    height: fit-content;
    margin: 0 auto;
}

.one {

   display: flex;
   justify-content: center;
   align-items: center;
   padding-top: 20px;
    /* display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    padding-bottom: 0;
    margin-top: 0;
    padding-top: 0; */
}

.one img {
    width: 250px;
    height: 80px;
    object-fit: contain;
}

/* .one p {
    font-size: 30px;
    font-weight: 600;
    color: black;
    margin-bottom: 20px;
    padding-bottom: 0;
    margin-top: 30px;
    padding-top: 0;
} */

/* .one span {
    color: rgb(0, 94, 255);
} */

.bordergray {
    width: 100%;
    height: 1px;
    background-color: gainsboro;
}

.container_seperate {
    max-width: 350px;
    margin: 0 auto;
    padding: 20px;
}

.two {
    position: relative;
}

.eyeicon {
    position: absolute;
    right: 10px;
    top: 40px;
}

.two label  {
    font-size: 14px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.876);
}

.two input {
    width: 100%;
    height: 40px;
    border: 1px solid rgba(10, 55, 70, 0.274);
    margin-top: 10px;
    border-radius: 3px;
    margin-bottom: 10px;
    padding-left: 10px;
    outline: none;
    font-size: 15px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.867);
}

.two input:focus {
    border: 2px solid #014f94 ;
}

.three {
    display: flex;
    justify-content: left;
    align-items: center;
    margin-top: 5px;
}

.three input {
    width: 17px;
    height: 17px;
    margin-left: 0;
    padding-left: 0;
    /* outline: 2px solid gray;
    border-radius: 4px; */
}


.three label {
    font-size: 14px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.876);
    margin-left: 5px;
}

.four {
    margin-top: 15px;
}

.four button {
    width: 100%;
    height: 40px;
    background-color: #014f94;
    font-size: 14px;
    border: none;
    border-radius: 3px;
    opacity: .6;
    cursor: pointer;
    color: #fff;
}

.eyeicon {
   cursor: pointer;
   position: absolute;
   top: 29px;
   right: 20px;
   font-size: 13px;
   color: #00539b;
}

.five {
    margin-top: 30px;
    margin-bottom: 30px;
}

.five p {
    font-size: 13px;
    font-weight: 500;
    color: #00539b;
    display: flex;
    justify-content: right;
    align-items: center;
}

.six {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #e0e0e0;
    flex-wrap: wrap;
    text-align: center;
    gap: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.six p {
    font-size: 12px;
    font-weight: 500;
    color: #00539b;
    /* padding: 10px; */
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin-left: 0;
    margin-right: 0; */

}

.pad {
    padding-left: 10px;
    padding-right: 10px;
}

.six p span {
    margin-left: 20px;
    margin-right: 20px;
    color: #fff;
}


footer {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}