/*Login*/
section.login_sec.signin_sec {
    background: #f1f3f6;
    padding-top: 50px;
    position: relative;
}
section.login_sec.signin_sec .login_form {
    margin-top: 0;
}
.login_form {
    padding-bottom: 20px;
}
.login_form {
    background: #fff;
    padding: 35px 40px;
    width: 95%;
    border-radius: 30px 30px 0 0;
    margin-top: 45px;
}
.login_form h2 {
    font-size: 22px;
    font-weight: 600;
    margin: 0;
    color: #000;
    text-align: center;
    padding-bottom: 30px;
}
section.login_sec.signin_sec .login_form .otherlog {
    padding-bottom: 15px;
}
.otherlog a {
display: block;
    text-align: left;
    padding: 10px;
    background: #f8f8f8;
    margin: 10px 0;
    border-radius: 50px;
    position: relative;
    font-size: 15px;
    color: #343535;
    font-weight: 500;
    text-decoration: none;
    padding-left: 70px;
}
.otherlog a.googlebtn::before {
    background: url("../img/google-icon.png")no-repeat center;
    background-size: 30px;
}
.otherlog a::before {
    content: "";
    width: 35px;
    height: 35px;
    position: absolute;
    left: 15px;
    background: url("../img/fb-icon.png")no-repeat center;
    top: 5px;
    background-size: 30px;
}
.otherlog > i {
    display: block;
    text-align: center;
    font-size: 20px;
    color: #333333;
    font-style: normal;
}
.login_form form .form-group {
    position: relative;
}
.login_form form .form-group span {
    position: absolute;
    width: 55px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    display: inline-block;
}
.login_form form .form-group span i {
    line-height: 50px;
    color: #000000;
    font-size: 16px;
}
.login_form form .form-group input.form-control {
    background: #f8f8f8;
    border: 0;
    box-shadow: none;
    height: 50px;
    border-radius: 50px;
    padding-left: 50px;
}
.termscheck label {
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    color: #505050;
    font-weight: 500;
    font-size: 15px;
    vertical-align: middle;
}
.termscheck label input {
    margin: 0;
    vertical-align: middle;
    margin-right: 10px;
}
.formbtn {
    width: 70%;
    margin: 12px 0 0px;
    font-weight: 500;
    padding: 10px 20px;
    background: #1199ce;
    font-size: 15px;
    letter-spacing: 0.5px;
    border: 0;
    border-radius: 50px;
    color: #fff;
}
.login_form p {
    margin: 0;
    padding-top: 15px;
    text-align: center;
    font-weight: 500;
    font-size: 15px;
    color: #000000;
}
.login_form p a {
    font-weight: 600;
    font-style: italic;
    color: #fc8955;
    text-decoration: underline;
}

/*User Profile*/
.login_form.userprfile_form label {
    font-size: 14px;
    color: #000;
    font-weight: 500;
  
}

.login_form.userprfile_form h3 {
    font-size: 15px;
    text-align: center;
    padding: 10px 0;
    background: #f1f3f6;
    color: #000;
    line-height: 18px;
    margin: 20px 0;
}

.login_form.userprfile_form .row {
    margin-left: 0;
    margin-right: 0;
}

.login_form.userprfile_form .formbtn {
    width: auto;
}

.login_form h2 a {
    display: inline-block;
    float: right;
    font-size: 14px;
    font-weight: 500;
    border-bottom: 2px solid;
}
.login_form.userprfile_form .form-control {
    font-size: 14px;
    font-weight: 400;
}