.body{
    background-color: #FFFFFF;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    position: relative;
}

.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: 50px 90px;
    gap: 25px;
    width: 1005;
    height: 700px;
    background: #FFFFFF;
    /* Inside auto layout */
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
    /* border: 2px solid red; */
}

.topBodyLogin{
    /* 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;
}

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

.welcomeText{
    width: 750px;
    height: 153px;
    display: flex;
    align-items: center;
    color: #000000;
    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;
}

.welcomeMessage{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 42px;
    line-height: 51px;
}

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

.searchbtn {
    font-family: 'Inter';
    font-style: normal;
    color: #FFFFFF;
    font-size: 30px;
    padding: 25px;
    background-color: #2F2696;
    border-radius: 15px;
    text-decoration: none;
}

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

.topBody-rightpane {
    /* Auto layout */
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 120px 50px;
    gap: 10px;
    width: 850px;
    height: 600px;
    /* Inside auto layout */
    flex: none;
    order: 1;
    flex-grow: 0;
    /* border: 2px solid red; */
}

header.masterheader {
    background-color: #FFFFFF;
    padding-top: 175px;
    padding-bottom: 500px;
    color: #000000;
    height: 700px;
    background-attachment: scroll;
    background-position: center center;
    font-family: Arial, Helvetica, sans-serif;
  }

.leftpane {
    width: 850px;
    height: 500px;
    float: left;
    text-align: center;
    /* border: 2px solid red; */
}
  
.rightpane {
    width: 50%;
    height: 500px;
    float: right;
    text-align: center;
    /* border: 2px solid red; */
}

.materheader-subhead {
    width: 750px;
    height: 153px;
    padding-top: 80px;
    padding-bottom: 10px;
    font-size: 42px;
    color: #000;
    display: flex;
    align-items: center;
}

.masterheader-cred {
    padding-top: 10px;
    padding-bottom: 30px;
    padding-left: 35px;
    padding-right: 35px;
    margin-left: 35px;
    font-size: 55px;
    color: #000000;
  }

.jobPosition {
    color: #6d6adf;
    font-size: 17px;
}

.search-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px;
    gap: 10px;
    height: 700px;
    width: 100%;
}

.search-background{
    height: 500px;
    width: 95%;
    background-color: #2F2696;
    border-radius: 15px;
    padding: 50px 75px;
    box-shadow: 15px 15px 10px rgba(0, 0, 0, 0.1);

    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px 75px;
    gap: 40px;
}

.search-row{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    gap: 40px;
    width: 100%;
    height: 50px;
}

.search-group{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    gap: 20px;
    height: 50px;
}

.search-label{
    font-family: Arial, Helvetica, sans-serif;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 36px;
    color: #FFFFFF;
}

.search-input{
    border-radius: 15px;
    width: 300px;
    height: 40px;
}

.search-input-university{
    border-radius: 15px;
    width: 800px;
    height: 40px;
}

.search-button{
    width: 250px;
    height: 100px;    
    background: #6D6ADF;
    border-radius: 15px;
    border-color: #6D6ADF;
    font-family: Arial, Helvetica, sans-serif;
    font-family: 'Inter';
    font-style: normal;
    font-size: 30px;
    font-weight: 400;
    color: #FFFFFF;
}