﻿@import url(https://fonts.googleapis.com/css?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,700&display=swap);

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #000;
}

a {
    color: #00A9FF;
}

input[type="password"]::-ms-reveal {
    display: none;
    visibility: hidden;
}

.linkform,
.linkform:hover,
label.custom-label,
.bar:before,
.bar:after,
.login-wraper .info-form-wrap .login-info-wrap .login-image-container,
.login-wraper .info-form-wrap .outer-card .btn-primary,
.login-wraper .info-form-wrap .outer-card .btn-primary:hover,
.login-wraper .info-form-wrap .outer-card .group .form-control,
.login-wraper .info-form-wrap .outer-card .group .form-control:focus {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.circleBgOuter {
    background: #fff;
    position: absolute;
    top: -140px;
    left: -52px;
    width: 280px;
    height: 250px;
    border-radius: 50%;
}

.circleBg {
    position: absolute;
    bottom: 50px;
    left: 70px;
    width: 175px;
}

    .circleBg img {
        width: 100%;
    }

.icon-box {
    position: absolute;
    color: #fff;
    margin-top: 5px;
}

.form-box-container {
    color: #fff !important;
}

    .form-box-container select {
        position: relative;
        padding: 4px 0 5px 15px !important;
        font-size: 13px;
    }

    .form-box-container input[type="text"],
    .form-box-container input[type="password"] {
        position: relative;
        padding: 4px 0 5px 20px !important;
        color: #fff !important;
        font-size: 13px;
    }

    .form-box-container i {
        font-size: 16px;
    }

a.btnForgotPwd,
a.btnForgotPwd:hover {
    margin-top: 8px;
    display: inline-block;
}

.text-inline {
    font-size: 12px;
}

.full-background img {
    width: 100%;
    height: 100vh;
}

header {
    padding: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.product-info {
    color: #fff;
    margin-top: 120px;
    transform: translateY(32%);
    -webkit-transform: translateY(32%);
    -moz-transform: translateY(32%);
    -o-transform: translateY(32%);
}

    .product-info h2 {
        padding: 0;
        margin: 0;
        font-size: 54px;
        font-weight: 700;
        line-height: 1.3em;
    }

        .product-info h2 span {
            font-weight: 300;
        }

    .product-info p {
        margin-top: 20px;
        font-size: 20px;
    }

.product-login {
    background: #05a8f3;
    padding: 20px;
    width: 365px;
    border-radius: 4px;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    overflow: hidden;
}

    .product-login h2 {
        padding: 0;
        font-size: 20px;
        margin: 55px 0 45px 0;
        float: right;
        color: #fff;
    }

    .product-login .btn-login {
        padding: 8px 35px;
        border-radius: 20px;
        outline: 0;
        color: #000;
        background: #fff;
        font-size: 16px;
        text-align: center;
        margin: 0 auto;
    }

    .product-login .forgot-pass a {
        color: #fff;
        font-size: 11px;
        margin-top: 9px;
        display: inline-block;
    }

    .product-login select {
        font-family: inherit;
        background-color: #fff;
        width: 100%;
        padding: 4px 0;
        color: #fff;
        border: none;
        border-bottom: 1px solid #fff;
    }

        .product-login select option {
            margin: 40px;
            background: #fff;
            color: gray;
            text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
        }

        .product-login select:focus {
            outline: 0;
        }

    .product-login .group {
        position: relative;
        margin-bottom: 20px;
    }

    .product-login input.custom-input {
        font-size: 13px;
        padding: 5px 5px 5px 0;
        display: block;
        width: 100%;
        border: none;
        background: #fff;
        border-bottom: 1px solid #fff;
    }

        .product-login input.custom-input:focus {
            outline: none;
        }

.checkbox > span {
    position: relative;
    top: -5px;
    margin-left: 5px;
    font-weight: 500;
}

.forgot-heading {
    padding: 0;
    margin: 0;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 30px;
}

.linkform {
    color: #00A9FF;
    font-weight: 500;
}

    .linkform:hover {
        color: #00A9FF;
        text-decoration: underline;
    }

label.custom-label {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    position: absolute;
    pointer-events: none;
    left: 0;
    top: 7px;
}

input:focus ~ label.custom-label {
    top: -18px;
    font-size: 14px;
    color: #fff;
}

input:valid ~ label.custom-label {
    top: -18px;
    font-size: 14px;
    color: #fff;
}

.error span {
    background: #fff;
    padding: 2px;
}

.pos-rel {
    position: relative;
}

.bar {
    position: relative;
    display: block;
    width: 100%;
}

    .bar:before,
    .bar:after {
        content: '';
        height: 2px;
        width: 0;
        bottom: 0;
        position: absolute;
        background: #327df9;
    }

    .bar:before {
        left: 50%;
    }

    .bar:after {
        right: 50%;
    }

input:focus ~ .bar:before,
input:focus ~ .bar:after {
    width: 50%;
}

.highlight {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: .5;
}

input:focus ~ .highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease;
}

@-webkit-keyframes inputHighlighter {
    from {
        background: #5264AE;
    }

    to {
        width: 0;
        background: #fff;
    }
}

@-moz-keyframes inputHighlighter {
    from {
        background: #5264AE;
    }

    to {
        width: 0;
        background: #fff;
    }
}

@keyframes inputHighlighter {
    from {
        background: #5264AE;
    }

    to {
        width: 0;
        background: #fff;
    }
}

.checkbox-custom,
.radio-custom {
    opacity: 0;
    position: absolute;
}

.checkbox-custom,
.checkbox-custom-label,
.radio-custom,
.radio-custom-label {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    cursor: pointer;
    font-weight: 100;
}

.checkbox-custom-label,
.radio-custom-label {
    position: relative;
}

.checkbox-custom + .checkbox-custom-label:before,
.radio-custom + .radio-custom-label:before {
    content: '';
    background: #fff;
    border: 1px solid #ddd;
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
}

.checkbox-custom:checked + .checkbox-custom-label:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    background: #fff;
    color: #656363;
    font-size: 11px;
    font-weight: 100;
    padding: 0 2px;
}

