.body{
    /* Auto layout */
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    position: relative;
    /* width: 1920px;
    height: 1150px; */
    background: #FFFFFF;
}

.navigationBar{
    /* Auto layout */
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 15px 150px;
    gap: 800px;
    width: 100%;
    height: 93.47px;
    background: #FFFFFF;
    position: fixed;
    z-index: 1030;
    /* Inside auto layout */
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
}

.logo {
    /* Auto layout */
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0px 75px;
    width: 300px;
    height: 63.47px;
    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;
}

.navigationLinks {
    /* Auto layout */
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    padding: 0px;
    gap: 50px;
    width: 541px;
    height: 24px;
    /* Inside auto layout */
    flex: none;
    order: 1;
    flex-grow: 0;
}

.navbarList{
    flex: none;
    order: 1;
    flex-grow: 0;
    list-style-type: none;
    display: inline;
    margin: 0;
    padding: 0;
}

.navbarList li {
    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;
    display: inline;
    float: right;
    padding: 0px 25px 0px 25px;
}

.navbarList li a {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #1C204F;
    text-decoration: none;
}

.navbarList li a:hover {
    color: #2f2696ce;
}

#selected { 
    color: #2f2696ce;
}

#logo {
    width: 150px;
    height: 63.47px;
    border-radius: 15px;
}

.topBody{
    /* Auto layout */
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 150px 90px;
    gap: 25px;
    width: 100%;
    height: 900px;
    background: #FFFFFF;
    /* Inside auto layout */
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
    /* border: 2px solid red; */
}

.topBody-leftpane {
    /* Auto layout */
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 85px 60px;
    gap: 35px;
    width: 850px;
    height: 663px;
    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;
    /* border: 2px solid red; */
}

.searchText{
    width: 650px;
    height: 153px;
    display: flex;
    align-items: center;
    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;
}

.searchMessage{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 42px;
    line-height: 51px;
    color: #000000;
}

.highlightText{
    color: #2F2696;
    font-weight: 600;
}

.images_search{
    /* Auto layout */
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    padding: 0px;
    gap: 75px;
    width: 600px;
    height: 190px;
    /* Inside auto layout */
    flex: none;
    order: 1;
    flex-grow: 0;
}

#img_sitting{
    width: 200px;
    height: 150px;
    flex: none; 
    order: 0;
    flex-grow: 0;
}

#img_searching{
    width: 230px;
    height: 190px;
    flex: none;
    order: 1;
    flex-grow: 0;
}

.searchButton{
    /* Auto layout */
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    padding: 0px;
    gap: 10px;
    width: 700px;
    height: 80px;
    /* Inside auto layout */
    flex: none;
    order: 2;
    flex-grow: 0;
}

.searchbtn {
    /* Auto layout */
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px;
    gap: 10px;
    width: 400px;
    height: 80px;
    background: #2F2696;
    border-radius: 15px;
    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;
    font-family: 'Inter';
    font-style: normal;
    color: #FFFFFF;
    font-size: 30px;
    padding: 25px;
    text-decoration: none;
}

.searchbtn:hover {
    background-color: #2f2696ce;
    color: #FFFFFF;
}

.topBody-rightpane {
    /* Auto layout */
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 75px 50px;
    gap: 75px;
    width: 850px;
    height: 700px;
    background: #FFFFFF;
    border-radius: 15px;
    /* Inside auto layout */
    flex: none;
    order: 1;
    flex-grow: 0;
    /* border: 2px solid red; */
}

.welcomeMessage{
    width: 650px;
    height: 51px;
    /* identical to box height */
    display: flex;
    align-items: center;
    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;
}

.welcomeText{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 42px;
    line-height: 51px;
    color: #000000;
}


.loginButton{
    /* Auto layout */
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    padding: 0px;
    gap: 0px;
    width: 400px;
    height: 80px;
    /* Inside auto layout */
    flex: none;
    order: 2;
    flex-grow: 0;
}

.loginbtn{
    /* Auto layout */
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px;
    gap: 0px;
    width: 400px;
    height: 80px;
    background: #000000;
    border-radius: 15px;
    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    line-height: 30px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    text-decoration: none;
    border: none;
}

.loginbtn:hover {
    background-color: #000000b7;
    color: #FFFFFF;
}

.loginInputs{
    /* Auto layout */
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px;
    gap: 40px;
    width: 550px;
    height: 229px;
    /* Inside auto layout */
    flex: none;
    order: 1;
    flex-grow: 0;
}

.generalInput{
    /* Auto layout */
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 550px;
    height: 62px;
    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;
}

.inputLabel{
    width: 150px;
    height: 22px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    /* identical to box height */
    display: flex;
    align-items: flex-end;
    color: #000000;
    /* Inside auto layout */
    flex: none;
    order: 1;
    flex-grow: 0;
}

.inputField{
    width: 550px;
    height: 40px;
    border: none;
    border-bottom: 2px solid #000000;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    display: flex;
    align-items: flex-end;
    text-align: center;
    /* color: rgba(0, 0, 0, 0.5); */
    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;
}

.inputField:focus{
    outline: none;
}

.fpwd-error{
    /* Auto layout */
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    /* justify-content: flex-end; */
    padding: 0px;
    gap: 10px;
    width: 500px;
    height: 25px;
    /* Inside auto layout */
    flex: none;
    order: 2;
    flex-grow: 0;
    /* border: 2px solid red; */
}

.loginError{
    /* Auto layout */
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    /* justify-content: flex-end; */
    padding: 0px;
    gap: 10px;
    width: 340px;
    height: 25px;
    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;
    /* border: 2px solid red; */
}

.forgotPassword{
    /* Auto layout */
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    /* justify-content: flex-end; */
    padding: 0px;
    gap: 10px;
    width: 150px;
    height: 25px;
    /* Inside auto layout */
    flex: none;
    order: 1;
    flex-grow: 0;
    /* border: 2px solid red; */
}

#forgotPword{
    width: 145px;
    height: 25px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    text-align: center;
    color: #C4C4C4;
    /* Inside auto layout */
    flex: none;
    order: 1;
    flex-grow: 0;
    /* border: 2px solid red; */
}

.updateMessage{
    padding: 0px;
    width: 340px;
    height: 25px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    display: flex;
    justify-content: flex-start;
    /* align-items: flex-start; */
    text-align: center;
    color: #2F2696;
    text-decoration: none;
    /* border: 2px solid red; */
}

.updateMessage:hover{
    color: #2F2696;
}