.signinsignup-page {
  background:url(../images/loginregister-bg.jpg);
}
.signinsignup-main {
    background: #0c0c0ca6;
    height: 100vh;
    padding: 2.1rem 1.04rem;
    width: 100%;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    overflow: hidden;
}
.page-wrapper.full-page-wrapper {
    width: 100%;
    min-height: 100vh;
    padding-top: 0;
}
.page-wrapper {
    min-height: calc(100vh - 60px);
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    padding-left: 0;
    padding-right: 0;
}
.lgnrgstr-form {
    background-color: #000000c9;
    padding: 18px 35px;
}

.lgnrgstr-form .brand-logo {
    margin-bottom: 15px;
}
.lgnrgstr-form a.navbar-brand {
    width:190px;
    height: auto;
}
.lgnrgstr-form .navbar-brand img {
  max-width: 100%;
}
.lgnrgstr-form h2 {
    font-family: "Roboto", sans-serif;
    font-size: 26px;
    color: #ffffff;
    font-weight: 600;
}
.lgnrgstr-form p {
    padding: 0px 0px 5px 0px;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    color: #ffffff;
    font-weight: 300;
    line-height: 20px;
}
.lgnrgstr-form form .form-group {
    margin-bottom: 12px;
}
.form-control::-ms-expand, .lgnrgstr-form select::-ms-expand {
    background-color: transparent;
    border: 0;
  }
  .form-control:focus, .lgnrgstr-form select:focus {
    color: #fbcf37;
    background-color: #fff0;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  }
  .form-control::placeholder, .lgnrgstr-form select::placeholder {
    color: #c9c8c8;
    font-size: 16px;
    opacity: 1;
  }
  .form-control:disabled, .lgnrgstr-form select:disabled, .form-control[readonly], .lgnrgstr-form select[readonly] {
    background-color: #e9ecef;
    opacity: 1;
  }
  select.form-control:focus::-ms-value, .lgnrgstr-form select:focus::-ms-value {
    color: #495057;
    background-color: #ffffff;
  }
.form-control, .lgnrgstr-form select, .form-control:focus, .lgnrgstr-form select:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: 0;
}
.form-control, .lgnrgstr-form select {
    display: block;
    width: 100%;
    height: 48px;
    padding: 10px 20px;
    font-size: 15px;
    font-weight: 400;
    font-style: initial;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #f3f3f3;
    border-radius: 2px;
    line-height: 2.5;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.lgnrgstr-inputform .form-check {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 0px;
    padding-left: 1.25rem;
}

.lgnrgstr-inputform .form-check .form-check-label {
    min-height: 18px;
    display: block;
    margin-left: 1.5rem;
    font-size: 15px;
    line-height: 1.8;
    cursor: pointer;
}
.form-check .form-check-label input {
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 0;
    margin-top: 0;
    z-index: 1;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}
.form-check .form-check-label input[type="checkbox"] + .input-helper:before {
    content: "";
    width: 18px;
    height: 18px;
    border-radius: 2px;
    border: solid #4d83ff;
    border-width: 2px;
    -webkit-transition: all;
    -moz-transition: all;
    -ms-transition: all;
    -o-transition: all;
    transition: all;
    transition-duration: 0s;
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms;
}
.form-check .form-check-label input[type="checkbox"] + .input-helper:before, .form-check .form-check-label input[type="checkbox"] + .input-helper:after {
    position: absolute;
    top: 0;
    left: 0;
}
.form-check .form-check-label input[type="checkbox"] + .input-helper:before {
    content: "";
    width: 18px;
    height: 18px;
    border-radius: 2px;
    border: solid #4d83ff;
    border-width: 2px;
    -webkit-transition: all;
    -moz-transition: all;
    -ms-transition: all;
    -o-transition: all;
    transition: all;
    transition-duration: 0s;
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms;
}
.form-check .form-check-label input[type="checkbox"] + .input-helper:after {
    -webkit-transition: all;
    -moz-transition: all;
    -ms-transition: all;
    -o-transition: all;
    transition: all;
    transition-duration: 0s;
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms;
    font-family: "Font Awesome 5 Free";
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    content: "\f00c";
    font-size: .9375rem;
    font-weight: bold;
    color: #ffffff;
}
.form-check .form-check-label input[type="checkbox"] + .input-helper:before {
    content: "";
    width: 28px;
    height: 28px;
    border-radius: 2px;
    border: solid #ffa344;
    border-width: 2px;
    -webkit-transition: all;
    -moz-transition: all;
    -ms-transition: all;
    -o-transition: all;
    transition: all;
    transition-duration: 0s;
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms;
}
.form-check .form-check-label input[type="checkbox"]:checked + .input-helper:after {
    width: 28px;
    opacity: 1;
    margin: 0px 0px 0px 4px;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.form-check .form-check-label input[type="checkbox"] + .input-helper:after {
    -webkit-transition: all;
    -moz-transition: all;
    -ms-transition: all;
    -o-transition: all;
    transition: all;
    transition-duration: 0s;
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms;
    font-family: "Font Awesome 5 Free";
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    content: "\f00c";
    font-size: .9375rem;
    font-weight: bold;
    color: #ffffff;
}
.form-check .form-check-label input[type="checkbox"]:checked + .input-helper:before {
    background: #ffa344;
    border-width: 0;
}
.lgnrgstr-form form .lgnrgstr-btn {
    height: 48px;
    background-color: #ffa344;
    border-color: #ef871c;
    font-size: 16px;
    color: #fff;
    line-height: 2.2;
    box-shadow: none !important;
}
.form-control {
  height: 50px;
  color: #b7b7b7;
  border: 1px solid #d3d3d3 !important;
  box-shadow: 0px 0px 2px 2px #e1e1e138 inset !important;
}
.btn.btn-lg, .btn-group-lg > .btn {
    font-size: 0.875rem;
}
select::-webkit-input-placeholder{
    color: #ff0a0a;
  }
  
  select option {
    color: #ffb751 !important;
     }
  select option:first-child{
    color: #000 !important;
  }

  .social-media i {
    width: 40px;
    height: 40px;
    display: inline-block;
    font-size: 20px;
    color: #f1f2f2;
    line-height: 42px;
    text-align: center;
    border-radius: 100px;
}

.social-media i.fa-facebook-f {
    background: #4267b2;
}

.social-media i.fa-twitter {
    background: #55acee;
}

.social-media i.fa-linkedin-in {
    background: #0e76a8;
}

.social-media i.fa-google-plus {
    background: #f44336;
}
.loader-inline {
    position: relative;
}
.loader {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fefdfd87;
    text-align: center;
}
.loader img{
    width: 280px;
    margin-top: -70px;
}
.forgot-pass {
  color: #f8b815;
}


/* .......................input-2-Start ....................... */
.input-group {
  width: 100%;
  position: relative;
  background-color: #22212180;
  background-color: #111010b5;
  border: 1px solid transparent;
  border-radius: 3px;
  margin-bottom: 15px;
}

.input-panel {
  color: #fff;
  line-height: 1.2;
  font-size: 16px;
  display: block;
  width: 100%;
  background: transparent;
  height: 50px;
  padding: 0 20px 0 38px;
  box-sizing: border-box;
  border: none;
}
.focus-inputpanel {
  position: absolute;
  display: block;
  width: calc(100%);
  height: calc(100%);
  top: 0px;
  left: 0px;
  pointer-events: none;
  border: 1px solid #827ffe;
  border-radius: 3px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: scaleX(1.1) scaleY(1.1);
  -moz-transform: scaleX(1.1) scaleY(1.1);
  -ms-transform: scaleX(1.1) scaleY(1.1);
  -o-transform: scaleX(1.1) scaleY(1.1);
  transform: scaleX(1.1) scaleY(1.1);
}

.input-panel:focus + .focus-inputpanel {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

textarea:focus, input:focus, input:focus-visible {
  border-color: transparent !important;
  outline: none !important;
}
.text-muted {
  color: #aeb6bc!important;
}
/* .......................input-2-End ....................... */

