body{
     background: url("../img/bg2.jpg");
         background-size: cover;
}
.login-form{
    width: 445px;
    padding: 35px;
    background-size: cover;
    margin: 140px auto;
    background: rgba(230, 230, 230, 0.74);
    border-radius: 4px;
    overflow: hidden;
}

.btn-submit{
    width: 100%;
    text-transform: uppercase;
    padding: 10px;
    border-radius: 2px !important;
}

.login-form input{
    border-radius: 0px;
    border: none;
    box-shadow: none;
}

a.frgtpassword{
    text-align: right;
    float: right;
    color: #6f6f6f;
}

.login-form label{
    color: rgba(0, 0, 0, 0.64);
    font-weight: 100;
    text-transform: capitalize;
}

.btn{
    transition:all .3s ease-in;
}

.hd1{
    font-size: 16px;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 24px;
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #34cad8;
        color: #406E96
}

.login-form .form-group {
    margin-bottom: 20px;
}

.login-form .form-control {
    width: 100%;
    height: 34px;
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
    padding: 6px 12px;
    border-bottom: 1px solid rgba(54, 198, 211, 0.3);
    background-color: rgba(255, 255, 255, 0);
    /* border: 1px solid #c2cad8; */
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    box-shadow: none;
    border-radius: 0px;
    color: #757575;
}

.logo-img{
    float:right;
}