
.logo {
    position: fixed;
    top: 10px;
    left: 30px;
    width: 100px;
}
.logo img {
    width: 118px;
}
.overlay {
    background: #000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: -1;
    opacity: .5;
}
.invalid-feedback {
    font-size: 11px;
    margin-bottom: 8px;
}
.forgot_p a {
    color: #fff;
    font-size: 13px;
    text-decoration: underline;
        opacity: .4;
}

.signup_link {
    margin: 16px 0;
}
.signup_link a{
    color:#fff;
}
.section{
   width:100%;
   float:left;
}

.signup-nav{
	    border: 1px solid #fff;
    border-radius: 3px;
}

.section.login {
    background: linear-gradient(180deg,rgba(0,0,0,.8),rgba(0,0,0,.4),rgba(0,0,0,.8));
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
/*    z-index: -1;*/
}
a.nav-link {
    color: #fff !important;
}

.login .inner-box {
       width: 420px;
/*    position: fixed;*/
     position: absolute;
    /* background: #fff; */
    padding: 51px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 5px;
    background-color: rgba(0,0,0,.75);
    border-radius: 4px;
    color: #fff;
    box-shadow: 0 -1px 15px 9px rgb(93 85 85 / 43%);
}
.login h1 {
/*    text-align: center;*/
    margin-bottom: 20px;
    font-size: 1.7rem;
}

.input_field {
       border: 0;
    border-radius: 4px;
    color: #fff;
    height: 42px;
    line-height: 50px;
    padding: 0px 12px 0;
    background: background: #333;
    background: #333;
    width: 100%;
}

.signup h1 {
   // text-align: center;
    margin-bottom: 20px;
    font-size: 1.7rem;
}
/*.login .col-sm-4 {
    top: 61%;
    left: 50%;
    transform: translate(-50%,-50%);
    position: absolute;
        background: white;
    border-radius: 7px;
        padding: 30px;
}*/

/*input[type="email"],input[type="password"],input[type="text"] {
    width: 100%;
    padding: 7px 9px;
    border-radius: 19px;
    border: 1px solid #9e9e9e;
}*/
input[type="submit"] {
    border: none;
    padding: 9px 19px;
    border-radius: 5px;
    font-weight: 500;
    box-shadow: 0 1px 1px 1px rgb(0 0 0 / 12%);
    cursor: pointer;
    width: 100%;
    border-radius: 16px;
        background: #e50914;
    width: 100%;
    color: #fff;
}
.services{
	    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.services a{
	width:100%;
	margin:5px 0;

}
.services form {
    width: 100%;
    margin: 5px 0;
}
button.g-btn,button.f-btn {
    width: 100%;
    border-radius: 5px;
    border: none;
    padding: 10px 9px;
    box-shadow: 0 2px 1px 1px rgb(0 0 0 / 10%);
    display: flex;
    justify-content: flex-start;
    font-weight: 500;
    cursor: pointer;
}
.or {
    text-align: center;
}
button.g-btn svg ,button.f-btn svg{
    margin-right: 27px;

}
button:focus{
	outline:unset;
}



.section.signup {
    background: linear-gradient(180deg,rgba(0,0,0,.8),rgba(0,0,0,.4),rgba(0,0,0,.8));
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;


}
a.nav-link {
    color: #fff !important;
}

/*.signup .col-sm-7 {
    top: 61%;
    left: 50%;
    transform: translate(-50%,-50%);
    position: absolute;
        background: white;
    border-radius: 7px;
        padding: 30px;
        display:flex;
        flex-wrap: wrap;
        align-items:center;
}
.signup .inner-box {
    width: 50%;
}
.signup .inner-box:last-child {
    padding: 21px;
}*/

.signup .outer-box {
      width: 420px;
/*    position: fixed;*/
position: absolute;
    top: 42%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 54px;
    border-radius: 7px;
    background-color: rgba(0,0,0,.75);
    border-radius: 4px;
    color: #fff;
     box-shadow: 0 -1px 15px 9px rgb(93 85 85 / 43%);

}

@media screen and (max-width:767px){
	.signup .inner-box{
		width:100%;
	}
	.signup .col-sm-7 {
      top: 72%;
    }

    ul.navbar-nav.mb-2.mb-lg-0 {
    background: #222;
    padding: 20px;
    border-radius: 4px;
   }
   .navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
  }
}

@media screen and (max-width:425px){
    .logo img {
      width: 84px;
   }
   .logo {
    position: fixed;
    top: 11px;
    left: 7px;
    width: 86px;
    z-index: 99;
  }

 .login .inner-box {
    width: 100%;
    padding: 83px 19px 52px 19px;
  }
  .signup .outer-box {
    width: 100%;
    top: 46%;
       padding: 83px 19px 52px 19px;
   }

   .login h1 {
    font-size: 1.3rem;
    }

    .signup h1 {
        font-size: 1.3rem;
    }
}