@font-face {
    font-family: 'OpenSans-Regular';
    src: url(../fonts/OpenSans-Regular.ttf);
}

@font-face {
    font-family: 'OpenSans-Light';
    src: url(../fonts/OpenSans-Light.ttf);
}

@font-face {
    font-family: 'OpenSans-Bold';
    src: url(../fonts/OpenSans-Bold.ttf);
}

@font-face {
    font-family: 'OpenSans-semibold';
    src: url(../fonts/OpenSans-Semibold.ttf);
}

@font-face {
    font-family: 'OpenSans-italic';
    src: url(../fonts/OpenSans-Italic.ttf);
}

html,
body {
    position: relative;
    height: 100%;
    overflow: hidden;
}

body {
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
    overflow: hidden;
    font-family: 'OpenSans-Regular';
}

.outer-wrapper,
.outer-wrapper>.container-fluid,
.outer-wrapper>.container-fluid>.row {
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
}

.outer-wrapper>.container-fluid>.row>div {
    height: 100%;
    padding: 0;
}

.right-section {
    /* background: rgb(122, 188, 255); */
    /* Old browsers */
    /*   background: -moz-linear-gradient(left, rgba(122, 188, 255, 1) 0%, rgba(96, 171, 248, 1) 44%, rgba(64, 150, 238, 1) 100%);
     background: -webkit-linear-gradient(left, rgba(122, 188, 255, 1) 0%, rgba(96, 171, 248, 1) 44%, rgba(64, 150, 238, 1) 100%);
     background: linear-gradient(to right, rgba(122, 188, 255, 1) 0%, rgba(96, 171, 248, 1) 44%, rgba(64, 150, 238, 1) 100%);
     filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#7abcff', endColorstr='#4096ee', GradientType=1);*/
    background-color: #2A78C9;
    font-family: 'OpenSans-Bold';
    height: 100%;
    color: #fff;
    position: relative;
}

.login-wrapper {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 3.5em;
    width: 100%;
}

.right-section>.login-wrapper>h3 {
    text-transform: uppercase;
    font-size: 20px;
}

.right-section>.login-wrapper>h5 {
    font-family: 'OpenSans-semibold';
    margin-bottom: 60px;
    margin-top: 20px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
}

.full-width {
    width: 100%;
}

.form-group-cs {
    position: relative;
    margin-bottom: 40px;
    font-family: 'OpenSans-semibold';
}

.form-control-placeholder-cs {
    position: absolute;
    top: 0;
    left: 0;
    padding: 14px 0 0 0px;
    transition: all 200ms;
    opacity: 0.9;
        -webkit-transform: translate3d(0, -75%, 0);
    transform: translate3d(0, -75%, 0);
    font-family: 'OpenSans-semibold';
}

.form-control-cs:focus + .form-control-placeholder-cs,
.form-control-cs:valid + .form-control-placeholder-cs {
    font-family: 'OpenSans-semibold';
}

.form-control-cs {
    background-color: transparent;
    height: 45px;
    line-height: 45px;
    font-family: 'OpenSans-Regular';
    border: 0;
    outline: 0;
    box-shadow: none;
    -ms-box-shadow: none;
    -webkit-box-shadow: none;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    color: white;
    width: 100%;
    margin-bottom: 0;
    letter-spacing: 1px;
    border-color: rgba(255, 255, 255, 0.7);
}

input:active,
input:focus {
    box-shadow: none;
    -ms-box-shadow: none;
    -webkit-box-shadow: none;
}

label {
    font-family: 'OpenSans-Regular';
}

.icon {
    position: absolute;
    right: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 90%;
    top: 0;
    height: 25px;
    width: 25px;
    margin-top: 12px;
    opacity: 0.5;
}

.icon1 {
    background-image: url(../img/icons/id-card.svg);
    height: 28px;
    width: 28px;
}

.icon2 {
    background-image: url(../img/icons/key.svg);
}

.btn-default-cs,
.btn-default-cs:hover,
.btn-default-cs:active {
    height: 45px;
    line-height: 45px;
    padding: 0;
    font-family: 'OpenSans-semibold' !important;
    border-radius: 30px;
    border: 0;
    color: #fff;
    border: 1px solid #fff;
    background-color: transparent;
}

.btn-default-cs:hover {
    background-color: white;
    color: #2A78C9;
}

.invalid {
    position: absolute;
    bottom: -24px;
    font-size: 13px;
    font-family: 'OpenSans-italic';
    text-transform: lowercase;
    color: #FF8080;
}

