.section1{
    background-color: black;
    color: white;
}
.section2{
    background-color:rgb(80, 80, 235);
    color: white;
}
.navlink2{
   color:white;
   font-size: smaller;
}
.navlink{
    color:white
}
.navlink:hover{
    color:black;
    background-color: white;
}
.section3{
    border-bottom: 1px solid gray;
}
.section4{
    background-color: rgb(237, 206, 153);
    color:black;
    border: 1px solid orangered;
}
.section5{
    background-color: whitesmoke;
    color:black;
    border: 1px solid gray;
    text-align: center;
}
.part1{
    text-align: center;
    font-size: 2pc;
    font-weight: bold;
}
.part1:hover{
   background-color: red;
   color: white;
}
.section6{
   border: 1px solid rgb(181, 164, 164);
}
.part2{
    border-right: 1px solid gray;
}
.part3{
    font-size: 0.6cm;
}
.part4{
    color: blue;
    font-size: 3pc;
    font-weight:bold ;
}


.image1{
    border: 1px solid gray;
    width: 100%;
    height: 100%;
}
.image2{
    border-right: 1px solid gray;
    width: 100%;
    height: 100%;
    border-bottom: 1px solid gray;

}
.section7{
    border: 2px solid gray;
    position: sticky;
    height: 270px;

}
.part5{
    background-color: whitesmoke;
    color: black;
    border-bottom: 1px solid black;
}
.part6{
    text-align: center;
    background-color: white;
}
/* accountinformationpage */
.section7{
   
    border: 1px solid rgb(54, 57, 214);
    background-color: rgb(227, 182, 182);
}
.part7{
    background-color: white;
    border: 2px solid gray;
  }
   
  .part7:hover{
    background-color: blueviolet;
    color: white;
  }
  .part8{
    list-style: none;
  }
  .part8 li{
    font-weight: 500;
    padding: 5px;
  }
/* upgrade */
.section10{
 background-color: rgb(204, 194, 194);
}





/* loginpage css start */

.login-section1{
    background-color: rgb(20, 20, 20);
    display: block;
}
.login-section2{
    background-color:white;
    border: 1px white solid;

}
.homesolution-image{
    width: 100%;
    height: 100%;
   
}
.login-logo{
    display: flex;
   justify-content: center;
}
.login-text h2{
    display: flex;
    justify-content: center;
    color: blue;
}
.login-username {
    display: flex;
    justify-content: center;
}
.login-text a{
    display: flex;
    justify-content: center;
    color: blue;
    text-decoration: none;
}
*, *:before, *:after {
    box-sizing: border-box;
  }
  .g-sign-in-button {
    margin: 0 auto;
    width: 240px;
    height: 50px;
    background-color: #4285f4;
    color: #fff;
    border-radius: 1px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.25);
    transition: background-color .218s, border-color .218s, box-shadow .218s;
   
  }
  .g-sign-in-button:hover {
    cursor: pointer;
    -webkit-box-shadow: 0 0 3px 3px rgba(66,133,244,.3);
    box-shadow: 0 0 3px 3px rgba(66,133,244,.3);
  }
  .g-sign-in-button:active {
    background-color: #3367D6;
    transition: background-color 0.2s;
  }
  .g-sign-in-button .content-wrapper {
    height: 100%;
    width: 100%;
    border: 1px solid transparent;
  }
  .g-sign-in-button img {
      width: 18px;
      height: 18px;
  }
  .g-sign-in-button .logo-wrapper {
     padding: 15px;
     background:#fff;
     width: 48px;
     height: 100%;
     border-radius: 1px; 
     display: inline-block;
  }
  .g-sign-in-button .text-container {
      font-family: Roboto,arial,sans-serif;
      font-weight: 500;
      letter-spacing: .21px;
      font-size: 16px;
      line-height: 48px;
      vertical-align: top;
      border: none;
      display: inline-block;
      text-align: center;
      width: 180px;
  }
.login-button{
    width: 240px;
    height: 50px;
}
@media screen and (max-width: 800px) {
    .login-section1{
        display: none;
    }
   
}

/* loginpage css end  */


/* forgetpassword start */
.forget-password-section1{
    border-bottom: 1px solid rgb(78, 123, 78);
}
.forget-password-section2{
    margin: 0 auto;
    width: 540px;
    height: 50px;
}




/*forgetpassword end  */