html,
body {
    height: 100%;
    background: #F8F9FD;
    font-weight: 400;
}


	  
.ftco-section {
    padding: 7em 0; }

.ftco-no-pt {
    padding-top: 0; }

.ftco-no-pb {
    padding-bottom: 0; }

.heading-section {
    font-size: 28px;
    color: #000; 
}

.img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }

.login-wrap {
    position: relative;
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24); }
.login-wrap h3 {
    font-weight: 300; }
.login-wrap .icon {
    width: 120px;
    height: 120px;
    /*background: #1089ff;*/
    border-radius: 50%;
    font-size: 30px;
    margin: 0 auto;
    margin-bottom: 10px; }
.login-wrap .icon span {
    color: #fff; }

.form-control {
    height: 52px;
    background: #fff;
    color: #000;
    font-size: 16px;
    border-radius: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid rgba(0, 0, 0, 0.1); }
.form-control:focus, .form-control:active {
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #1089ff; }

textarea.form-control {
    height: inherit !important; }


.btn {
    cursor: pointer;
    border-radius: 40px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    font-size: 15px; }
.btn:hover, .btn:active, .btn:focus {
    outline: none; }
.btn.btn-primary {
    background: #1089ff !important;
    border: 1px solid #1089ff !important;
    color: #fff !important; }
.btn.btn-primary:hover {
    border: 1px solid #1089ff;
    background: transparent;
    color: #1089ff; }
.btn.btn-primary.btn-outline-primary {
    border: 1px solid #1089ff;
    background: transparent;
    color: #1089ff; }
.btn.btn-primary.btn-outline-primary:hover {
    border: 1px solid transparent;
    background: #1089ff;
    color: #fff; }

.form-signin {
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}
.form-signin .checkbox {
    font-weight: 400;
}
.form-signin .form-control {
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 10px;
    font-size: 16px;
}
.form-signin .form-control:focus {
    z-index: 2;
}
.form-signin input[type="text"] {
    margin-bottom: 14px;
}
.form-signin input[type="password"] {
    margin-bottom: 18px;
}
.skip_login_btn{
    display: block;
    color:#1089ff;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 500;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    margin-top:10px;
}
.forgot_pass_link{
    display: block;
    margin-bottom: 10px;
    cursor: pointer;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
    margin-top:10px;
}
.forgot_pass_link:hover{
    text-decoration: underline;
}