.radio-custom + .radio-custom-label:before {
    border-radius: 50%;
}

.radio-custom:checked + .radio-custom-label:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    color: #bbb;
}

.checkbox-custom:focus + .checkbox-custom-label,
.radio-custom:focus + .radio-custom-label {
    outline: 1px solid #ddd;
}

.checkbox {
    position: relative;
    display: block;
    min-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 400;
}

label.form-inline {
    margin: 0 !important;
}

@media screen and (max-width:767px) {
    .product-info {
        margin-top: 40px;
    }

        .product-info h2 {
            font-size: 7vw;
        }

        .product-info p {
            font-size: 13px;
        }

    .product-login {
        margin-top: 40px;
    }

    .hide-small {
        display: none;
    }
}

@media (min-width:320px) and (max-width:479px) {
    .login-wraper .info-form-wrap .outer-card {
        text-align: center;
    }

        .login-wraper .info-form-wrap .outer-card .pull-left,
        .login-wraper .info-form-wrap .outer-card .pull-right {
            text-align: center;
            width: 100%;
        }

    .hide-small {
        display: none;
    }
}

@media (min-width:200px) and (max-width:319px) {
    .login-wraper .info-form-wrap .outer-card {
        text-align: center;
    }

        .login-wraper .info-form-wrap .outer-card .pull-left,
        .login-wraper .info-form-wrap .outer-card .pull-right {
            text-align: center;
            width: 100%;
        }

    .hide-small {
        display: none;
    }
}

::-webkit-input-placeholder {
    color: #fff;
}

::-moz-placeholder {
    color: #fff;
}

:-ms-input-placeholder {
    color: #fff;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-transition-delay: 9999s;
    -webkit-transition: color 9999s ease-out, background-color 9999s ease-out;
}

input:-autofill,
input:-autofill:hover,
input:-autofill:focus,
input:-autofill:active {
    transition-delay: 9999s;
    transition: color 9999s ease-out, background-color 9999s ease-out;
}

.login-wraper {
    background-image: url(../images/bg-login.jpg);
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    height: calc(100vh - 0px);
    position: relative;
}

.login-header {
    padding: 15px;
}

    .login-header .company-logo {
        max-width: 195px;
    }

        .login-header .company-logo img {
            max-width: 100%;
        }

    .login-header .product-logo {
        max-width: 195px;
    }

        .login-header .product-logo img {
            max-width: 100%;
            height: 100%;
        }

.info-form-wrap {
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: calc(100vh - 0px);
}

.login-wraper .info-form-wrap .login-info-wrap {
    position: relative;
    margin: 60px;
}

    .login-wraper .info-form-wrap .login-info-wrap .login-image-container {
        position: absolute;
        animation: upDown 10s ease-in-out infinite;
    }

@keyframes upDown {
    0% {
        top: -50px;
        transition: all 0.5s linear;
        -webkit-transition: all 0.5s linear;
        -moz-transition: all 0.5s linear;
    }

    50% {
        top: 0;
        transition: all 10s linear;
        -webkit-transition: all 10s linear;
        -moz-transition: all 10s linear;
    }

    100% {
        top: -50px;
        transition: all 10s linear;
        -webkit-transition: all 10s linear;
        -moz-transition: all 10s linear;
    }
}

.login-wraper .info-form-wrap .login-info-wrap .login-info-container {
    padding: 15% 0%;
}

.login-wraper .info-form-wrap .login-info-wrap .login-first-letter {
    font-size: 8rem;
    font-weight: 700;
    color: #60ad72;
    display: inline-block;
    line-height: 0;
    vertical-align: middle;
}

