body{background: url(/images/login/background.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
}
input:focus{
	border: inherit;
}
.login-body-wrapper{
	background: rgb(254 254 254 / 69%);
	padding: 20px 40px;
	height: 100vh;
}
.login-body-wrapper h1{
	font-weight: 600;
    color: #595d5d;
}
.login-body-wrapper .form-control{
    background: #fff;
    height: 45px;
    box-shadow: none;
    margin-bottom: 30px;
    border: 1.5px solid #c2c2c2;
    border-radius: 8px;
}
.login-body-wrapper .button-submit{
	width: 100%;
    box-shadow: none;
    color: #fff;
    border-radius: 16px;
    background: #ff8f78;
    margin-bottom: 15px;
    height: 40px;
}
#loginBtn:focus{
	outline: none;
	background: #f45535;	
}
.login-body-wrapper .button-otp{
	width: 100%;
    box-shadow: none;
    color: #ff8f78;
    border: 2px solid #ff8f78;
    border-radius: 16px;
    background: #fff;
    margin-bottom: 15px;
    height: 40px;
}
.login-body-wrapper .developer img{
	width: 40%;
    margin: 20px auto;
}
.copyright{
	margin-top: 15px;
    color: #686565;
}
.logo-wrapper img{
	    width: 50%;
    margin-top: 35vh;
	
}

/*sign-up*/
.signup-form-wrapper{
	    background: rgb(255 255 255 / 71%);
    padding: 20px;
    box-shadow: 0px 3px 8px 4px #e4e4e4;
    margin-top: 10px;
}
h1{
	font-size: 26px;
}
.giffy-signup{
	margin: 0 auto;
    padding: 20px 180px;
    box-sizing: content-box;
    height: 100vh;
}
.signup-form label{
	font-size: 16px;
    transition: all .5s ease .1s;
    z-index: 7;
    color: #000;
    display: block;
    margin-bottom: 5px;
    font-weight: 500;
}
.signup-form .form-control{
	margin-bottom: 15px;
    border: none;
    border-radius: 0;   height: 45px;
    background: #ededed;
}
.signup-form .btn{
	width: 100%;
    height: 45px;
    color: #fff;
    border: none;
    border-radius: 0;
    font-weight: 500;
    font-size: 16px;
    text-transform: capitalize;
}
.generate-password{
	background: #79c0fb;
}
.submit-btn{
	margin-top: 30px;
	background: #fa6465;
	
}
#showpassword{
	position: absolute;
    right: -11px;
    top: 24%;
    border: none;
    background: transparent;
    cursor: pointer;
}
#showpassword img{
	width: 35%;
}
.password-div{
	position: relative;
}
#toserrorMsg{display: none; color: red;}
#nameerrorMsg{display: none; color: red;}
#emailerrorMsg{display: none; color: red;}
#passworderrorMsg{display: none; color: red;}
/* tiny styles for the shield row */
.gshield-row { 
    display: flex;
    align-items: center;
    gap: .5rem;
    border: 1.5px solid #c2c2c2;
    padding: 12px;
    border-radius: 8px;
    margin-bottom: 28px;
    background: #fff;
    height: 60px;
}
.gshield-status { font-size:13px; color:#479705; margin-left:auto; }
.gshield-ok { color:#16a34a; }

  
.gshield-row input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.gshield-row label {
    position: relative;
    cursor: pointer;
    font-weight: 400;
    font-size: 15px;
}

.gshield-row label:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #c3c3c3;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
}
.gshield-row input:checked + label:before{
	border: none;
	box-shadow: none;
}
.gshield-row input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: 6px;
  width: 8px;
  height: 18px;
  border: solid #4aa000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
#popupOverlay{display: none;}
  
@media (max-width: 749px){
	.logo-desktop-wrapper {display: none;}
}
@media (min-width: 1200px) and (max-width: 1440px) {
	.login-body-wrapper {
    padding: 1vh 10vw;
	}
	.login-body-wrapper .form-control {
    height: 60px;
	}
	.login-body-wrapper .button-submit {
    height: 50px;
	}
	.login-body-wrapper .button-otp {
    height: 50px;
	}
}
@media (min-width: 1441px) and (max-width: 2560px) {
	.h1, h1 {
    	font-size: 50px;
	}
	.login-body-wrapper {
    padding: 22vh 10vw;
	}
	.login-body-wrapper .form-control {
    height: 60px;
	}
	.login-body-wrapper .button-submit {
    height: 50px;
    font-size: 20px;
	}
	.login-body-wrapper .button-otp {
    height: 50px;
    font-size: 20px;
	}
	.giffy-signup {
        padding: 25vh 25vw;
    }
}