* {
    margin: 0px;
    padding: 0px;
    list-style: none;

}
img {
    max-width: 100%;
}

a {
    text-decoration: none;
    outline: none;
    color: #444;
}

a:hover {
    color: #444;
}

ul {
    margin-bottom: 0;
    padding-left: 0;
}

a:hover,
a:focus,
input,
textarea {
    text-decoration: none;
    outline: none;
}
.center{
    text-align: center;
}
.left{
    text-align: left;
}
.right{
    text-align: right;
}
.cp {
    cursor: pointer
}
html,body{
    height: 100%;
}
p {
    margin-bottom: 0px;
    width: 100%;
}
.no-padding {
    padding: 0px;
}

.no-margin {
    margin: 0px;

}
.hid{
    display: none;
}
.top-mar{
    margin-top: 15px;
}
.h-100{
    height: 100%;;
}

.container-fluid{
    padding: 0px;
}
h1,h2,h3,h4,h5,h6{
    font-family: $font-regular;
}
strong{
	font-family: 'Ubuntu', sans-serif;
}
.row{display:flex;}
.mx-auto{margin:auto;}
body{
    background-color:#fafafa !important;
    font-family: 'Ubuntu', sans-serif;
   color: #6A6A6A;
   overflow-x: hidden;

}



.bg-login{
    background-image: url(../img/bg-balloon.jpg);
    min-height: 100%;
    background-size: 100%;
}
.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}
.justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}
.w-100{width:100%;}
.login-card{
    background-color: #fff;
    float: none;
    margin: auto;
    box-shadow: 0 1px 15px rgba(0,0,0,.04), 0 1px 6px rgba(0,0,0,.04);
    
}
.detail-part{
    background-image: url(../img/login-balloon.jpg);
	background-color:#1a2960;
    padding: 30px;
    background-size: 100%; background-position:center bottom; background-repeat:no-repeat;
}
.detail-part h1{
    color: #fff;
	font-weight: 700;
}
.detail-part p{
    color: #fff;
    margin-top:0px;
	    font-size: 30px;
		line-height: 34px;

}
.logn-part{
    padding: 30px;
}
.login-card .logn-part .logo-cover {font-size: 18px;}
.login-card .logn-part .logo-cover h3{ margin:0; font-size: 30px;
    margin-bottom: 10px;} 
.logo-cover img{
    margin-bottom: 30px;
}
.form-cover h6{
     margin-top:5px;
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 18px;
}
.form-cover input{
    margin-bottom: 30px;
    border-radius: 0px;
    background-color: #cccccc38;
}
.form-footer .forget-paswd{
    text-align: left;
}
.button-div{
    text-align: right;
}
.form-footer{
    margin-bottom: 50px;
}
.button-div .btn{ border-radius:7px;
   background: rgba(8, 155, 171, 1);
    background: -moz-linear-gradient(left, rgba(8, 155, 171, 1) 0%, rgba(13, 181, 200, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(8, 155, 171, 1)), color-stop(100%, rgba(13, 181, 200, 1)));
    background: -webkit-linear-gradient(left, rgba(8, 155, 171, 1) 0%, rgba(13, 181, 200, 1) 100%);
    background: -o-linear-gradient(left, rgba(8, 155, 171, 1) 0%, rgba(13, 181, 200, 1) 100%);
    background: -ms-linear-gradient(left, rgba(8, 155, 171, 1) 0%, rgba(13, 181, 200, 1) 100%);
    background: linear-gradient(to right, rgba(8, 155, 171, 1) 0%, rgba(13, 181, 200, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#089bab', endColorstr='#0db5c8', GradientType=1);
    border-color: #089bab;
  
}
.button-div .btn:hover{
   background: rgba(13, 181, 200, 1);
    background: -moz-linear-gradient(left, rgba(13, 181, 200, 1) 0%, rgba(8, 155, 171, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(13, 181, 200, 1)), color-stop(100%, rgba(8, 155, 171, 1)));
    background: -webkit-linear-gradient(left, rgba(13, 181, 200, 1) 0%, rgba(8, 155, 171, 1) 100%);
    background: -o-linear-gradient(left, rgba(13, 181, 200, 1) 0%, rgba(8, 155, 171, 1) 100%);
    background: -ms-linear-gradient(left, rgba(13, 181, 200, 1) 0%, rgba(8, 155, 171, 1) 100%);
    background: linear-gradient(to right, rgba(13, 181, 200, 1) 0%, rgba(8, 155, 171, 1) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0db5c8', endColorstr='#089bab', GradientType=1);
    border-color: #0db5c8;
}
.button-div .btn:active{
    background-color: #922c88 !important;
    border-color: #922c88 !important;
}
.button-div .btn:focus{
    background-color: #922c88 !important;
    border-color: #922c88 !important;
}
.form-group {
    margin-bottom: 10px;
}
.form-group .form-control{
    height: 45px;
    line-height: 45px;
    background: transparent;
    border: 1px solid #babdbc;
    font-size: 14px;
    color: #747474;     padding: 6px 12px 6px 30px;
    border-radius: 10px; margin-bottom:10px;
}
.form-group .form-control::-moz-placeholder {
  color: #000 !important;
  opacity: 1;
}
.form-group .form-control::-ms-input-placeholder {
  color: #000 !important;
}
.form-group .form-control::-webkit-input-placeholder {
  color: #000 !important;
}

@media (max-width: 1300px){

.form-group .form-control::-moz-placeholder {
  color: #000000 !important;
  opacity: 1;
}
.form-group .form-control::-ms-input-placeholder {
  color: #000000 !important;
}
.form-group .form-control::-webkit-input-placeholder {
  color: #000000 !important;
}	
	
}
.form-group .form-control-feedback{position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: block;
    width: 34px;
    font-size: 15px;
    height: 34px;
    line-height: 46px;
    text-align: center;
    pointer-events: none;color: #089bab}

.mb-10{margin-bottom:10px;}
.forgotPassword a{ color:#089eae;}
.forgotPassword a:hover{ color:#089eae; text-decoration:underline;}
.registerLink{margin-top:8px;}
.registerLink a{ color:#089eae; font-size:14px;}
.captchaInput{width: 200px;
    display: inline-block;}
	.mt-2{margin-top:10px;}
	
.desktopArea{display:block;}
.phoneArea{display:none;}	

@media screen and (max-width: 1100px){
    .bg-login{
        background-image: url(../img/bg-mobile.jpg);
    }
}