@charset "UTF-8";

*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

html, body {
    height: 100%;
}

body {
    background: #edf1f5;
    font-size: 14px;
    font-family: Helvetica, sans-serif !important;
    line-height: 1.5em;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    overflow-X: hidden !important;
}

.owerflow-hidden{
    overflow: hidden !important;
}

.preloader {
    background: rgba(0,0,0,.8);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    overflow: hidden;
    display: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 9999;
}

.preloader section.spinner{
    position: absolute;
    top: 46%;
    left: 46.5%;
}

.form-group{
    padding: 3px;
}

.form-material .form-control,
.form-material .form-control.focused {
    background-color: rgba(0, 0, 0, 0);
    background-position: center bottom, center calc(100% - 1px);
    background-repeat: no-repeat;
    background-size: 0 2px, 100% 1px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 1em;
    font-family: "Montserrat", sans-serif !important;
    line-height: 1.5em;
    color: #1b1b1b;     
    -webkit-transition: background 0s ease-out 0s;
    -moz-transition: background 0s ease-out 0s;
    -ms-transition: background 0s ease-out 0s;
    -o-transition: background 0s ease-out 0s;
    transition: background 0s ease-out 0s
}

.form-material .form-control,
.form-material .form-control.focused,
.form-material .form-control:focus {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1b1b1b), to(#1b1b1b)), -webkit-gradient(linear, left top, left bottom, from(#e9ecef), to(#e9ecef));
    background-image: -webkit-linear-gradient(#1b1b1b, #1b1b1b), -webkit-linear-gradient(#e9ecef, #e9ecef);
    background-image: -moz-linear-gradient(#1b1b1b, #1b1b1b), -moz-linear-gradient(#e9ecef, #e9ecef);
    background-image: -ms-linear-gradient(#1b1b1b, #1b1b1b), -ms-linear-gradient(#e9ecef, #e9ecef);
    background-image: -o-linear-gradient(#1b1b1b, #1b1b1b), -o-linear-gradient(#e9ecef, #e9ecef);
    background-image: linear-gradient(#1b1b1b, #1b1b1b), linear-gradient(#e9ecef, #e9ecef);
    border: 0 none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    float: none
}

.form-material .form-control:hover,
.form-material .form-control.focused,
.form-material .form-control:focus {
    outline: 0 none;
    background-size: 100% 2px, 100% 1px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

textarea{
    resize: none !important;
}

label.error {
    font-size: .8em;
    position: relative;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    top: 5px;
    margin: 0 auto;
    margin-bottom: 15px;
    line-height: 1.5em;
    float: right;
    z-index: 500;
    line-height: 1.5em;
    background-color: #dc3545;
    color: #fff;
    font-weight: 400;
    padding: 6px 8px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

label.error:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 7px 7px 0px 0px;
    border-color: transparent #dc3545;
    display: block;
    width: 0;
    z-index: 1;
    top: -6px;
    right: 0%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

label.floating-labels {
    color: #1b1b1b !important;
    top: 8px;
    bottom: 0;
    position: absolute;
    pointer-events: none;
    font-size: 1em;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

input.form-control:hover + label.error + label.floating-labels,
input.form-control:focus + label.error + label.floating-labels,
textarea.form-control:hover + label.error + label.floating-labels,
textarea.form-control:focus + label.error + label.floating-labels,
input.form-control.focused + label.floating-labels,
input.form-control:hover + label.floating-labels,
input.form-control:focus + label.floating-labels,
textarea.form-control.focused + label.floating-labels,
textarea.form-control:hover + label.floating-labels,
textarea.form-control:focus + label.floating-labels {
    font-size: .8em;
    -webkit-transform: translateY(-45%);
    -moz-transform: translateY(-45%);
    -ms-transform: translateY(-45%);
    -o-transform: translateY(-45%);
    transform: translateY(-45%);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.rounded-circle {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
}

.swal2-image{
    -webkit-border-radius: 20%;
    -moz-border-radius: 20%;
    -ms-border-radius: 20%;
    -o-border-radius: 20%;
    border-radius: 20%;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -ms-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -o-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    padding: 10px !important;
    height: 100px;
    width: 110px !important;
}

.padding-top30 {
    padding-top: 30px;
}

.testimonial-card .card-up {
    overflow: hidden;
    height: 120px;
    -webkit-border-top-left-radius: .25rem;
    border-top-left-radius: .25rem;
    -webkit-border-top-right-radius: .25rem;
    border-top-right-radius: .25rem;
}

.testimonial-card .avatar {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    height: 140px;
    width: 150px;
    margin-top: -70px;
    overflow: hidden;
    -webkit-border: 2px solid #1b1b1b;
    -moz-border: 2px solid #1b1b1b;
    -ms-border: 2px solid #1b1b1b;
    -o-border: 2px solid #1b1b1b;
    border: 2px solid #1b1b1b;
}

.testimonial-card .avatar img {
    top: 28%;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    -ms-border-radius: none;
    -o-border-radius: none;
    border-radius: none;
    display: flex;
    margin: 0 auto;
    position: relative;
    width: 80%;
}

.login-register {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 100%;
  width: 100%;
  padding: 10px 0;
  position: fixed; 
}

.login-box {
  width: 400px;
  margin: 0 auto; 
}

.login-box .footer {
  width: 100%;
  left: 0px;
  right: 0px; 
}
.login-box .social {
  display: block;
  margin-bottom: 30px; 
}

@media (max-width:768px) {
  .login-register {
      position: relative;
      overflow: hidden
  }
  .login-box {
      width: 90%
  }
}

.card,
.card-body{
    background-color: #fff;
    color: #1b1b1b;
}

.btn-dark{
    background-color: #1b1b1b !important;
    color: #fff !important;
}

h6,
.card-title{
    color: #1b1b1b !important;
}