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

body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: rgba(234, 234, 234, 0.201);
    font-family: 'Lato', sans-serif;
}


nav {
    padding-left: 20px;
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

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

.nav img {
    width: 150px;
    height: 60px;
    object-fit: contain;
}

.navnxone {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 45px;
}

.navnx p {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.navnx {
    background-color: rgb(209, 29, 50);
}

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

.container_element {
    width: 100%;
}


.cont_one input {
    width: 100%;
    height: 50px;
    border-radius: 10px;
    border: 1.5px solid gainsboro;
    outline: none;
    padding-left: 10px;
    margin-top: 15px;
    font-size: 15px;
    margin-bottom: 0;
    padding-bottom: 0;
}

.cont_one input::placeholder {
    font-size: 16px;
    color: rgb(120, 120, 120);
}

.cont_two input {
    width: 100%;
    height: 50px;
    border-radius: 10px;
    border: 1.5px solid gainsboro;
    outline: none;
    padding-left: 10px;
    margin-top: 0;
    padding-top: 0;
    font-size: 15px;
}

.cont_two input::placeholder {
    font-size: 16px;
    color: rgb(120, 120, 120);
}

.cont_one {
    margin-bottom: 0;
    padding-bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    gap: 20px;
}

.cont_one img {
    width: 70px;
    height: 45px;
    object-fit: contain;
    margin-right: 40px;
}

.cont_two {
    margin-top: 10px;
    padding-top: 0;
}

.tn {
    margin-top: 20px;
}

.tn button {
    width: 100%;
    height: 50px;
    border: none;
    border-radius: 10px;
    background-color: rgba(28, 83, 150, 0.967);
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.afcont {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

.afcont p {
    color: blue;
    font-size: 14px;
}


.ftter {
    margin-top: 100px;
}

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

.ftter_one p {
    font-size: 10px;
    font-weight: 400;
    color: rgb(26, 100, 169);
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.ftter_one p span {
    color: gray;
    padding-right: 3px;
}

.ftter_two {
    justify-content: center;
    align-items: center;
    text-align: center;
    max-width: 350px;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
}

.ftter_two p {
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 10px;
    color: rgb(87, 87, 87);
}

.ftter_tree {
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 10px;
    color: rgb(26, 100, 169);
    padding-left: 10px;
    padding-right: 10px;
}


/* login style */
.login_part {
    /* background-color: #fff; */
    padding: 15px;
    max-width: 500px;
    margin: 0 auto;
}

.second {
    width: 280px;
}

.second_one p{
    font-size: 19px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.823);
    text-align: center;
    font-family: 'Courier New', Courier, monospace;
}

.second_one {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.second_one img {
    width: 50px;
    height: 50px;
    object-fit: fill;
}

.second_two {
    position: relative;
}

.second_two input {
    width: 100%;
    height: 60px;
    border: 2px solid rgba(10, 82, 198, 0.882);
    outline: none;
    border-radius: 2px;
    padding-left: 10px;
    padding-top: 10px;
}

.second_two label {
    position: absolute;
    left: 10px;
    top: 10px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.818);
}

/* passinput */
.second_two_two {
    position: relative;
}

.second_two_two input {
    width: 100%;
    height: 60px;
    border: 2px solid rgba(10, 82, 198, 0.882);
    border-top: 0;
    outline: none;
    border-radius: 2px;
    padding-left: 10px;
    padding-top: 10px;
}

.second_two_two label {
    position: absolute;
    left: 10px;
    top: 10px;
    font-size: 14px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.818);
}





.second_three button{
    width: 100%;
    height: 30px;
    border: none;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background-color: rgb(0, 119, 255);
    margin-top: 15px;
    border-radius: 1px;
    margin-bottom: 0;
    cursor: pointer;
}

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

.second_four a {
    color: rgb(16, 122, 203);
    font-size: 14px;
    font-weight: 400;
    padding-bottom: 20px;
    text-align: center;
}

.nofurther p {
    text-align: center;
}


.check_choose_one {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.movetocenter {
    max-width: 400px;
    margin: 0 auto;
    background-color: red;
}

.nofurther p {
    font-size: 15px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.884);
}
