* {
    box-sizing: border-box;
}

.maincontainer {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

#logo {
    width: 30%;
    display: inline;
    margin: 30px;
}

.headingsignin {
    font-family: "Poppins", 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    text-decoration: none;
    font-weight: 600;
    font-style: normal;
    margin: 30px;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgb(110, 110, 110);
}

.left {
    width: 40.8%;
    align-items: center;
    background-color: #FFFFFFB2;
    text-align: center;
    border-right: 1px solid black;
    border-color: gray;
}

.right {
    width: 59.2%;
    background-color: white;
    text-align: center;
    font-family: "Poppins";
    /* align-items: center; */
}

form {
    display: flex;
    flex-direction: column;
    align-items: center;
}

input {
    margin-bottom: 22px;
    width: 75%;
    padding: 13px;
    border-radius: 5px;
    border: none;
    background-color: #E6E6E699;
    font-family: "Poppins";
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 10%;
    font-size: 11px;
}

#fpparent {
    width: 70%;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 10px;
}


#fp a {
    text-decoration: none;
    font-size: 14px;
    font-family: "Poppins", 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 1px;
    color: #167B83;
}

#signinbutton, #createacc{
    width: 75%;
    padding: 2%;
    margin: 20px;
    margin-bottom: 30px;
    text-align: center;
    border-radius: 5px;
    padding: 14px;
    font-family: "Poppins";
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: 1px;
    color: white;
    border: none;
    background: linear-gradient(to right, #2E5581, #167B83);
}

#googlebtn {
    width: 35%;
    padding: 2%;
    margin: 10px;
    text-align: center;
    border-radius: 5px;
    padding: 2%;
    margin-bottom: 40%;
    border: none;
    background-color: #E6E6E699;
    font-family: "Poppins";
    letter-spacing: 1px;
    font-weight: 300;
    display: flex;
    align-items: center;
    justify-content: center;
}


.ocw::before,
.ocw::after {
    content: "";
    height: 1px;
    background-color: rgb(133, 132, 132);
    display: block;
    margin: 0 10px;
}

.ocw {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    margin-top: 4px;
    margin-bottom: 15px;
    font-family: "Poppins";
    font-weight: 300;
    font-size: 13px;
    line-height: 100%;
    letter-spacing: 1px;
}


#rightheading {
    margin-top: 30%;
    margin-bottom: 10px;
}

.righttext {
    margin: 40px;
    color: rgb(151, 149, 149);
    font-family: "Poppins";
    text-decoration: none;
    font-weight: 500;
}

#rightimage {
    width: 100%;
    /* height: 350px; */
    filter: brightness(40%);
    border-radius: 10px;
    /* position: relative; */
}

.rightimgs {
    margin: auto;
    width: 78%;
    position: relative;
}

#v1 {
    width: 9%;
    position: absolute;
    top: 43%;
    left: 45.5%;
}

#v2 {
    width: 3%;
    position: absolute;
    top: 45%;
    left: 49%;
}

.blue {
    color: #167B83;
    text-decoration: none;
}

.foot {
    font-family: "Poppins";
    text-decoration: none;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 1px;
}


.passworddiv {
    position: relative;
    width: 75%;
}

.passworddiv input {
    width: 100%;
    padding: 13px;
    background-color: #E6E6E699;
}

.eye {
    position: absolute;
    right: 20px;
    top: 15px;
    cursor: pointer;
    font-size: 13px;
    opacity: 50%;
}