:root{
    --white:#fff;
    --text-color:#232115;
    --bg-color-primary: #7848FF;
    --bg-color-primary:  #3D57E1;
    --gray-color: gray;
    --submit-btn-bg-color:#30419B;
    --link-color:#51BCDA;
    --form-body-bg:#222437;
    --body-bg:#1A1C2A;
   
}
body{
    margin: 0;
    font-size: 13px;
    font-family: "Poppins", sans-serif;
    background-color: var(--body-bg);
    /* color: var(--text-color); */
    
}
/* Login And Password reset Styles begin */
.loginbody, .resetbody{
    background-color: var(--bg-color-primary) ;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.loginbody__container, .resetbody__container{
    width: 475px;
    border-radius: 20px;
    color:#A5A6AD;
    font-size: 18px;
    background-size: cover;
    background-repeat: no-repeat;
}

.loginbody__header, .resetbody__header {
    height: 100px;
}

.text{
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.loginbody__form, .resetbody__form{
    background-color: var(--form-body-bg) ;
    padding: 30px;
}

.loginbody__form #error{
  font-size: 15px;
  background-color:#FC4B3B;
  align-items: center;
  padding:5px;
  color:#fff;
  margin-bottom: 10px;
  border-radius: 5px;
}

#error{
  align-items: center;
  font-size: 15px;
  background-color:#FC4B3B;
  padding:5px;
  color:#fff;
  margin-bottom: 10px;
}


#success{
  color:#fff;
  text-align:center;
  background-color:#28A745;
  padding:5px;
}

.loginbody__form h3, .resetbody__form h3 {
   text-align: center;
   margin: 30px 0;
   
}

.reset__link, .connect__link{
    display: flex;
    justify-content: space-between;
    margin-top:20px;
   
}

.reset__link a, .connect__link a{
 
  font-size: 12px;
    text-decoration: none; 
    color: #A5A6AD ;
    font-weight: bold;
}
 

.input__container{
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
}



.submit__container{
    display: flex;
    justify-content: center;
    align-items: center;
}

.submit__container input{
    border: none;
    padding: 5px;
    color: var(--white);
    width: 100%;
    height: 40px;
    border-radius: 5px;
    background-color: var(--submit-btn-bg-color);
    
}

.input__container label{
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: bold;
}

.input__container input{
  width: 100%;
  padding-left:10px;
  border: 1px solid #353957;
  height: 40px;
  border-radius: 5px ;
  outline: none;
  background-color: #2E304A;
  border: none;
  color: #A5A6AD;
  font-size: 15px;
  outline: none;
}

.input__container input:focus{
  background-color: #2E304A;
  color: #A5A6AD;
}
/* Login And Password reset Styles end */

/* Nav styles Begin */
.navbar {
    padding-right: 100px;
    padding-left: 100px;
    padding-top: 15px;
    top: 0;
    width: 100%;
    z-index:1;
    background-color: var(--form-body-bg);
    color: #A5A6AD;
    border-bottom: 0.5px solid #2E304A;
}

.navbartop{
    padding-right: 100px;
    padding-left: 100px;
    padding-top: 30px;
    top: 0;
    width: 100%;
    z-index:1;
    background-color: #30419b;
    color: #FFF;
}



.navbar .container-fluid, .navbartop .container-fluid{
    display: flex;
    justify-content: space-between;
    font-family: "Poppins", sans-serif;
}



.navbar .menu ul{
    display: flex;
}
.navbar .menu{
    padding-top: 10px;
}

.navbar .menu ul li{
    margin-right: 10px;
    list-style: none;
}

.navbar .logo{
    font-size: 20px;
}

.navbar .logo a{
    text-decoration: none;
    color: #B0B1B7;
    font-weight: bold;
}

.navbar #open{
    display: none;
    cursor: pointer;
    font-size: 25px;
}

.logout{
    padding: 9px 14px;
    border-radius: 5px;
    font-weight: 700;
    color: var(--light-color);
}

.navbar .menu ul li a{
    text-decoration: none;
    color: #B0B1B7;
}

.navbar .menu ul li a:hover{
    color: #FFF;
}

.imageslabel{
  height: 250px;
  display: flex;
  background-color: #2E304A;
  background-position: center; 
  background-repeat: no-repeat; 
  text-align: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 2px dashed #B0B1B7 ;
}

.imageslabel:hover{
  cursor: pointer;
}

.page-title{
  color:#B0B1B7;
}

.y-card{
  background-color:#222437; 
  padding-top:30px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 20px;
  color:#fff;
  margin-left: 20px;
  margin-right: 20px;
  width: 30%;
}

.y-card-first{
  border-bottom: 3px solid #30419B;
}

.y-card-second{
  border-bottom: 3px solid #FCBE2D;
}

.y-card-third{
  border-bottom: 3px solid #FC5454;
}



/* Nav styles End */

/* Mobile menu styles begin */
#mobilemenu{
    padding-top: 70px;
    background-color: #fff;
    width: 250px;
    height: 100vh;
    position:fixed;
    top:0;
    left: -300px;
    display: none;
    font-family: "Poppins", sans-serif;
    display: flex;
    flex-direction: column;
    font-weight: 40px;
    z-index: 2;
    transition: .5s;
  }

  #mobilemenu .logo{
    text-align: center;
    font-size: 30px;
  }

  #mobilemenu .logo a{
   text-decoration: none;
   color: #DE483A;
   font-weight: bold;
  }
  
  
  #mobilemenu  ul{
    list-style: none;
  }
  
  #mobilemenu  ul li{
    margin-bottom: 20px;
  }
  
  
  #mobilemenu  ul a{
    text-decoration: none;
    color: #333;
    font-size: 16px;
  }
  

/* Mobile menu styles end */


/* Mobile menu styles begin */
#mobilemenu{
    padding-top: 70px;
    background-color: #fff;
    width: 250px;
    height: 100vh;
    position:fixed;
    top:0;
    left: -300px;
    display: none;
    font-family: "Poppins", sans-serif;
    display: flex;
    flex-direction: column;
    font-weight: 40px;
    z-index: 2;
    transition: .5s;
  }

  #mobilemenu .logo{
    text-align: center;
    font-size: 30px;
  }

  #mobilemenu .logo a{
   text-decoration: none;
   color: #DE483A;
   font-weight: bold;
  }
  
  
  #mobilemenu  ul{
    list-style: none;
  }
  
  #mobilemenu  ul li{
    margin-bottom: 20px;
  }
  
  
  #mobilemenu  ul a{
    text-decoration: none;
    color: #333;
    font-size: 16px;
  }
  

/* Mobile menu styles end */


