
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700");
/*Theme Colors*/
/*bootstrap Color*/
/*Light colors*/
/*Normal Color*/
/*Extra Variable*/
/*Preloader*/
@import url(../scss/icons/font-awesome/css/font-awesome.min.css);
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700");
@import url(../css/spinners.css);
@import url(../css/animate.css);
.preloader {
  width: 100%;
  height: 100%;
  top: 0px;
  position: fixed;
  z-index: 99999;
  background: #fff; }
  .preloader .cssload-speeding-wheel {
    position: absolute;
    top: calc(50% - 3.5px);
    left: calc(50% - 3.5px); }

/*
Template Name: Material Pro Admin
Author: Themedesigner
Email: niravjoshi87@gmail.com
File: scss
*/
/**
 * Table Of Content
 *
 * 	1. Globals
 *	2. Headers
 *	3. Navigations
 *	4. Banners
 *	5. Footers
 *	6. Posts
 *	7. Widgets
 *	8. Custom Templates
 */
/******************* 
Global Styles 
*******************/
* {
  outline: none; }

html, body {
  background: #fff;
  font-family: "Poppins", sans-serif;
  margin: 0;
  overflow-x: hidden;
  color: #67757c;
  font-weight: 300; 
  height: 100%;
}
.whitesec{
  color: black;
}

a:hover, a:focus {
  text-decoration: none; }

a.link {
  color: #455a64; }
  a.link:hover, a.link:focus {
    color: #009efb; }

.img-responsive {
  width: 100%;
  height: auto;
  display: inline-block; }

.img-rounded {
  border-radius: 4px; }


/*******************
Headings
*******************/
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-weight: 400; }

h1 {
  line-height: 40px;
  font-size: 36px; }

h2 {
  line-height: 36px;
  font-size: 24px; }

h3 {
  line-height: 30px;
  font-size: 21px; }

h4 {
  line-height: 22px;
  font-size: 18px; }

h5 {
  line-height: 18px;
  font-size: 16px;
  font-weight: 400; }

h6 {
  line-height: 16px;
  font-size: 14px;
  font-weight: 400; }

.display-5 {
  font-size: 3rem; }

.display-6 {
  font-size: 36px; }

.box {
  border-radius: 4px;
  padding: 10px; }



.no-wrap td, .no-wrap th {
  white-space: nowrap; }

  .card0 {
    box-shadow: 0px 4px 8px 0px #757575;
    border-radius: 0px
}
/*
.container-fluid > div {
  margin-left: -15px;
  margin-right: -15px;
}
*/
.card2 {
    margin: 0px 40px
}

.logo {
    width: 200px;
    height: 100px;
    margin-top: 20px;
    margin-left: 35px
}

.image {
    width: 360px;
    height: 280px
}

.border-line {
    border-right: 1px solid #EEEEEE
}

.facebook {
    background-color: #3b5998;
    color: #fff;
    font-size: 18px;
    padding-top: 5px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    cursor: pointer
}

.twitter {
    background-color: #1DA1F2;
    color: #fff;
    font-size: 18px;
    padding-top: 5px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    cursor: pointer
}

.linkedin {
    background-color: #2867B2;
    color: #fff;
    font-size: 18px;
    padding-top: 5px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    cursor: pointer
}

.line {
    height: 1px;
    width: 45%;
    background-color: #E0E0E0;
    margin-top: 10px
}

.or {
    width: 10%;
    font-weight: bold
}

.text-sm {
    font-size: 14px !important
}

::placeholder {
    color: #BDBDBD;
    opacity: 1;
    font-weight: 300
}

:-ms-input-placeholder {
    color: #BDBDBD;
    font-weight: 300
}

::-ms-input-placeholder {
    color: #BDBDBD;
    font-weight: 300
}

input,
textarea {
    padding: 10px 12px 10px 12px;
    border: 1px solid lightgrey;
    border-radius: 2px;
    margin-bottom: 5px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    color: #2C3E50;
    font-size: 14px;
    letter-spacing: 1px
}

input:focus,
textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #304FFE;
    outline-width: 0
}

button:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline-width: 0
}

a {
    color: inherit;
    cursor: pointer
}
/*******************
Buttons
******************/
.btn {
  padding: 7px 12px;
  font-size: 14px;
  cursor: pointer; }

.btn-clr {
    background-color: #F3C40B;
    color: #1B1B20;
    border-radius: 2px
}

.btn-clr:hover {
    background-color: #FFD94F;
    cursor: pointer
}

.bg-blue {
    color: #fff;
    background-color: #1A237E
}
.fill-height {
    min-height: 100%;
    height:auto !important; /* cross-browser */
    height: 100%; /* cross-browser */
}



.fill {
    min-height: 920px;
}


.rightsec{
  background-image: url(../../assets/images/background/bg-half.png);
  background-size: 100%;
}

.leftsecbg{
  background-image: url(../../assets/images/background/bgkiri.png);
  background-size:   contain;                      /* <------ */
  background-repeat:   no-repeat;
  background-position: center center; 
}
.card{
    background-color: transparent;
}
.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}
.pr-5{
    padding-right: 200px !important;
}
.ForgetPwd{
  color: #fff;
}
.infologin{
  color:#fff;
}

.leftheading{
  color: black;
}
.small{
  font-size: 10px;
}
.med{
  font-size: 13px;
}
.logomobile{
  display: none;
}
.logofootermobile{
  display: none;
}


@media (max-width: 768px) {
    .logo {
        margin-left: 0px
    }

    .center{
      text-align: center;

    }

    .image {
        width: 300px;
        height: 220px
    }

    .border-line {
        border-right: none
    }

    .card2 {
        border-top: 1px solid #EEEEEE !important;
        margin: 0px 15px
    }
    .userlogintext{
        color: black;
        text-align: center;
    }
    .infologin{
        color: white;
        text-align: center;
    }
    .rightsec{
        background-image: none;
    }
    .leftsec{
        display: none;
    }
    .ForgetPwd{
      color: black;
    }
    .logomobile{
      display: block;
    }
    .logofootermobile{
      display: block;
    }
    .rightsec{
      background-image: url(../../assets/images/background/bg-half.png);
      
      background-size: cover;                      /* <------ */
      background-repeat:  no-repeat;
      background-position: bottom;
    }
    .fill {
    min-height: 740px;
}
}
