body {
font-family: 'Montserrat', sans-serif;
font-weight:300;
font-size:14px;
}
strong{
font-weight:600;
}

.bg-login{
background-image: url(../images/bg-balloon.jpg);
min-height: 100%;
background-size: 100%;
padding: 20px;
}

.link-text {
background:none;
border:none;
font-size:1em;
font-weight:300;
padding:0;
margin:0;
display:inline-block;
color:#007bff;
text-decoration: none;
text-align:left;
}
.link-text:HOVER { text-decoration: underline;}


.login-card{
background-color: rgba(255,255,255,0.85);
float: none;
margin: auto;
box-shadow: 0 1px 15px rgba(0,0,0,.04), 0 1px 6px rgba(0,0,0,.04);
margin-top: 8%;
margin-bottom: 5%;

}
.detail-part{
background-image: url(../images/login-balloon.jpg);
padding: 30px;
background-size: 100%;
}
.detail-part h1{
color: #000;
text-transform:uppercase;
}
.detail-part p{
color: #000;
margin-top: 30px;
}
.logn-part{
padding: 30px;
}
.logo-cover {
font-size:3em;
text-transform:uppercase;

margin-bottom: 30px;
}
.form-cover h6{
margin-bottom: 30px;
}

.form-footer .forget-paswd{
text-align: left;
}
.button-div{
text-align: right;
}
.form-footer{
margin-bottom: 50px;
}

@media screen and (max-width: 1100px){
.bg-login{
    background-image: url(../images/bg-mobile.jpg);
}
}