.wrapper>div {
    display: inline-block;
    vertical-align: middle;
    width: 49%;
    font-family: 'OpenSans-Light';
    height: 45px;
    line-height: 45px;
    margin-top: 20px;
}

.left-section {
    position: relative;
    height: 100%;
    width: 100%;
    overflow-y: scroll;
}

.left-section>.instruction-wrapper {
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    padding: 0;
    position: absolute;
}

.instruction-wrapper>.instruction-inner-wrapper>h4 {
    margin-bottom: 30px;
    color: #2a78c9;
    font-family: 'OpenSans-Bold';
    margin-top: 40px;
    font-size: 20px;
}

.instruction-wrapper>.instruction-inner-wrapper>h3 {
    margin-bottom: 20px;
    font-family: 'OpenSans-Bold';
    text-transform: capitalize;
}

ol>li {
    font-size: 14px;
    font-family: 'OpenSans-Regular';
    margin-top: 10px;
    list-style: none;
}

ol>li>b {
    float: left;
    margin-left: -50px;
}

ol {
    padding-left: 65px;
}

.main-logo {
    width: 80%;
    margin-bottom: 40px;
}

.instruction-inner-wrapper {
    width: 90%;
    margin: 0 auto;
    padding: 0;
}

.right-section {
    height: 100%;
    position: relative;
}

.right-section:before {
    position: absolute;
    top: -2.5%;
    right: -90px;
    background-color: #2a78c9;
    height: 105%;
    width: 150px;
    border-radius: 50%;
    content: " ";
    display: none;
}

.fix-icon>p>img {
    width: 100%;
    padding: 1em;
}

.fix-icon {
    height: 55px;
    width: 55px;
    border-radius: 50%;
    position: fixed;
    right: 50px;
    bottom: 50px;
    background-color: #2a78c9;
    cursor: pointer;
}

.fix-icon:active {
    transform: scale(0.9);
}

.fix-text {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #000;
    font-family: 'OpenSans-Italic';
    padding-right: 40px;
    font-size: 12px;
}

.fix-icon>.con-number {
    position: absolute;
    right: 84%;
    top: 12px;
    padding-left: 15px;
    padding-right: 15px;
    width: 0;
    text-align: center;
    height: 35px;
    display: none;
    line-height: 36px;
    color: white;
    background-color: #2a78c9;
    z-index: -1;
    border-radius: 30px 0 0 30px;
    font-size: 13px;
    cursor: pointer;
}

.fix-icon:hover>.con-number {
    width: 315px;
    display: block;
    cursor: pointer;
}

ul {
    margin-top: 15px;
}

.active-icon {
    opacity: 1;
}

.pointer {
    cursor: pointer;
}

.small-screen-error {
    display: none;
}

@media (min-width: 1281px) {
    //CSS
}


/* 
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/

@media (min-width: 1025px) and (max-width: 1280px) {
    //CSS
}


/* 
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) {
    //CSS
}


/* 
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    //CSS
}


/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/

@media (min-width: 481px) and (max-width: 767px) {
    body:before {
        
    }
    .small-screen-error {
        display: block;
        color: white;
        position: fixed;
        background-color: rgba(0, 0, 0, 0.8);
        top: 0;
        left: 0;
        color: white;
        content: " ";
        height: 100%;
        width: 100%;
        z-index: 9999;
        text-align: center;
        padding-top: 120px;
        font-family: 'Opensans-Regular'
    }
    .small-screen-error>img{
        width: 40px;
        margin-bottom: 24px;
    }
    
}


/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 320px) and (max-width: 480px) {
    .main-logo {
        width: 110%;
        margin-left: -4%;
        margin-bottom: 30px;
    }
    body {
        overflow-y: scroll;
    }
    .left-section {
        overflow-y: hidden;
        height: auto;
    }
    .left-section>.instruction-wrapper {
        position: static;
        transform: none;
    }
    .fix-text,
    .fix-icon {
        display: none;
    }
    .fix-text{
        display: block;
        position: static;
        padding: 0;
        height: 60px;
        background-color: #307cca;
        line-height: 1.8;
        color: white;
        text-align: center;
        padding: 0 1em;
        font-size: 15px;
        margin-top: 30px;
    }
}




label.error {
    MARGIN-TOP: 11PX;
    DISPLAY: BLOCK;
    POSITION: ABSOLUTE;
    BOTTOM: -20px;
    FONT-WEIGHT: 100;
    font-size: 12px;
}