
html{
    height: 100%;
}
/* body{
    overflow-x: hidden;
    height: 100%;
    background-image: url("../images/product-design/background-hunr.png") ;
    background-size: cover;
    background-repeat: no-repeat;
} */

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    body{
        background-image: url("../images/product-design/login-small.jpg");
        height: 100vh;
        background-size:cover;
        background-repeat: no-repeat;
        overflow-x: hidden;
    }
  }
  /* Small devices (portrait tablets and large phones, 600px and up) */
  @media only screen and (min-width: 600px) {
    body{
        background-image: url("../images/product-design/login-small.jpg");
        height: 100vh;
        background-size:cover;
        background-repeat: no-repeat;
        overflow-x: hidden;
    }
  }
  /* Medium devices (landscape tablets, 768px and up) */
  @media only screen and (min-width: 768px) {
    body{
        background-image: url("../images/product-design/login-small.jpg");
        height: 100vh;
        background-size:cover;
        background-repeat: no-repeat;
        overflow-x: hidden;
    }
}
  
  /* Large devices (laptops/desktops, 992px and up) */
  @media only screen and (min-width: 992px) {
    body{
        background-image: url("../images/product-design/background-hunr.png");
        height: 100vh;
        background-size:cover;
        background-repeat: no-repeat;
        overflow-x: hidden;
    }
  }
  /* Extra large devices (large laptops and desktops, 1200px and up) */
  @media only screen and (min-width: 1200px) {
    body{
        background-image: url("../images/product-design/background-hunr.png");
        height: 100vh;
        background-size:cover;
        background-repeat: no-repeat;
        overflow-x: hidden;
    }
  }

.container-fluid {
    margin-left: 0;
    margin-right: 0;
    margin-top: 30%;
    margin-bottom: 0;
    /* height: 75%; */
    width: 72%; 
    background-color: #fdfffc;
    border-radius: 1.3rem;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 1rem;
    box-shadow: 5px 10px #b8b8b8;
} 

.login-box {
    height: 100%;
}

.logo{
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.logo img{
    width: 80%;
}


.btn-light{
    font-size: 1rem;
    font-weight: 700;
    color: #1d3557;
    width: 50%;
    
}


.input-group{
    margin-bottom: 2rem;
}

.input-group span {
    background-color: white;
    color: #1d3557;
    font-weight: 1000;
    font-size: 2rem;
}

.register-link{
    color: #000000;
    font-size: 1rem;
    padding-bottom: 2rem;
    float: left;
}

.register-link a{
    color: #508ab9;
    font-size: 1rem;
    text-decoration: underline;
}

.heading {
    font-size: 2rem;
    text-align: left !important;
}

.horizontal-line{
    margin-top: 0.5rem;
    margin-bottom: 1rem;
    border : 1px solid black;
}


.horizontal-line-2{
    margin-top: 1.3rem;
    margin-bottom: 1rem;
    border : 1px solid black;
}

.btn-login{
    border-radius: 1rem;
    font-size: 0.9rem;
    /* background-color: #6a83f1; */
    border-color :  #5271FF;
    background-color:  #5271FF; 
}

.input-transparent{
    /* background: none; */
    border: none;
    background-color: #ebebeb !important;
    border-radius: 0;
}

.control-label {
    font-size: 1.2rem;
}
