﻿* {
    margin: 0;
    padding: 0;
}


body, html {
    background: #F3F4F3;
    /*height:100%;*/
}

@font-face {
    font-family: SourceSansPro-Light;
    src: url(../font/SourceSansPro-Light.ttf);
}
@font-face {

    font-family: 'SourceSansPro-Regular';
    src: url('../font/SourceSansPro-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'SourceSansPro-Bold';
    src: url('../font/SourceSansPro-Bold.ttf') format('truetype');
}

.main-login-body {
    flex-direction:row;
    display:flex;
    height:96vh;
}

.top-line-design, .theme-top-bar, .theme-bottom-bar {
    background-image: url('../../App_Themes/HRMForce/Images/login-new-images/blue-top-bar.svg');
    background-color: #185189;
    height: 20px;
    /*background-color: #4c8ec6;*/
    background-size: cover;
    width: 100%;
    position: relative;
    z-index: 1;
    background-position: 24px;

}

.theme-top-bar {
    background-image: url('../../App_Themes/HRMForce/Images/login-new-images/theme-top-bar.svg');
}

.theme-bottom-bar {
    background-image: url('../../App_Themes/HRMForce/Images/login-new-images/theme-top-bar.svg');
    position: fixed;
    bottom:-1px;
}

.left-panel {
    background: #4c8ec6;
    width: 27%;
    padding:55px 65px 0 65px;
    /*justify-content: center;
    flex-direction: column;*/
    box-sizing: border-box;
    position:relative;
}

.right-panel {
    /*background: #808080;*/
    display:flex;
    width: 72%;
    flex-direction: column;
    justify-content: center;
}

.right-panel-width {
    width:100%;
}

.message-box {
    padding: 20px 35px 20px 70px;
    height: 154px;
    margin-bottom: 25px;
    background: #fff;
    position: relative;
    box-sizing: border-box;
    box-shadow: -2px 0px 5px 6px rgba(0,0,0,0.08);
    -webkit-box-shadow: -2px 0px 5px 6px rgba(0,0,0,0.08);
    -moz-box-shadow: -2px 0px 5px 6px rgba(0,0,0,0.08);
}




.msg-box-logo {
    position: absolute;
    top: -21px;
    left: -35px;
}

    .msg-box-logo img {
        width: 62%;
        -webkit-filter: drop-shadow(-5px 1px 4px #3f76a5);
        -moz-filter: drop-shadow(-5px 1px 4px #3f76a5);
        -ms-filter: drop-shadow(-5px 1px 4px #3f76a5);
        filter: drop-shadow(-5px 1px 4px #3f76a5);
    }

.msg-box-text span, .msg-box-text a {
    display:block;
}

    .msg-box-text span:nth-child(1) {
        color: #4c8ec6;
        margin-bottom: 15px;
        font-size: 18px;
        line-height: 16px;
    }

    .msg-box-text span:nth-child(2) {
        color: #4d4641;
        font-size: 14px;
        margin-bottom: 15px;
        line-height: 17px;
    }

.msg-box-text a {
    color: #4c8ec6;
    font-size: 12px;
}

.eye-img {
    position: absolute;
    bottom: 0;
    width: 58%;
    right: -42%;
}

    .eye-img img {
        width: 54%;
        -webkit-filter: drop-shadow(-5px 1px 4px #3f76a5);
        -moz-filter: drop-shadow(-5px 1px 4px #3f76a5);
        -ms-filter: drop-shadow(-5px 1px 4px #3f76a5);
        filter: drop-shadow(-5px 1px 4px #3f76a5);
    }

.login-wrap {
    margin: auto;
    width: 56%;
    position: relative;
    /*background: #4d4641;*/
}

.login-wrap-width {
    width:36%;
}

.main-logo {
    height:60px;
    margin-bottom:10px;
    background-repeat: no-repeat;
    background-size: contain;
}

/*.main-logo img {
    width: 35%;
}*/

.form-wrapper {
    -webkit-box-shadow: 0 0px 4px #4591ce;
    box-shadow: 0 0px 4px #4591ce;
}

.main-login-l {
    height: 348px;
    width: 35%;
    /*background-image: url(../../App_Themes/HRMForce/Images/login-new-images/login-form-image.png);*/
    background-size: auto 100%;
    background-repeat: no-repeat;
}

.main-login-l img {
    width:100%;
    height:100%;
}

.main-login-r {
    width: 65%;
    padding: 0 77px 0 27px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.main-login-r table{
    width:100%;
}

    .login-lbl {
        font-family: SourceSansPro-Light;
        color: #0e468c;
        font-size: 18px !important;
        margin-bottom: 5px;
    }

.login-form {
    height: 27px;
    border: 1px solid #4591ce;
    margin-bottom: 12px;
    padding: 0 15px;
    box-sizing: border-box;
    background:#fff;
}

.form-txtbox-wrap {
    position:relative;
}

input:autofill, input:autofill:hover, input:autofill:focus {
    color: rgb(99,100,102);
}

.asterics {
    display: block;
    position: absolute;
    right: -17px;
    top: 43px;
    color:red;
}

.asterics-error {
    color: red;
}


.hand-img {
    position: absolute;
    bottom: 6px;
    right: 4px;
}

.flags {
    position: absolute ;
    margin-top: 22px;
    /*background-image: url(../../App_Themes/HRMForce/Images/login-new-images/countries.png);
    height: 239px;
    background-repeat: no-repeat;
    background-size: contain;*/
    top: 44px;
    right: -56px;
    width: 30px;
    cursor:pointer;
}

    .flags img {
        width: 25px;
        height: 25px;
        margin-bottom: 7px;
        border: 1px solid #e8e6e6;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }

.flags-2 {
    right:-105px;
}

.hand-img img {
    height: 117px;
}

.forgot-pw {
    font-family: SourceSansPro-Light;
    padding-left: 40%;
    position: relative;
    top: 57px;
}


.forgot-pw a, span {
    color: #0e468c;
    font-size: 16px;
}

.forgot-pw a {
    display:block;
    margin-bottom:10px;
}

.btn-primary {
    font-family: SourceSansPro-Light;
    text-transform:uppercase;
    float: left;
    background: #d95d15;
    border-color: #d95d15;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
    border-radius: 3px;
    border-width: 0px;
    font-size: 20px;
    height: 30px;
    width: auto;
    padding: 0 23px;
    line-height: 25px;
    font-weight: lighter;
    transition: 0.3s;
}

/*    .btn-primary:hover {
        background:#9d3a00;
    }*/

.errorButton {
    display:none;
}

.login-error-text {
    color: Red;
}

/* Password Recovery */

.p-r-main-body {
    flex-direction: column;
    display: flex;
    height:80vh;
    justify-content: center;
}

.p-r-main-wrapper {

    margin: auto;
    color: #777;
}

.p-r-logo {
    text-align:center;
    margin-bottom:15px;
    height:80px;
    background-size:85%;
    background-repeat:no-repeat;
}

.p-r-logo img {
    height:80px;
}

.p-r-form-wrapper {
    padding: 20px;
    box-sizing: border-box;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13);
}

.frgt-pw-lbl {
    font-size: 17px;
    font-family: 'SourceSansPro-Bold';
    color: #3e4245;
    margin-bottom: 10px;
}


.enter-username-lbl
{
    display:block;
    width:280px !important;
    color: #777;
    font-size: 16px;
    font-weight: normal;
    height: auto;
    vertical-align: middle;
    width: auto;
    font-family: 'SourceSansPro-Regular';
}

.r-p-main-label {
    margin-bottom:3px;
    display:inline-block;
    color: #777;
    font-family: SourceSansPro-Regular;
}

.p-r-text-box {
    margin: 2px 6px 0px 0;
    border: 1px solid #ddd;
    background-color: #fff;
    color: #333;
    -webkit-transition: .05s border-color ease-in-out;
    transition: .05s border-color ease-in-out;
    outline: 0;
    background-color: #fbfbfb;
    font-weight: normal;
    height: 37px;
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
}

.r-p-btn {
    font-family: 'SourceSansPro-Regular';
    font-size: 14px;
    line-height: 20px;
    padding:7px;
    position: relative;
    color: #7fb5e0;
    background-color: #fff;
    border: 2px solid #7fb5e0;
    cursor: pointer;
}

.r-p-btn:hover {
    background-color: #7fb5e0;
    color: #ffffff;
}

.r-p-back {
    font-family: 'SourceSansPro-Regular';
    padding:35px 0;
}

.r-p-back a {
    color: #2ea2cc;
}

.r-p-back a:hover {
    color: #197a9d;
}

.form-lbl-wrap {
    position:relative;
}
/* Password Recovery */
/* Password Verification */

.ver-footer  {
    position: fixed;
    bottom: 19px;
    margin: 0;
    float: none !important;
    width:100%
}

.ver-footer span {
    color:#fff;
 }

footer p {
    text-align: center !important;
    font-size: 12px;
    display: block;
    color: #ffffff;
    line-height: 50px !important;
    margin: 0 !important;
}


/* Password Verification End */

/* Login Master */

.main-footer-pwdby-txt {
    background: #4c8ec6;
    font-family: 'SourceSansPro-Regular';
}

/* Login Master End */

/* Recruitee Page */

.rec-content {
    width: 900px;
    margin: auto;
    position: relative;
    top:70px;
}

.rec-des-head {
    font-size: 18px;
    margin-bottom: 15px;
    display: inline-block;
    color: #343434;
}

.rec-des-description {
    font-size: 15px;
    color: #343434;
}


.rec-main-bg {
    background-color: white;
    border: 1px solid transparent;
    border-radius: 4px;
    padding: 30px;
    position: relative;
    z-index: 3;
    text-decoration: none;
    overflow: hidden;
    width: 100%;
    display: block;
    outline: none;
    box-shadow: 0 3px 8px 0 rgb(0 0 0 / 3%);
    transition: border .15s linear, transform .15s linear, background-color .15s linear, box-shadow .15s linear, opacity .15s linear;
}

.rec-header {
    background: #185189;
    height: 130px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 40px;
    box-sizing: border-box;
    font-weight: 400;
}

.rec-header span {
    color: #fff;
    font-size:37px;
}


.rec-head-flags-banner {
    background:#d6e4ee;
    text-align: right;
    padding: 12px 12px 12px 0;
}

.rec-banner-flags img {
    width: 20px;
    height: 17px;
    display: inline-block;
    border-radius: 5px;
    margin-right: 6px;
    cursor:pointer;
}

.rec-main-paper {
    padding: 60px 60px 40px 58px;
    box-sizing: border-box;
    background: #fff;
    margin-bottom: 15px;
    border: 1px solid #e7e5e5;
    /*    -webkit-border-bottom-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;*/
}

    .rec-main-paper img {
        max-width: 100%;
        border: 1px solid #e7e5e5;
    }

    .rec-main-paper a {
        color: #0e468c;
        font-size: 18px;
    }

    .rec-step-header {
        background: #046eb8;
        padding: 7px 60px;
        box-sizing: border-box;
        color: #fff;
        /*    -webkit-border-top-left-radius:8px;
    -webkit-border-top-right-radius:8px;
    -moz-border-radius-topleft:8px;
    -moz-border-radius-topright:8px;
    border-top-left-radius:8px;
    border-top-right-radius:8px;*/
    }

.rec-number {
    border-radius: 50%;
    background: #ffffff;
    display: inline-block;
    color: #046eb8;
    font-weight: 600;
    font-size: 18px;
    padding: 5px 0;
    width: 36px;
    height: 36px;
    box-sizing: border-box;
    text-align: center;
    margin-right: 14px;
    font-weight:600;
}

.rec-head-step, .rec-head-step {
    font-family: SourceSansPro-Regular, Segoe UI;
    font-size: 22px;
    color: #fff;
    font-weight:700;
}

.rec-head-step-blue {
    color: #0e468c;
}

.rec-expand-collapse.card-header {
    background:#185189;
    border:0;

}

.rec-expand-collapse span, .rec-expand-collapse-sub span {
    font-family: SourceSansPro-Regular, Segoe UI;
    color: #fff;
    font-size: 22px;
    font-weight:700;
}
.rec-expand-collapse-sub.card-header {
    border: 0px;
    border-bottom: 2px solid #046eb8;
    background: none;
}
.rec-expand-collapse-sub span {
    color: #046eb8;
}

.card.sub-card {
    border: 0px;
}


/*.card-header .title {
    font-size: 17px;
}*/
.card-header .accicon {
    float: right;
    font-size: 20px;
    width: 1.2em;
}

.card-header {
    cursor: pointer;
    border-bottom: none;
}

.card {
    border: 1px solid #ddd;
    margin-bottom: 15px;
}

.card-body {
    border-top: 1px solid #ddd;
}

.card-header:not(.collapsed) .rotate-icon {
    transform: rotate(180deg);
}


/* Recruitee Page End*/
.test-image {
    width: 100%;
}

.test-image svg {
    width: 100%;
}


/* Global Styles */
.asterisk, .astrick-error {
    color: red;
}

.pull-left {
    float: left;
}

.pull-right {
    float:right;
}

.clear-fix {
    clear:both;
}


.align-btm {
    position: fixed;
    bottom: -1px !important;
}

.text-right {
    text-align:right;
}

.d-flex {
    display: flex;
}

.d-inline-block {
    display:inline-block;
}

.m-0 {

    margin:0 !important;
}

.mt-25 {
    margin-top:25px;
}

.mb-20 {
    margin-bottom:20px;
}

.mr-15 {
    margin-right:15px !important;
}

/* Global Styles End */



/* Responsive */
@media (max-width:1199px) {
    .left-panel {
        width:34%;
    }

    right-panel {
        width: 66%;
    }

    .login-wrap {
        width:75%;
    }
}


@media (max-width:992px) {

    .rec-content {
        width:100%;
    }

    .main-login-body {
        display: block;
    }

    .left-panel {
        display:none;
    }

    .right-panel {
        width:100%;
    }
}


@media (max-width:767px) {

}

@media (max-width:576px) {

    .main-logo {
        margin:20px 0;
    }

    .main-login-l {
        display: none;
    }

    .main-login-r {
        width:100%;
        padding:0;
    }

    .flags {
        display:none;
    }

    .hand-img {
        display:none;
    }

    .form-wrapper {
        box-shadow:none;
    }

    .form-wrapper table {
        width:100%;
    }

    .login-form {
        height: 40px;
        color: rgb(99,100,102);
    }

    .btn-primary {
        height:40px;
    }

    .forgot-pw {
        padding-left:0;
    }

 }

/* Responsive End */