@import url(bootstrap.min.css);
@import url(font-awesome.min.css);
@import url(preloader.css);
@import url(https://fonts.googleapis.com/css?family=Didact+Gothic&display=swap);
a,a:focus {
 text-decoration:none
}
body,
h1,
h2,
h3,
h4,
h5,
h6 {
 font-family: 'Didact Gothic', sans-serif !important;
}
body,
html {
 background-color:#FFFFFF;
 background-image:url(../images/bg.jpg);
 background-repeat:no-repeat;
 background-position:100%;
 background-size:cover;
 height:100vh;
 overflow-x:hidden;
 text-rendering:optimizeLegibility
}
body {
 font-size:1.5em;
 font-weight:400;
 color:#44525f;

}
ul {
 padding:0;
 margin:0;
 list-style:none
}
a:focus {
 outline:0
}
h1,
h2,
h3,
h4,
h5,
h6 {
 color:#1b569b
}
a,
a:focus,
a:hover {
 color:#4f77ff
}
.btn-primary {
 background-color:#4f77ff;
 border-color:#4f77ff;
 letter-spacing:2px;
}
.btn-primary.active,
.btn-primary:active,
.btn-primary:active:focus,
.btn-primary:active:hover,
.btn-primary:focus,
.btn-primary:hover {
 background-color:#f4020b;
 border-color:#f4020b;
}
.authfy-login .btn.btn-lg {
 border-radius:50px;
 box-shadow:0 2px 3px #9c9c9c
}
.brand-logo {
 margin-top:0;
 margin-bottom:20px
}
.logo {
 margin:0 auto; display:block;
}
.authfy-container {
 margin-top:97px;
 margin-bottom:97px
}

.corner {
 margin:50px 0 0 0; 
 border: 20px solid #12519b; 
 border-radius: 20px;
}

.authfy-panel-left {
 background-color:#ffffff;
 color:#444444;
 /*border-top-left-radius:4px;
 border-bottom-left-radius:4px;
 -webkit-box-shadow:0 3px 6px #1d2030;
 box-shadow:0 3px 6px #1d2030;*/
}
.authfy-panel-right {
 background-color:#fff;
 /*border-top-right-radius:4px;
 border-bottom-right-radius:4px;
 -webkit-box-shadow:0 2px 6px 0 #1d2030;
 box-shadow:0 2px 6px 0 #1d2030*/
}
.authfy-login,
.authfy-panel-left .brand-col {
 height:550px
}
.authfy-panel-left .brand-col {
 display:table;
 width:100%;
 padding:12px
}

.authfy-panel-left .brand-col .headline h2{
 font-size:21px;
 font-weight:700; 
 letter-spacing:1px;
 padding:10px 0 0 0;
}
.authfy-panel-left .brand-col .headline h3{
 color:#fff;
 font-size:18px;
 font-weight:700; background:#F00; padding:5px 0 5px 10px; letter-spacing:1px;
}
.authfy-login {
 position:relative;
 top:0;
 left:0;
 overflow:hidden
}
.authfy-panel {
 padding:20px 30px;
 position:absolute;
 top:0;
 left:0;
 width:100%;
 height:100%;
 transition:all .5s ease;
 opacity:0;
 transform:translateX(-100%);
 -webkit-transform:translateX(-100%)
}

.authfy-login .auth-title {
 font-weight:700;
 text-align: left;
 font-size:30px;
 letter-spacing:1px;
}
.authfy-login .authfy-panel.active {
 opacity:1;
 transform:translateX(0);
 -webkit-transform:translateX(0)
}
.brand-col .social-buttons a {
 color:#fff;
 margin-top:15px
}
.brand-col .social-buttons a:hover {
 color:#fff;
 opacity:.9
}
.brand-col .social-buttons .btn-facebook {
 background:#3b5998
}
.brand-col .social-buttons .btn-twitter {
 background:#00aced
}
.brand-col .social-buttons .btn-google {
 background:#c32f10
}
.brand-col .social-buttons a>span {
 padding-left:5px
}
.panel-login {
 margin-top:0
}
/* .panel-login .remember-row {
 margin-bottom:25px
} */
.panel-login .remember-row label {
 font-weight:400;
 position:relative;
 cursor:pointer;
 color:#666;
 padding-left:24px
}
.authfy-login .forgotPwd {

 font-size: 13px;
}
.authfy-login .rememberPwd {
 text-align:left !important;
 margin-top:10px;
 font-size: 13px;
}
.panel-forgot .form-control,
.panel-login .form-control,
.panel-signup .form-control {
 color:#333;
 font-size:14px;
 height:50px;
 outline:0;
 border:0;
 -webkit-box-shadow:none;
 box-shadow:none
}
.panel-forgot .form-control:focus+.focus-input:before,
.panel-login .form-control:focus+.focus-input:before,
.panel-signup .form-control:focus+.focus-input:before {
 width:100%
}
.wrap-input {
 width:100%;
 position:relative;
}
.focus-input,
.focus-input:before {
 display:block;
 position:absolute;
 left:0
}
.focus-input {
 width:100%;
 height:100%;
 top:0;
 pointer-events:none
}
.focus-input:before {
 background-color:#4f77ff;
 content:"";
 width:0;
 height:2px;
 bottom:-2px;
 -webkit-transition:all .4s;
 -o-transition:all .4s;
 -moz-transition:all .4s;
 transition:all .4s
}
.authfy-panel.panel-forgot {
 padding-top:40px
}
.pwdMask {
 position:relative
}
.pwdMask .pwd-toggle {
 color:#ccc;
 position:absolute;
 z-index:2
}
.panel-login .pwdMask .pwd-toggle,
.panel-signup .pwdMask .pwd-toggle {
 top:15px;
 right:15px
}
.pwdMask .pwd-toggle:focus,
.pwdMask .pwd-toggle:hover {
 cursor:pointer
}
.pwdMask .pwd-toggle.fa-eye,
.pwdMask .pwd-toggle:focus,
.pwdMask .pwd-toggle:hover {
 color:#4f77ff
}
.panel-signup .term-policy a {
 text-decoration:underline
}
.checkbox input[type=checkbox] {
 position:absolute;
 right:9000px;
 opacity:0;
 z-index:1;
 cursor:pointer
}
.checkbox input[type=checkbox]+.label-text:after,
.checkbox input[type=checkbox]+.label-text:before {
 font-size:11px;
 display:inline-block;
 width:17px;
 height:17px;
 padding:2px;
 margin-left:0;
 position:absolute;
 top:2px;
 left:0
}
.checkbox input[type=checkbox]+.label-text:before {
 content:"";
 background-color:#fff;
 border:1px solid #ced4da;
 border-radius:3px;
 cursor:pointer;
 -webkit-transition:border .15s ease-in-out,color .15s ease-in-out;
 transition:border .15s ease-in-out,color .15s ease-in-out
}
.checkbox input[type=checkbox]+.label-text:after {
 background-color:#4f77ff;
 color:#fff;
 border-radius:2px;
 border-color:#4f77ff;
 line-height:1.4
}
.checkbox input[type=checkbox]:focus+.label-text:before {
 outline:dotted thin;
 outline:-webkit-focus-ring-color auto 5px;
 outline-offset:-2px
}
.checkbox input[type=checkbox]:checked+.label-text:after {
 font-family:FontAwesome;
 content:"\f00c"
}
.fa {
  font-size: 18px;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  text-align: center;
  text-decoration: none;
  line-height:30px;
  padding:7px 5px 5px 5px;
  margin:0 10px 0 0;

}

.fa-facebook {
  background: #3B5998;
  color: white;
}

.fa-twitter {
  background: #3bc2d6;
  color: white;
}

.fa-linkedin {
  background: #007bb5;
  color: white;
}

.fa-instagram {
  background: #125688;
  color: white;
}

.fa-pinterest {
  background: #cb2027;
  color: white;
}
.footer {
 font-size:12px; color:#000; text-align:center; padding:20px 0 20px 0; letter-spacing:1px;
}

.nextbtn { 
 padding: 10px 80px;
}


.topnav {
  overflow: hidden;
}

.topnav a {
  float: left;
  display: block;
  color: #FFFFFF;
  text-align: center;
  padding: 5px 16px;
  text-decoration: none;
  font-size: 14px;
  font-family: 'Didact Gothic', sans-serif;
  letter-spacing:1px;
  font-weight:500;
  text-transform:uppercase;
}

.topnav a:hover {
  background-color:#F00;
  color: #FFF;
}

.topnav a.active {
  background-color: #4CAF50;
  color: white;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
  
   .bg_img {
   display: none;
  }
  
  .corner {
 margin:10px 0 0 0; 

}
.footer {
    font-size: 12px;
    color: #000;
    text-align: center;
    padding: 20px 0 20px 0;
    letter-spacing: 1px;
}

}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}
@media (min-width:768px) {
 .authfy-panel {
  padding:20px
 }
}
@media (max-width:767px) {
 .authfy-panel-left,
 .authfy-panel-right {
  box-shadow:none
 }
 .authfy-panel-left {
  border-radius:4px 4px 0 0
 }
 .authfy-panel-right {
  border-radius:0 0 4px 4px
 }
 .authfy-panel-left .brand-col {
  height:300px;
  text-align:center
 }
 .term-policy {
  font-size:75%
 }
}
@media (min-width:320px) and (max-width:375px) {
 .authfy-login .authfy-panel {
  padding:20px
 }
 .panel-login .remember-row {
  margin-bottom:10px;
  font-size:14px
 }
}
@media (max-width:320px) {
 .authfy-login {
  height:480px
 }
 .authfy-heading p {
  font-size:14px
 }
 .remember-row .col-sm-6 {
  width:100%
 }
 .authfy-login .forgotPwd {
  text-align:left;
  margin-top:0
 }
}
