body {
    font-family: 'Open Sans', sans-serif;
    color: #535353;
    margin: 0;
}

body,
html {
    height: 100%
}

.img-fluid {
    max-width: 100% !important;
    height: auto
}

.form-control:focus {
    box-shadow: none
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', sans-serif
}

.login-page {
    position: relative;
    text-align: center;
    padding: 0;
    display: table;
    width: 100%;
    height: 100%
}

.login-page .login-inner-form {
    color: #ccc;
    position: relative;
    padding: 0 20px
}

.login-page .bg-color-16 {
    justify-content: center;
    align-items: center;
    background: #fff
}

.login-page .form-section {
    margin: 0 auto;
    width: 100%
}

.login-page .form-box {
    width: 100%;
    text-align: center
}

.login-page .login-inner-form .form-group {
    margin-bottom: 25px
}

.login-page .login-inner-form .form-box {
    float: left;
    width: 100%;
    position: relative
}

.login-page .login-inner-form .input-text {
    font-size: 14px;
    outline: 0;
    color: #616161;
    border-radius: 3px;
    font-weight: 500;
    border: 1px solid transparent;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2)
}

.login-page .login-inner-form img {
    margin-bottom: 0;
    height: 20px
}

.login-page .login-inner-form .form-box input {
    width: inherit;
    padding: 15px;
    border-radius: 50px;
    box-sizing: border-box;
    outline: 0 !important
}

.login-page .login-inner-form .form-box i {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 19px;
    color: #616161;
    background-color: #fff;
    height: 33px;
    width: 50px;
    border-radius: 0 50px 50px 0;
    padding-top: 15px;
    overflow: hidden
}

.login-page .login-inner-form label {
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 5px
}

.login-page .login-inner-form .forgot {
    margin: 0;
    line-height: 45px;
    color: #535353;
    font-size: 15px;
    float: right
}

.ios-googleplay-icon a {
    width: 50%;
    display: block;
    padding: 0 10px
}

.left-col-item h1 {
    color: #fff;
    font-size: 2em;
    line-height: 140%;
    text-transform: capitalize;
    margin: 30px 0
}
.login-page .info h4 {
    color: white;
    margin: 0;
    font-size: 1.5em;
}
.login-page .bg-img {
    border-radius: 10px 0 0 10px;
    background-color: #25455d
}

.login-page .login-box {
    background: #fff;
    max-width: 950px;
    margin: 0 auto;
    box-shadow: 0 0 35px rgba(0, 0, 0, .1);
    border-radius: 10px
}

.login-page .info {
    height: 530px
}

.info-center {
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%
}

.login-page .login-inner-form .btn-md {
    cursor: pointer;
    padding: 10px 30px 9px 30px;
    height: 45px;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    border-radius: 50px;
    color: #d6d6d6
}

.login-page .login-inner-form input[type=checkbox],
input[type=radio] {
    margin-right: 3px
}

.login-page .login-inner-form p {
    margin: 0;
    color: #616161
}

.login-page .login-inner-form p a {
    color: #616161
}

.login-page .login-inner-form button:focus {
    outline: 0;
    outline: 0 auto -webkit-focus-ring-color
}

.btn-theme:focus,
.login-page .login-inner-form .btn-theme.focus {
    box-shadow: none
}

.login-page .login-inner-form .btn-theme {
    background: #ea4335;
    border: none;
    color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2)
}

.login-page .login-inner-form .btn-theme:hover {
    background: #ea1945
}

.login-page .logo {
    text-align: center;
    margin: 0
}

.login-page .nav-pills li {
    display: inline-block
}

.login-page .login-inner-form .checkbox {
    margin-bottom: 25px;
    font-size: 14px
}

.login-page .login-inner-form .form-check {
    float: left;
    margin-bottom: 0
}

.login-page .login-inner-form .form-check a {
    color: #d6d6d6;
    float: right
}

.login-page .login-inner-form .form-check-input {
    position: absolute;
    margin-left: 0
}

.login-page .login-inner-form .form-check label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 18px;
    height: 18px;
    top: 2px;
    margin-left: -25px;
    border: none;
    border-radius: 3px;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2)
}

.login-page .login-inner-form .form-check-label {
    padding-left: 25px;
    margin-bottom: 0;
    font-size: 14px;
    color: #616161
}

.login-page .login-inner-form .checkbox-theme input[type=checkbox]:checked+label::before {
    color: #fff;
    background: #ff214f
}

.login-page .login-inner-form input[type=checkbox]:checked+label:before {
    font-weight: 300;
    color: #f3f3f3;
    line-height: 17px;
    font-size: 14px;
    content: "\2713"
}

.login-page .login-inner-form input[type=checkbox],
input[type=radio] {
    margin-top: 4px
}

.login-page .login-inner-form .checkbox a {
    font-size: 14px;
    color: #616161;
    float: right;
    margin-left: 3px;
    text-decoration: none
}

.login-page .login-inner-form .checkbox a:hover,
.login-page .login-inner-form .checkbox label:hover {
    color: #ea4335
}

.login-page .text {
    display: none
}

.login-page .form-section {
    text-align: center
}

.login-page .form-section h3 {
    font-size: 35px;
    margin-bottom: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    color: #505050;
    text-transform: uppercase
}

.login-page .login-inner-form p {
    margin: 12px 0 0;
    color: #616161
}

.login-page .form-section .text {
    font-size: 14px;
    margin-top: 25px;
    margin-bottom: 0;
    color: #616161
}

.login-page .form-section .text a {
    color: #616161
}

img {
    max-width: 100%
}

.ios-googleplay-icon {
    display: flex;
    align-items: center;
    padding: 0 20px
}

@media (max-width:992px) {
    .login-page .form-section h3 {
        margin: 0 0 20px
    }

    .login-page .text {
        display: block
    }
}

@media (max-width:768px) {
    .login-page .login-box {
        width: 100%
    }

    .col-lg-6 {
        -ms-flex: 0 0 100% !important;
        flex: 100% !important;
        max-width: 100% !important
    }

    .login-page .col-lg-6 {
        padding: 30px;
        border-radius: 0
    }

    .container,
    .ios-googleplay-icon,
    .login-page {
        padding: 0 !important
    }

    .login-page .info {
        height: 100%
    }

    .login-page {
        min-height: inherit !important
    }

    .left-col-item h1 {
        font-size: 1.5em;
        margin: 30px 0
    }

    .login-page .form-section h3 {
        margin: 0 0 10px;
        font-size: 25px
    }
}

@media (max-width:575px) {
    .login-page .col-lg-6 {
        padding: 20px 10px;
        height: 44%
    }

    .container,
    .row {
        display: block !important;
        height: 100%
    }
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    display: table-cell;
    vertical-align: middle
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
}

.col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

label {
    display: inline-block
}

[role=button],
a,
area,
button,
input:not([type=range]),
label,
select,
summary,
textarea {
    touch-action: manipulation
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

button,
input {
    overflow: visible
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

.form-check {
    position: relative;
    display: block;
    margin-bottom: .5rem
}

.btn-block {
    display: block;
    width: 100%
}

.clearfix {
    clear: both
}

.clearfix:after,
.clearfix:before {
    content: '';
    display: table;
    clear: both
}

.col-xs-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 950px;
    margin: 5px auto 20px;
}
.login-page .logo a {
    display: block;
    outline: none;
    text-decoration: none;
}
.bg-style-login {
    background-image: url('../images/login-bg.jpg');
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    border: 0;
    left: 0;
    right: 0;
    background-size: contain;
    background-position: 100%;
    z-index: -1;
    opacity: 0.08;
}