@import url('https://fonts.googleapis.com/css2?family=Exo+2&family=Montserrat&display=swap');

*{
  margin: 0;
  padding: 0;
  border: 0; 
  text-decoration: none;
}

*, *::before, *::after {
  box-sizing: border-box;
}

html{
  scroll-behavior: smooth;
  margin: 0px;
  font-family: 'Montserrat', sans-serif;
}

body{
  background: rgb(255,254,254);
  background: -moz-linear-gradient(207deg, rgba(255,254,254,1) 0%, rgba(213,213,213,1) 100%);
  background: -webkit-linear-gradient(207deg, rgba(255,254,254,1) 0%, rgba(213,213,213,1) 100%);
  background: linear-gradient(207deg, rgba(255,254,254,1) 0%, rgba(213,213,213,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fffefe",endColorstr="#d5d5d5",GradientType=1); 
}

 h1, h2, h3{
  font-family: 'Exo 2', sans-serif;
  -webkit-font-smoothing: antialiased;
}
.line {
border-right: 2px solid rgba(255, 255, 255, 0.582);
}
.main {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100vh;
}

.grid {
  display: inline-grid;
  grid-template-columns: auto auto ;
  padding-bottom: 3rem;
}

.brand {
  text-align: center;
  font-family: 'Exo 2', sans-serif;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 1.8rem;
  font-size: 2.3rem;
  font-weight: 600;
  letter-spacing: 0.15rem;
  color: #FFA800;
}

.main .main-wrapper {
  display: flex;
  flex-direction: row;
  height: 100%;
}

.main .left {
  width: 70%;
}

.main .right {
  width: 30%;
}

.main .left {
  background: url(../images/homepage1.jpg) no-repeat;
  background-size: cover;
  display: flex;
}

.main .left .items-wrapper {
  color: #ffffff;
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 60vh;
  padding-left: 20px;
  padding-right: 20px;
}

.main .left .items-wrapper .item {
  display: flex;
  flex-direction: row;
  align-items: center;
  max-width: 1000px;
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  letter-spacing: 0.1rem;
}

.main .left .items-wrapper .item .label {
  padding-left:60px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  list-style-type: none;
}

li {
  padding: 12px 0;
  padding-left: 20px;
}

li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.308);
}

#logo {
  background: transparent;
  width: 5rem;
}

.main .line .heading {
  font-size:  2rem;
  line-height: 2.4rem;
  padding-bottom: 1.8rem;
}

.main .right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.main .top {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-top: 25px;
}

.main .middle {
  max-height: 300px;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
  margin-right: auto;
  max-width: 420px;
  padding-left: 20px;
  padding-right: 20px;
}

.main .middle h1 {
  font-size: 1.6rem;
  line-height: 2rem;
  margin-bottom: 30px;
  margin-bottom: 3rem;
  color:rgb(126, 126, 126);
}

.sign_up {
  font-size: 0.92rem;
  color:rgb(54, 54, 54);
  margin-bottom: 10rem;
}

.main .middle .btn-sign-up {
  display: block;
  margin-bottom: 15px;
  background-color: #4747f2;
  border: 1px solid #4747f2;
  color: #fff;
  border-radius: 100px;
  padding: 7px 16px;
  text-align: center;
  margin-top: 1.6rem;
}

.main .middle .btn-sign-up:active {
  background-color: #c0bfbf;
  border: 1px solid #c0bfbf;
  color: rgb(0, 0, 0);
 }

.main .middle .btn-login {
  display: block;
  width: auto;
  text-align: center;
}


input[type="text"] {
  border: 1px solid #e6ecf0;
  border-radius: 3px;
  padding: 12px;
  display: block;
}

.input-group {
  margin-right: 12px;
}

.forgot-password {
  color: #aab8c2;
  font-size: 14px;
}

.btn-login {
  background-color: transparent;
  border: 1px solid #4747f2;
  color: #4747f2;
  border-radius: 100px;
  padding: 12px;
  font-size: 14px;
  line-height: 20px;
  box-sizing: border-box;
  width: auto;
  height: 44px;
  width: 70px;
  font-weight: bold;
}

.btn-login:hover {
  background-color: #eaf5fd;
  color: #4747f2;
}

.mainFooter  {
  display: flex;
  flex-direction: row;
  list-style: none;
  justify-content: center;
  background-color: #d6d6d6;
  color:black;
  font-size: 12px;
  width:100%;
  left:0;
  text-align: center;
  padding:6px;
}


/* Extra */

.top-right {
  position: relative;
  right: 16px;
  color: grey;
  text-align: left;
  width: 100%;
  background-color: white;

}

#left{
  float: left;
  width: 20%;
}

.homeHeading{
  color: #FFA800;
  text-align: center;
  margin:13px;
}

/* List element */

li {
  padding: 12px 0;
  padding-left: 20px;
}

li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.308);
}

@media only screen and (max-width: 1450px){
  .main .left .items-wrapper .item .label {
    padding-left:20px;
    padding-right:20px;
  }

}

@media only screen and (max-width: 1423px){
  .main .left .items-wrapper .item .label {
    padding-left:20px;
    padding-right:50px;
  }
}

@media only screen and (max-width: 1330px){
  .main .left .items-wrapper .item .label {
    padding-left:20px;
    padding-right:160px;
  }

  .main .middle {
    max-width: 320px;
  }
  
  #logo {
    display: none;
  }

  .brand {
    margin-left: 0;
    font-size: 2.3rem;
  }
  
}

@media only screen and (max-width: 1210px){
  .main .left .items-wrapper .item .label {
    padding-left:20px;
    padding-right:200px;
  }
}

@media only screen and (max-width: 1156px){
  .main .left .items-wrapper .item .label {
    display: none;
  }

  .line {
    border-right: none;
    }
}