 

* { margin:0; padding:0; outline:0; box-sizing:border-box;}
:focus { outline: none; }
.nobdr { border:none !important; }

.nobg { background:none !important; }

.nobdr_top { border-top:none !important; }

.nomargin { margin:0px !important; }

.nomargin-top{margin-top:0 !important;}

.nomargin-left { margin-left:0px !important; }

.nomargin-right { margin-right:0px !important; }

.nopadding { padding:0px !important; }

.alignbottom { vertical-align:text-top;}

img {height: auto;  border:0;}

ul { list-style-type:none; padding:0; margin:0;}

ul li { list-style:none; padding:0; margin:0; }

a { text-decoration:none; outline:none; }

a:hover{text-decoration: none !important;}

aside, details, figcaption, figure, ins, summary, small, mark, title, video, footer, header, hgroup, nav, section, article 

{ display: block; }



.clear { padding:0; margin:0; clear:both; }

h1, h2, h3, h4, h5, h6 { padding:0; margin:0;}

html, body { width: 100%; padding: 0; margin: 0;/*font-family: 'Poppins', sans-serif;*/ height: 100%;}

.cf:before,.cf:after {content: " "; display: table;}

.cf:after {clear: both;}

.cf {zoom: 1;}





.container{width: 1180px; margin: 0 auto}

/***  Login Pop Up CSS Start  ***/

.modal-open {
    overflow: inherit !important;
    padding-right: 0px !important;
    background: rgb(0 0 0 / 60%);
}

.modal-open .modal {
    display: flex !important;
}
.card-login {
      padding: 18px;
      max-width: 30rem;
      background: transparent;
      border: none;
}

.card-header {
       color: #fff;
       background: transparent !important;
       border-bottom: none !important;
       width: 100%;
}

.input-group-prepend span{
     width: 34px;
     background-color: transparent; 
    color: #d2d2d2;
    border: 0 !important;
    padding: 0px 12px;
}
.input-group-prepend span i {
  font-size: 12px;
}

input:focus{
      outline: 0 0 0 0  !important;
      box-shadow: 0 0 0 0 !important;
}

.login_btn{
      width: 100%;
    border-radius: 60px;
    height: 40px;
    font: 14px/20px 'Open Sans', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    background: #1765b3;
    border: 1px solid #1765b3;
    color: #fff;
}

.login_btn:hover{
    color: #fff;
    border: 1px solid #1765b3;
    -webkit-transition: 0.5s;
    background: #1765b3;
}
.card-header.mx-auto .logo_title {
    color: #32a223;
    display: inline-block;
    width: 100%;
    font: 16px/20px 'Open Sans', sans-serif;;
    font-weight: 700;
    margin: 0px auto 10px !important;
    letter-spacing: -0.01em;
}
.submit-button-login {
    float: left;
    width: 100%;
    margin: 0px 0px 20px;
}
.btn-outline-danger {
       color: #fff;
       font-size: 18px;
       background-color: #1765b3;
       background-image: none;
       border-color: #1765b3;
       border-radius:60px;
       height: 60px;
       font: 16px/18px 'Open Sans', sans-serif;;
    font-weight: 400;
    text-transform: uppercase;
}

.form-control {
       display: block;
       width: 100%;
       background-color: transparent;
       background-clip: padding-box;
       border-radius: 0;
       transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
       border: none !important;
       height: 40px;
       font: 14px/20px 'Open Sans', sans-serif;;
       letter-spacing: -0.02em;
       font-weight: 400;
       padding: 0px 0px;
       border-radius: 10px;
}
.input-group.form-group {
    border: 1px solid #ced4da;
     background: #fff;
    height: 40px;
    border-radius: 10px;
     margin-bottom: 12px;
     overflow: hidden;
}


}

.input-group-text {
       display: -ms-flexbox;
       display: flex;
      -ms-flex-align: center;
       align-items: center;
       padding: 0.375rem 0.75rem;
       margin-bottom: 0;
       font-size: 1.5rem;
       font-weight: 700;
       line-height: 1.6;
       color: #495057;
       text-align: center;
       white-space: nowrap;
       background-color: #e9ecef;
       border: 1px solid #ced4da;
       border-radius: 0;
}


.input-group input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #d2d2d2;
  opacity: 1 !important;
}
.input-group input::-moz-placeholder { /* Firefox 19+ */
   color: #d2d2d2;
  opacity: 1 !important;
}
.input-group input:-ms-input-placeholder { /* IE 10+ */
   color: #d2d2d2;
  opacity: 1 !important;
}
.input-group input:-moz-placeholder { /* Firefox 18- */
   color: #d2d2d2;
  opacity: 1 !important;
}


.login .modal-dialog {
    margin: 0rem auto;
    display: flex;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    justify-content: center;
}
.login .modal-content{
    background-color: rgba(212,212,213, 0.8);;
    border-radius: 33px;
    border: none;
}
.login .card{
    background-color: transparent;
    border: none;
    padding: 0px;
}
.login .modal-header{
    border-bottom: none;
    padding: 0px 0px;
    display: block;
}
.login .modal-header .close {
    padding: 0px;
    margin: -15px -15px 0px;
    background: #1765b3;
    opacity: 1;
    color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 3px solid #FFF;
    font-weight: 400;
    line-height: 0px;
    font-size: 35px;
    position: relative;
    top: 5px;
    right: 5px;
}
.login .modal-header .close:focus {
    outline: none;
    outline: none;
}
.login .modal-header .close span{
    font-weight: 400;
    line-height: 0px;
    font-size: 35px;
    display: inline-block;
    height: 7px;
}
.login .modal-footer {
    border-top: none;
}
.login .card-body {
    padding: 0px 20px 0px;
}
.helpdesk,
.other-links span{
    display: inline-block;
    font: 14px/18px 'Open Sans', sans-serif;
    font-weight: 400;
    color: #1765b3;
    width: 100%;
}
.login .modal-footer {
    border-top: none;
    justify-content: center;
    color: #32a223;
     font: 14px/28px 'Open Sans', sans-serif;;
    font-weight: 400;
}
.other-links span>a {
    color: #1765b3 !important;
}

.other-links span > a:hover {
    color: #007bff !important;
}

.card-header {
  padding-top: 0px;
}

.modal-dialog {
  max-width: 360px;
}
 
 .form-control-select {
    width: 1%;
    border: 0px;
   
    flex: 1 1 auto;
    border-radius: 10px;
    font-size: 14px;
}
.modal-body {
padding: 0rem;
}
/***  Login Pop Up CSS End  ***/