﻿* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:focus {
    box-shadow: none;
    outline: none;
}
body {
    color: #333333;
    font-family: 'Muli', sans-serif;
    margin: 0px;
    overflow: hidden;
    background: #312F53 url(../../Images/Background.jpg) 100% 100%;
    font-size:14px;
}
ul, ol {
    list-style:none;
    margin:0;
    padding:0;
}
.bg-themeLight {
    background: #F5F6FA;
}
.bg-theme {
    background-color: #323054;
}
.text-theme {
    color:#323054 !important;
}
.text-pink, .pinkColor {
color:#BF3DDA !important;
}

.redColor {
color:#ff0000;
}
.greenColor, .text-green {
    color:#2BA809;
}
.orangeColor {
    color:#FF6D00;
}
.loginSec {
    max-width: 460px;
    margin: auto;
}
.tagline {
    font-size: 18px;
}
.loginContainer {
    margin-top: 10%;
}
.text-underline {
    text-decoration: underline;
}
.f13 {
    font-size:13px;
}
.f14 {
    font-size:14px;
}
.f15 {
    font-size:15px;
}
.f16 {
    font-size:16px;
}
.f17 {
    font-size:17px;
}
.f18 {
    font-size:18px;
}
.label-theme {
    background-color: #68dff0;
}
.bg-themeLight {
    background: #F5F6FA;
}
.bg-grayLight{
    background: #F9F9FB;
}
.bg-theme, .darkBluebg {
    background-color: #323054;
}
.bg-gray{
    background-color:#5B5B64;
}
.bg-pink, .pinkBg {
    background-color: #BF3DDA;
}
.bg-orange, .orangeBg{
    background-color:#FF6D00;
}
.bg-red, .redBg{
    background-color:#ff0000;
}
.bg-success, .bg-green, .greenBg {
    background-color: #2BA809;
}
.greenBg2 {
    background-color: #3b7806;
}
.btn-success {
    background-color: #2BA809;
    color: #fff;
    background-color: #2BA809;
    border-color: #2BA809;
}
.text-theme {
    color:#323054;
}
.cursor-pointer {
    cursor:pointer;
}
.underline {
    text-decoration:underline;
}
.text-black {
color:#000000;
}
.text-pink, .pinkColor {
color:#BF3DDA !important;
}
.redColor {
color:#ff0000 !important;
}
.greenColor, .text-green {
    color:#2BA809 !important;
}
.orangeColor {
    color:#FF6D00 !important;
}
.Flyremit-logo {
    position: relative;
    top: -60px;
    margin-bottom: -40px;
}
.LoginTab .nav-tabs .nav-link.active {
    border: none;
    border-top: 5px solid;
    box-shadow: 2px -3px 5px #eaeaea;
}
.LoginTab .nav-tabs .nav-link {
     border: none;
    border-top: 5px solid transparent;
}
.LoginTab .tab-content {

}
.LoginTab .InnerShadow {
     box-shadow: 2px -3px 5px #eaeaea;
}
.imageRadiux {
    border-radius:50px;
}

.LoginTab input.form-control {
    border-bottom:2px solid #F5F6FA !important;
    background:#F5F6FA;
}
.LoginTab input.form-control:hover {
    border-bottom:2px solid #323054 !important;
     background:#F5F6FA;
    outline: none;
    box-shadow: none;
}
.LoginTab input.form-control:focus {
    border-bottom:2px solid #BF3DDA !important;
     background:#F5F6FA;
    outline: none;
    box-shadow: none;
}
.LoginTab select.form-control {
    border-bottom:2px solid #F5F6FA !important;
    background:#F5F6FA;
}
.LoginTab select.form-control:hover {
    border-bottom:2px solid #323054 !important;
     background:#F5F6FA;
    outline: none;
    box-shadow: none;
}
.LoginTab select.form-control:focus {
    border-bottom:2px solid #BF3DDA !important;
     background:#F5F6FA;
    outline: none;
    box-shadow: none;
}
.login-screen a {
    text-decoration: none;
    color: #000;
}
.login-screen input[type=button] {
    background: #2BA808;
    width: 100%;
    padding: 8px;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    margin-bottom: 10px;
    cursor: pointer;
}
.login-screen label {
    font-size: 14px;
}
.ErrorCss {
color:#ff0000;
position:absolute;
}

