
@font-face {
  font-family: myFirstFont;
  src: url(../assets/font/Montserrat-Bold.ttf);
 /* font-weight: bold;*/
}
@font-face {
  font-family: myFirstFont1;
  src: url(../assets/font/Great_Wishes.otf);
 /* font-weight: bold;*/
}


html,body{
background: url('../assets/images/book4_edited.jpg') no-repeat center center/cover;
/* background-size: cover; */
/* background-repeat: no-repeat; */
height: 100vh;
font-family: 'myFirstFont', sans-serif;
}

.container{
height: 100%;
align-content: center;
}

.card{
height: 370px;
top:100px;
margin-top: auto;
margin-bottom: auto;
width: 400px;
background-color: rgba(0,0,0,0.5) !important;
}

.social_icon span{
font-size: 60px;
margin-left: 10px;
color: white;
}

.social_icon span:hover{
color: white;
cursor: pointer;
}

.card-header h3{
color: white;
}

.social_icon{
position: absolute;
right: 20px;
top: -45px;
}

.input-group-prepend span{
width: 50px;
background-color:white;
color: black;
border:0 !important;
}

input:focus{
outline: 0 0 0 0  !important;
box-shadow: 0 0 0 0 !important;

}

.remember{
color: white;
}

.remember input
{
width: 20px;
height: 20px;
margin-left: 15px;
margin-right: 5px;
}

.login_btn{
color: black;
background-color: white;
width: 100px;
}

.login_btn:hover{
color: black;
background-color: white;
}

.links{
color: white;
}

.links a{
margin-left: 4px;
}
.search-container {
  border: 2px solid rgb(102, 99, 99);
  color: white;
  border-radius: 40px;
    float: left;
    margin-left: 130px;
    
  }
  
  .search-container input[type=text] {
      
     border-radius: 60px;
    padding: 6px;
   margin-top: 5px;
   width: 400px;
    font-size: 17px;
    border: none;
    
  }
  
  .search-container button {
    margin-left: 10px;
    border-radius: 5px;
    float: right;
    padding: 6px 10px;
    margin-top: 5px;
    margin-right: 16px;
    background: transparent;
    font-size: 17px;
    border: none;
    cursor: pointer;
  }
  
   .search-container button:hover {
    background:transparent;
  }
  ::placeholder {
    color: white;
  }
  
  @media screen and (max-width: 600px) {
.search-container {
      float: none;
    }
    .search-container button {
      float: none;
      display: block;
      text-align: left;
      width: 100%;
      margin: 0;
      padding: 14px;
    }
    .search-container input[type=text] {
      border: 1px solid transparent;  
    }
  }

.bo{
  text-align: center;
  font-size: 80px;
  position: centre;
  background-size: cover;
  background-repeat: no-repeat;
  position:relative; left:0px; top:250px
}
.contact-form{
  background:rgba(255,255,255,0.5) ;
  
  margin-top: 5%;
  margin-bottom: 5%;
  width: 70%;
}
.contact-form .form-control{
  border-radius:1rem;
}
.contact-image{
  text-align: center;
}
.contact-image img{
  border-radius: 6rem;
  width: 11%;
  margin-top: -3%;
  transform: rotate(29deg);
}
.contact-form form{
  padding: 14%;
}
.contact-form form .row{
  margin-bottom: -7%;
}
.contact-form h3{
  margin-bottom: 8%;
  margin-top: -10%;
  text-align: center;
  color: #525457;
}
.contact-form .btnContact {
  width: 50%;
  border: none;
  border-radius: 1rem;
  padding: 1.5%;
  background: #dc3545;
  font-weight: 600;
  color: #fff;
  cursor: pointer;
}
.btnContactSubmit
{
  width: 50%;
  border-radius: 1rem;
  padding: 1.5%;
  color: #fff;
  background-color: #0062cc;
  border: none;
  cursor: pointer;
}
.register{
  background: -webkit-linear-gradient(left, #aaaaaf, #585a5a);
  margin-top: 3%;
  padding: 2%;
  height: 550px;
}
.register-left{
  text-align: center;
  color: #fff;
  margin-top: 4%;
}
.register-left input{
  border: none;
  border-radius: 1.5rem;
  padding: 2%;
  width: 60%;
  background: #f8f9fa;
  font-weight: bold;
  color: #383d41;
  margin-top: 30%;
  margin-bottom: 3%;
  cursor: pointer;
}
.register-right{
  background: #f8f9fa;
  border-top-left-radius: 10% 50%;
  border-bottom-left-radius: 10% 50%;
}

@-webkit-keyframes mover {
  0% { transform: translateY(0); }
  100% { transform: translateY(-20px); }
}
@keyframes mover {
  0% { transform: translateY(0); }
  100% { transform: translateY(-20px); }
}
.register-left p{
  font-weight: lighter;
  padding: 12%;
  margin-top: -9%;
}
.register .register-form{
  padding: 10%;
  margin-top: 10%;
}
.btnRegister{
  float: right;
  margin-top: 10%;
  border: none;
  border-radius: 1.5rem;
  padding: 2%;
  background: #dc3545;
  color: #fff;
  font-weight: 600;
  width: 50%;
  cursor: pointer;
}

.register-heading{
  text-align: center;
  margin-top: 8%;
  margin-bottom: -15%;
  color: black;
}
input[type=button], input[type=submit] {
  background-color: #dc3545;
  border-radius: 40px;
  color: white;
  padding: 16px 32px;
  
}