.login-wraper .info-form-wrap .login-info-wrap h1 {
    display: inline-block;
    font-size: 5.5rem;
    font-weight: 700;
    color: #000;
    margin: 0;
    vertical-align: middle;
}

    .login-wraper .info-form-wrap .login-info-wrap h1.upper-text {
        margin-left: -5px;
    }

    .login-wraper .info-form-wrap .login-info-wrap h1.lower-text {
        margin-left: 2px;
    }

.login-wraper .info-form-wrap .login-info-wrap h4 {
    font-size: 3.7rem;
    font-weight: 600;
    margin-left: 4px;
    color: #000;
}

.login-wraper .info-form-wrap .outer-card {
    margin: 60px 15px;
    background: #fff;
    padding: 40px 30px;
    border-radius: 40px;
    border: 1px solid #ddd;
    box-shadow: 0 5px 10px rgba(30, 32, 37, 0.12);
}

    .login-wraper .info-form-wrap .outer-card .form-header {
        font-size: 26px;
        font-weight: 700;
        padding: 0 0 20px 0;
        margin: 0;
        text-transform: capitalize;
        text-align: left;
    }

    .login-wraper .info-form-wrap .outer-card .form-group {
        margin-bottom: 15px;
    }

    .login-wraper .info-form-wrap .outer-card .btn {
        font-size: 14px;
    }

    .login-wraper .info-form-wrap .outer-card .btn-primary {
        font-size: 14px;
        background: #00A9FF;
        border: none;
        height: 40px;
        border-radius: 30px;
        padding: 0 40px;
        outline: 0;
        font-weight: 500;
    }

        .login-wraper .info-form-wrap .outer-card .btn-primary:hover {
            background: #029ceb;
        }

    .login-wraper .info-form-wrap .outer-card input[type=checkbox],
    .login-wraper .info-form-wrap .outer-card input[type=radio] {
        margin-top: -3px;
        width: 17px;
        height: 17px;
        vertical-align: middle;
    }

    .login-wraper .info-form-wrap .outer-card > label {
        font-size: 14px;
        font-weight: 600;
        margin: 0 !important;
        padding: 0 !important;
        display: inline-block;
    }

    .login-wraper .info-form-wrap .outer-card .group {
        position: relative;
    }

        .login-wraper .info-form-wrap .outer-card .group .form-control {
            width: 100%;
            border: 1px solid #ddd;
            outline: 0;
            font-size: 14px;
            color: #333;
            padding: 15px 50px;
            background: #fff;
            z-index: 0;
            position: relative;
            border-radius: 22px;
            height: 45px;
            box-shadow: none;
        }

            .login-wraper .info-form-wrap .outer-card .group .form-control:focus {
                border-color: #aaa;
            }

        .login-wraper .info-form-wrap .outer-card .group .fa {
            position: absolute;
            top: 5px;
            color: #00A9FF;
            left: 5px;
            z-index: 1;
            width: 35px;
            line-height: 35px;
            background: #e5f6ff;
            text-align: center;
            border-radius: 50%;
            font-size: 18px;
        }

.login-wraper .info-form-wrap .back-login {
    padding: 15px 0 0 0;
}

    .login-wraper .info-form-wrap .back-login a {
        color: #333;
        font-weight: 600;
        font-size: 14px;
    }

.login-wraper .info-form-wrap #passDiv {
    display: none;
}

.mr-20 {
    margin-right: 20px;
}

.login-box {
    position: relative;
}

#RfvUsername {
    top: 42px;
    left: 30px;
    position: absolute;
    background: none;
    color: red;
}

#lblErrorLogin {
    color: red;
    font-size: 10px;
    background: none;
}

#cbRemember {
    vertical-align: initial;
}

.login-wraper .info-form-wrap .outer-card .group {
    position: relative;
}

    .login-wraper .info-form-wrap .outer-card .group .eye-pwd {
        position: absolute;
        top: 4px;
        color: #00A9FF;
        font-size: 16px;
        right: 10px;
        left: inherit;
        z-index: 2;
        width: 35px;
        line-height: 35px;
        text-align: center;
        background: none !important;
    }

.btn-eye .tooltip {
    font-size: 10px;
    white-space: nowrap;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #fff inset !important;
}

.justify-content-beetween {
    justify-content: space-between;
}

.justify-content-center {
    justify-content: center;
}

.align-item-center {
    align-items: center;
}

.flex-row {
    flex-direction: row;
}

.d-flex {
    display: flex;
}

.flex-row {
    flex-direction: row;
}

.flex-column {
    flex-direction: column;
}

.align-item-start {
    align-items: flex-start !important;
}

.copyright-wrapper {
    text-align: center;
    margin: 0;
    padding: 0;
    color: #666666;
    text-transform: initial;
    width: 100%;
}