.imageRight {
    position: absolute;
    right: -74px;
    top: 13px;
    z-index: 1;
    width: 82px;
}
.imageBottom {
    position: absolute;
    bottom: -45px;
    z-index: 1;
    left: 25px;
    width: 58%;
    height: 48px;
}
.imageLeft {
    position: absolute;
    left: -74px;
    top: 13px;
    z-index: 1;
    width: 82px;
}

.InnerContent {
    font-size: 16px;
}
.footerMenu {
    font-size: 14px;
}
.inputIcon .form-control {
    padding-left: 40px;
}
.inputIcon .form-control:focus + .svgIcon {

}
.svgIcon {
    position: absolute;
    top: 7px;
    z-index: 0;
    left: 5px;
    pointer-events: none;
}
.inputIcon .form-control:focus + .svgIcon .activeColor{
  fill:#BF3DDA;  
}
  
@media (max-width: 1280px) {

}

@media (max-width: 1200px) {
   
}

@media (max-width: 991px) {
   
}
@media (max-height: 768px) {
    /*.loginContainer {
    margin-top: 50px;
}*/

   
}
@media (max-width: 767px) {
  
}
@media (max-width: 320px){

}

@media screen and (min-width:768px) {
    .image-overlay {
        -moz-animation: animatedBackground 40s linear infinite;
        -o-animation: animatedBackground 40s linear infinite;
        -webkit-animation: animatedBackground 40s linear infinite;
        animation: animatedBackground 40s linear infinite;
    }
}

   @-webkit-keyframes animatedBackground {
       from {
           background-position: 0 0;
       }

       to {
           background-position: 1400px 0;
       }
   }

   @-moz-keyframes animatedBackground {
       from {
           background-position: 0 0;
       }

       to {
           background-position: 1400px 0;
       }
   }

   @-o-keyframes animatedBackground {
       from {
           background-position: 0 0;
       }

       to {
           background-position: 1400px 0;
       }
   }

   @keyframes animatedBackground {
       from {
           background-position: 0 0;
       }

       to {
           background-position: 1400px 0;
       }
   }
   #logindata.disabledContent {
    position: relative;
    z-index: -1;
}
   .otpBtn{
           max-width: 200px;
    margin: auto;
    display: block;
   }
    label.checkBox {
        position: relative;
        cursor:pointer;
    }
    .checkBox input {
        visibility:hidden;
    }
    .checkBox > input + span .fa {        
        color: #afaaaa;
        font-size: 17px;
        margin-right: 5px;
        vertical-align: text-bottom;
        width: 14px;
    }
    .checkBox > input:checked + span .fa {
        color:#2BA809;
    }
    .checkBox > input:checked + span .fa:before{
        content: "\f046";
    }   

    .otpPopupOverlay {
    position: fixed;
    /*background: rgba(0,0,0,0.3);*/
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}
   
        .otpPopupOverlay::after {
  content: "";
  background: #312F53 url(../../Images/Background.jpg) 100% 100%;
  opacity: 0.5;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;   

    }
        .otpPopupOverlay .otpContent {
           position: absolute;
            top: 0;
            bottom: 0;
            right: 0;
            left: 0;
            margin: 0 auto;
            margin-top: calc(10% + 95px);
            z-index: 1;
            height: 200px;
            width: 300px;
                text-align: center;
                z-index:2;
        }
        .numberInput {
        /*width: 40px;*/
        height: 45px;
        background: #312F53;
        border: 2px solid #ffffff;
        border-radius: 5px;
        color: #ffffff;
        text-align: center;
            margin: 0 2px;
    }
        span.OtpError {
    position: absolute;
    margin-left: 9px;
    font-size: 28px;
}


    .thankUmsg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ffffff;
    border-radius: 5px;
    text-align: center;    
}

   .thankUmsg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ffffff;
    border-radius: 5px;
    text-align: center;    
}
   #thankUSuccMsg{
       display:none;
   }
  .thankUmsg .iconTq {
    padding: 16.5px 13px;
}
    .thankUmsg .iconTq .fa{
           font-size: 25px;
    vertical-align: middle;
   }

    .blurDiv{
            -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);  

    }