.d-md-block h6{
    text-transform: capitalize;
    line-height: 25px;
}

form{
    padding: 0px 20px;
}

.company_name {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 700;

}

#msg
{
    margin-bottom: 20px;
    text-transform: capitalize;
}


#logo{
    width: 40%;
    margin-bottom: 20px;

}



@media screen and (max-width: 760px) {
  .col-lg-4.col-md-4.form-container {
    margin: 0px 15px;
}
}



nav.navbar.navbar-inverse {
    height: 100px;
    padding: 2%;
}

body{
    background: url('./image/background.png') center no-repeat;
    background-size: cover;
  height: 100%;
}




.image-container{
    background: #24334a9e;
    padding: 170px 0px;
}

.image-container  h1{color: white;}
.image-container  h6{color:white;}
.wlcm  h1{color: #e56e0d;}
.container-fluid {

    margin: 100px 0px;

}
.logo h2,h3{color: #24334A;}
.form-container{
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    border: 3px solid #194b56;
    box-shadow: 2px 2px 20px #232525d4;
}


.form-box{
    display: flex;
    flex-direction: column;
    height: 500px;
    justify-content: space-around;
  background: white;
border-radius: 5px;
    box-shadow: 2px 2px 10px #232525d4;
}

.form-box h4{
    font-weight: bold;
    color: #fff;
}

.form-box .form-input{
    position: relative;
  margin-bottom: 20px;
}

.form-box .form-input input{
    width: 100%;
    height: 40px;

    border: solid 1px #e0e0e0;
    border-radius: 5px;
    outline: none;
    background: white;
    padding-left: 45px;
}

.form-box .form-input span{
    position: absolute;
    top: 8px;
    padding-left: 20px;
    color: #777;
}

.form-box .form-input input::placeholder{
    padding-left: 0px;
}

.form-box .form-input input:focus{
    border-bottom: 2px solid #1fcb0e;
}

.form-box .form-input input.error{
    border-bottom: 2px solid #d40d3a;
}


.form-box input[type="checkbox"]:not(:checked) + label:before{
    background: transparent;
    border: 2px solid #fff;
    width: 15px;
    height: 15px;
}

.form-box .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before{
    background-color: #48403d;
    border: 0px;
}

.forget-link, .register-link, .login-link{
    color: #24334A;
    font-weight: bold;
}

.forget-link:hover, .register-link:hover, .login-link:hover{
    color: #292525;
}

.form-box button[type="submit"]{
    border: none;
   /* cursor: pointer;*/
    width: 100%;
    height: 40px;
    border-right: 5px;
    background-color: #72bf44;
    box-shadow: 0px 2px 6px #235f31;
    color: #fff;
    font-weight: bold;
    transition: 0.5s;

    text-transform: uppercase;
}

.form-box button[type="submit"]:hover{
    box-shadow: 0px 9px 10px -2px rgba(0,0,0,0.55);
    -webkit-box-shadow: 0px 9px 10px -2px rgba(0,0,0,0.55);
    -moz-box-shadow: 0px 9px 10px -2px rgba(0,0,0,0.55);
}

.form-box .btn-social{
    color: #fff;
    border: 0px;
    display: inline-block;
    margin: 0px;
    margin-right: 10px;
    font-weight: bold;
    margin-bottom: 10px;
}

.form-box .btn-facebook{
    background: #4866a8;
}

.form-box .btn-google{
    background: #da3f34;
}

.form-box .btn-twitter{
    background: #33ccff;
}

.form-box .btn-facebook:hover{
    background: #3d5785;
    color: #fff;
}

.form-box .btn-google:hover{
    background: #bf3b31;
    color: #fff;
}

.form-box .btn-twitter:hover{
    background: #2eb7e5;
    color: #fff;
}



.brand-text {
    align-items: baseline;
    font-weight: 300;
    font-family: 'Optician Sans', monospace;
    font-size: 26px;
    text-transform: uppercase;
}

.brand-text strong {
    font-weight: 400;
    font-size: 50px;
}
