*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    overflow-x: hidden;
}
.bg{
    background-image: url('../login_images/joint-project-management-meeting-in-a-conference-r.jpg');
   /* position: absolute; */
   height: 100vh;
   background-position: center center;
   background-size: cover;
   width: 100%; 
    /* z-index: -1; */
}

.navbar-brand img{
    width: 50px;

}
.formy {
    margin: 30px 10px 10px;
}
.formy .main-heading {
    font-weight:bold;
    font-size:3vh;
    max-width:500px;
    margin: 1% auto 0;
}
.formy form{
    display: flex;
    align-items: center;
    /* justify-content: center; */
    flex-direction: column;
    /* border: 1px solid black; */
    max-width: 500px;
    /* height: 20vh; */
    margin: auto;
    border-radius: 13px;
    background: rgba(255,255,255,0.60);
    box-shadow: 0px 1px 5px 0px #4a4a4a;
    
}
.formy form input{
    border-radius: 4px;
    outline: none;
    width: 400px;
    border: white 1px solid;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.fp-login {
    /* border: 1px solid black;  */
    width: 70%;
}
.forgetPass{
text-decoration: none !important;
color: black;
font-weight: 600;
height: 10px;
}
.forgetPass:hover{
    color: black;
}
.fp-login button{
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    width: 25%;
    height: 40px;
    border: none;
    outline: none;
    border-radius: 5px;
    cursor: pointer;
}
.fp-login button:hover{
    background-color: #216097;
}
.containerr{
    /* height: 20vh;  */
    /* border: 1px solid black; */
    width: 100%;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.formy .f-heading {
    font-weight:bold;
    font-size:2vh;
    max-width:500px;
    margin: 1% auto 0;
    text-align: center;
}

  
  /* @media screen and (max-width: 1024px) {

    .formy form{
        width: 50%;
    }
  }
  @media screen and (max-width: 768px) {
    
    .formy form{
        width: 60%;
    }
  }*/
  @media screen and (max-width: 470px) {
    
    .formy form input{
    width: 300px;
}
  }
