html {height: 100%;}
body {
    font-size: 16px;
    font-family: 'Montserrat Alternates','Lato', sans-serif;
    font-weight: 400;
    height: 100%;
    line-height: 1.7;
    vertical-align: baseline;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    color: #646464;
    background-color: #fff;
}
p {
  margin: 0 0 20px 0;
  color: #646464;
}
h1, h2, h3, h4, h5, h6 {font-weight: 400;font-family: 'Montserrat Alternates','Lato', sans-serif;margin: 0 0 20px 0;color: #111;}
h1,h2 {line-height: 1.2;}
h3,h4,h5,h6 {line-height: 1.4;}
h1 {font-size: 36px;}
@media only screen and (max-width: 1199px) {  h1 {font-size: 34px;}}
@media only screen and (max-width: 991px) {  h1 {font-size: 32px;}}
@media only screen and (max-width: 767px) {  h1 {font-size: 30px;}}
h2 {font-size: 28px;}
@media only screen and (max-width: 1199px) { h2 {font-size: 26px;}}
@media only screen and (max-width: 991px) { h2 {font-size: 24px;}}
@media only screen and (max-width: 767px) {  h2 {font-size: 22px;}}
h3 {font-size: 22px;}
@media only screen and (max-width: 991px) {h3 {font-size: 20px;}}
@media only screen and (max-width: 767px) {h3 {font-size: 18px;}}
h4 {font-size: 20px;}
@media only screen and (max-width: 991px) {h4 {font-size: 18px;}}
@media only screen and (max-width: 767px) {h4 {font-size: 16px;}}
h5 {font-size: 18px;}
@media only screen and (max-width: 991px) {h5 {font-size: 16px;}}
a {text-decoration: none;}
a:active, a:hover, a:focus {text-decoration: none;}
a:active, a:hover, a:focus {outline: 0 none;}
img {max-width: 100%;height: auto;}
ul {list-style: outside none none;margin: 0;  padding: 0;}
.fdl-content-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .fdl-none-767 {display: none!important;}
}
@media only screen and (max-width: 991px) {
  .fdl-none-991 {display: none!important;  }
}
.fdl-template-animation {position: relative;z-index: 1;width: 100%;  opacity: 0;overflow: hidden;transition: all 0.3s ease-in-out;}
.fdl-template-animation .fdl-transformY-50 {opacity: 0;-webkit-transform: translateY(50px);-ms-transform: translateY(50px);transform: translateY(50px);}
.loaded.fdl-template-animation {opacity: 1;}
.loaded.fdl-template-animation .fdl-transformY-50 {-webkit-transform: translateY(0);-ms-transform: translateY(0);transform: translateY(0);  opacity: 1;transition: all 1s ease-in-out;}
.loaded.fdl-template-animation .fdl-transition-delay-1 {transition-delay: 0.1s;}
.loaded.fdl-template-animation .fdl-transition-delay-2 {transition-delay: 0.2s;}
.loaded.fdl-template-animation .fdl-transition-delay-3 {transition-delay: 0.3s;}
.loaded.fdl-template-animation .fdl-transition-delay-4 {transition-delay: 0.4s;}
.loaded.fdl-template-animation .fdl-transition-delay-5 {transition-delay: 0.5s;}
.loaded.fdl-template-animation .fdl-transition-delay-6 {transition-delay: 0.6s;}
.loaded.fdl-template-animation .fdl-transition-delay-7 {transition-delay: 0.7s;}
.loaded.fdl-template-animation .fdl-transition-delay-8 {transition-delay: 0.8s;}
.loaded.fdl-template-animation .fdl-transition-delay-9 {transition-delay: 0.9s;}
.loaded.fdl-template-animation .fdl-transition-delay-10 {transition-delay: 1s;}
.loaded.fdl-template-animation .fdl-transition-delay-11 {transition-delay: 1.1s;}
.loaded.fdl-template-animation .fdl-transition-delay-12 {transition-delay: 1.2s;}
.loaded.fdl-template-animation .fdl-transition-delay-13 {transition-delay: 1.3s;}
.loaded.fdl-template-animation .fdl-transition-delay-14 {transition-delay: 1.4s;}
.loaded.fdl-template-animation .fdl-transition-delay-15 {transition-delay: 1.5s;}
.loaded.fdl-template-animation .fdl-transition-delay-16 {transition-delay: 1.6s;}
.loaded.fdl-template-animation .fdl-transition-delay-17 {transition-delay: 1.7s;}
.loaded.fdl-template-animation .fdl-transition-delay-18 {transition-delay: 1.8s;}
.loaded.fdl-template-animation .fdl-transition-delay-19 {transition-delay: 1.9s;}
.loaded.fdl-template-animation .fdl-transition-delay-20 {transition-delay: 2s;}
.fdl-layout {display: flex;align-items: center;justify-content: center;}
.fdl-layout .fdl-intro {max-width: 600px;width: 100%;}
.fdl-layout .fdl-intro .sub-title {font-weight: 300;margin-top:30px;font-size: 40px;color: rgba(65,77,85,1.0);line-height: 1.5;}
.has-error {color:red;}
@media only screen and (max-width: 1199px) {
    .fdl-layout .fdl-intro .sub-title {font-size: 30px;}
}
.fdl-layout .fdl-intro h1 {font-size: 40px;font-weight: 700;color: rgba(65,77,85,1.0);display:inline-block;}
@media only screen and (max-width: 1199px) {}
@media only screen and (max-width: 991px) {}
.fdl-layout .fdl-intro p {
    color: rgba(65,77,85,1.0);
}
.fdl-layout .fdl-content-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.fdl-layout .fdl-right {
    position: relative;
    max-width: 580px;
    background-color: #ffffff;
    min-height: 100vh;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 50px;
}
.fdl-layout .fdl-bg-img {
    min-height: 100vh;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fdl-layout .fdl-header {
    text-align: center;
}
.fdl-layout .fdl-form {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
    margin-bottom: 40px;
}
    .fdl-layout .fdl-form h2 {
        font-weight: 700;
        margin-bottom: 5px;
    }
    .fdl-layout .fdl-form p {
        margin-bottom: 30px;
        font-size: 17px;
    }
    .fdl-layout .fdl-form .form-group {
        position: relative;
        z-index: 1;
    }
        .fdl-layout .fdl-form .form-group i {
            position: absolute;
            z-index: 1;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
        }
        .fdl-layout .fdl-form .form-group [class^="flaticon-"]:before,
        .fdl-layout .fdl-form .form-group [class*=" flaticon-"]:before,
        .fdl-layout .fdl-form .form-group [class^="flaticon-"]:after,
        .fdl-layout .fdl-form .form-group [class*=" flaticon-"]:after {
            margin-left: 0;
            font-size: 17px;
            color: #a1a1a1;
        }
    .fdl-layout .fdl-form .form-control {
        min-height: 40px;
        box-shadow: none;
        border: 1px solid #FFF;
        background-color: rgba(242,242,242,1.0);
        padding: 40px 15px; border-radius:10px;
        color: #111111;
    }
        .fdl-layout .fdl-form .has-error .form-control {border-color:rgba(42,94,222,1.0);background-color:rgba(42,94,222,0.05);}
        .fdl-layout .fdl-form input::-webkit-input-placeholder {
            color: #a1a1a1;
            font-size: 15px;
            font-weight: 300;
        }
    .fdl-layout .fdl-form input::-moz-placeholder {
        color: #a1a1a1;
        font-size: 15px;
        font-weight: 300;
    }
    .fdl-layout .fdl-form input:-moz-placeholder {
        color: #a1a1a1;
        font-size: 15px;
        font-weight: 300;
    }
    .fdl-layout .fdl-form input:-ms-input-placeholder {
        color: #a1a1a1;
        font-size: 15px;
        font-weight: 300;
    }
.fdl-layout .fdl-logo {
    display: block;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    max-width: 40vw;
}
@media only screen and (max-width: 767px) {
    .fdl-layout .fdl-logo {
        margin-top: 30px;
    }
}
.fdl-layout .fdl-page-switcher {
    position: absolute;
    left: -97px;
    top: 100px;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
    .fdl-layout .fdl-page-switcher {
        position: inherit;
        left: inherit;
        top: inherit;
        flex-direction: inherit;
        margin-top: 30px;
        margin-bottom: 30px;
    }
}
.fdl-layout .fdl-page-switcher .switcher-text {
    color: #fff;
    font-size: 18px;
    padding: 10px 30px 10px 20px;
    border-radius: 45px 0 0 45px;
    max-width: 100px;
    width: 100%;
    transition: all 0.3s ease-in-out;
}
    .fdl-layout .fdl-page-switcher .switcher-text.active {
        color: #000;
        background-color: #fff;
    }
@media only screen and (max-width: 767px) {
    .fdl-layout .fdl-page-switcher .switcher-text.switcher-text1,
    .fdl-layout .fdl-page-switcher .switcher-text.switcher-text2 {
        background-color: #eaeaea;
        color: #000;
        padding: 6px 30px 6px 20px;
        font-size: 16px;
    }
        .fdl-layout .fdl-page-switcher .switcher-text.switcher-text1.active,
        .fdl-layout .fdl-page-switcher .switcher-text.switcher-text2.active {
            color: #0e9d88;
            background-color: #e4e4e4;
        }
}
@media only screen and (max-width: 767px) {
    .fdl-layout .fdl-page-switcher .switcher-text.switcher-text1 {
        border-radius: 45px 0 0 45px;
    }
}
@media only screen and (max-width: 767px) {
    .fdl-layout .fdl-page-switcher .switcher-text.switcher-text2 {
        border-radius: 0 45px 45px 0;
    }
}
.fdl-layout .fdl-btn-fill {
    font-family: 'Montserrat Alternates','Lato', sans-serif;
    cursor: pointer;
    display: inline-block;
    font-size: 17px;
    font-weight: 500;
    box-shadow: none;
    outline: none;
    border: 0;
    color: #fff;
    border-radius: 45px;
    background-color: rgba(42,94,222,1.0);
    padding: 10px 36px;
    margin-bottom: 10px;
    margin-right: 10px;
    transition: all 0.3s ease-in-out;
}
    .fdl-layout .fdl-btn-fill:hover {
        background-color: #001e63;
        border-color: #001e63;
    }
.fdl-layout .fdl-btn-fill:focus {
  outline: none;
}
.fdl-layout .switcher-forgot {
  position: absolute;
  right: 15px;
  top: 20px;
  padding: 2px 0;
  color: #9f9f9f;
  font-size: 15px;
  margin-top: 5px;
  display: block;
  transition: all 0.3s ease-in-out;
}
.fdl-layout .switcher-forgot:last-child {
  margin-right: 0;
}
    .fdl-layout .switcher-forgot:hover {
        color: #666;
    }
    .fdl-layout .switcher-forgot.active {
        color: #666;
    }
.fdl-layout ul.fdl-socials {
  text-align: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .fdl-layout ul.fdl-socials {
    margin-bottom: 10px;
  }
}
.fdl-layout ul.fdl-socials li {
  display: inline-block;
  margin-right: 4px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 575px) {
  .fdl-layout ul.fdl-socials li {
    margin-right: 2px;
  }
    .fdl-layout .fdl-right {padding:20px;} .form-group {margin-bottom:0.7rem;}
    .fdl-layout .fdl-intro h1 {margin-bottom:5px;}
    .fdl-layout .fdl-form .form-control {padding:30px 15px;}
    .fdl-layout .switcher-forgot {top:10px;}
}
.fdl-layout ul.fdl-socials li:last-child {
  margin-right: 0;
}
.fdl-layout ul.fdl-socials li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  height: 40px;
  width: 40px;
  color: #ffffff;
  border-radius: 50%;
  border: 1px solid;
  transition: all 0.3s ease-in-out;
}
.fdl-layout ul.fdl-socials li.fdl-facebook a {
  background-color: #3b5998;
  border-color: #3b5998;
}
.fdl-layout ul.fdl-socials li.fdl-facebook a:hover {
  background-color: transparent;
  color: #3b5998;
}
.fdl-layout ul.fdl-socials li.fdl-twitter a {
  background-color: #00acee;
  border-color: #00acee;
}
.fdl-layout ul.fdl-socials li.fdl-twitter a:hover {
  background-color: transparent;
  color: #00acee;
}
.fdl-layout ul.fdl-socials li.fdl-google a {
  background-color: #CC3333;
  border-color: #CC3333;
}
.fdl-layout ul.fdl-socials li.fdl-google a:hover {
  background-color: transparent;
  color: #CC3333;
}
.fdl-layout ul.fdl-socials li.fdl-instagram a {
  background-color: #3f729b;
  border-color: #3f729b;
}
.fdl-layout ul.fdl-socials li.fdl-instagram a:hover {
  background-color: transparent;
  color: #3f729b;
}
.fdl-layout ul.fdl-socials li.fdl-linkedin a {
  background-color: #0077B5;
  border-color: #0077B5;
}
.fdl-layout ul.fdl-socials li.fdl-linkedin a:hover {
  background-color: transparent;
  color: #0077B5;
}
.fdl-layout ul.fdl-socials li.fdl-pinterest a {
  background-color: #bd081c;
  border-color: #bd081c;
}
.fdl-layout ul.fdl-socials li.fdl-pinterest a:hover {
  background-color: transparent;
  color: #bd081c;
}
.fdl-layout .checkbox {
  padding-left: 5px;
  margin-bottom: 10px;
}
.fdl-layout .checkbox label {
  padding-left: 20px;
  color: #a4a4a4;
  margin-bottom: 0;
  font-size: 15px;
  position: relative;
}
.fdl-layout .checkbox label:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  top: 4px;
  left: 0;
  margin-left: -5px;
  border: 1px solid;
  border-color: #dcdcdc;
  border-radius: 3px;
  background-color: #fff;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.fdl-layout .checkbox label:after {
  position: absolute;
  margin-left: -20px;
  padding-left: 3px;
  font-size: 10px;
  color: #555555;
}
.fdl-layout .checkbox input[type="checkbox"] {
  display: none;
}
/*.fdl-layout .checkbox input[type="checkbox"]:checked + label::after {
  font-family: 'Font Awesome 5 Free';
  content: "\f00c";
  font-weight: 900;
  color: #ffffff;
  left: 15px;
  top: 4px;
}*/
    .fdl-layout .checkbox input[type="checkbox"]:checked + label::before {
        background-color: rgba(42,94,222,1.0);
        border-color: rgba(42,94,222,1.0);
    }
.fdl-layout .fdl-footer {
  text-align: center;font-size:11px;color:#aaa;
}
