/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.ftco-section {
    padding: 7em 0;
    /*background: url(../images/home_bg_healthcare.png);
    background-repeat: repeat;
    background-size: cover;
    background-position: center;*/
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.heading-section {
  font-size: 28px;
  color: #000;
}
.wrap {
  width: 100%;
  border-radius: 5px;
  -webkit-box-shadow: 0px 10px 34px -15px rgb(0 0 0 / 24%);
  -moz-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 10px 34px -15px rgb(0 0 0 / 24%);
}
.text-wrap {
  background: #59595a;
  background: linear-gradient( 
135deg
, #4f89cc 0%, #3b72b3 100%);
  color: #fff;
}
.login-wrap {
  width: 40%;
}
.text-wrap {
  width: 60%;
}
.text-wrap .text h2 {
  font-weight: 700;
  color: #fff;
  font-size: 32px;
}
.btn.btn-white.btn-outline-white {
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
}
.text p {
  font-size: 15px;
  margin: 15px 0;
}
.text ul {
  list-style: none;
  padding: 0;
}
.btn {
  cursor: pointer;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  font-size: 15px;
  padding: 10px 20px;
  border-radius: 50px;
}
.login-wrap {
  position: relative;
  background: #fff;
}
.social-media {
  position: relative;
  width: 100%;
}
.social-media .social-icon {
  display: block;
  width: 40px;
  height: 40px;
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.05);
  font-size: 16px;
  margin-right: 5px;
  border-radius: 50%;
}
.social-media .social-icon span {
  color: #999999;
}
.form-group {
  position: relative;
}
.form-group .label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000;
  font-weight: 700;
}
.form-control {
  height: 48px;
  background: rgba(0, 0, 0, 0.05);
  color: #000;
  font-size: 16px;
  border-radius: 50px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid transparent;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* .btn.btn-primary {
  background: #f35588;
  border: 1px solid #f35588;
  color: #fff;
  background: #f75959;
  background: -moz-linear-gradient(-45deg, #f75959 0%, #f35587 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, #f75959), color-stop(100%, #f35587));
  background: -webkit-linear-gradient(
-45deg
, #f75959 0%, #f35587 100%);
  background: -o-linear-gradient(-45deg, #f75959 0%, #f35587 100%);
  background: -ms-linear-gradient(-45deg, #f75959 0%, #f35587 100%);
  background: -webkit-linear-gradient(
315deg
, #f75959 0%, #f35587 100%);
  background: -o-linear-gradient(315deg, #f75959 0%, #f35587 100%);
  background: linear-gradient(
135deg
, #f75959 0%, #f35587 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f75959', endColorstr='#f35587', GradientType=1 );
} */
.checkbox-primary {
    color: #4f89cc;
}
.checkbox-wrap {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkbox-wrap input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
}
.checkbox-primary input:checked ~ .checkmark:after {
  color: #f35588;
}
.checkbox-wrap input:checked ~ .checkmark:after {
  display: block;
  content: "\f14a";
  font-family: "FontAwesome";
  color: rgba(0, 0, 0, 0.2);
}

.checkmark:after {
  content: "\f0c8";
  font-family: "FontAwesome";
  position: absolute;
  color: rgba(0, 0, 0, 0.1);
  font-size: 20px;
  margin-top: -4px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.form-group a {
  color: gray;
}
img.aud-logo {
  max-width: 175px;
  width: 100%;
  height: auto;
  margin: 0 auto 10px;
  display: block;
}
.login-wrap h3 {
    font-size: 24px;
    color: #4f89cc;
    font-weight: 600;
}
.text ul li {
  font-size: 14px;
  line-height: 30px;
}
.text ul li i {
  font-size: 14px;
}
.text ul li i {
  font-size: 13px;
  font-weight: 100;
  margin-right: 10px;
}
a.link {
  display: block;
  margin-top: 9px;
  color: #fff;
  font-size: 14px;
}
a.link:hover {
  color: #fff;

}
/* .btn-primary:hover {
  color: #fff;
  background-color: #f35588!important;
  border-color: #f35588!important;
}
.btn.btn-white.btn-outline-white:hover {
  background: #d23d60;
  transition: 0.2s ease all;
} */

@media only screen and (min-width: 1400px) {
    .ftco-section {
        padding: 7em 0;
        /*background: url(../images/home_bg_healthcare.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;*/
        height: 100vh;
        display: flex;
        align-items: center;
    } 
 
}

@media only screen and (max-width: 1024px) {
  .ftco-section {
    height: 100vh;
} 
 
}


@media only screen and (max-width: 767px) {
  .login-wrap {
    width: 100%;
  }
  .text-wrap {
    width: 100%;
}
.ftco-section {
  height: 100vh;
  padding: 2em 0;
}
 
}