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: #e2e2e2;
    height: 45px;
    box-shadow: none;
    border: none;
    margin-bottom: 30px;
    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;
}
.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: 14px;
    border: none;
    background: transparent;
}
#showpassword img{
	width: 30%;
}
.password-div{
	position: relative;
}
#toserrorMsg{display: none; color: red;}
#nameerrorMsg{display: none; color: red;}
#emailerrorMsg{display: none; color: red;}
#passworderrorMsg{display: none; color: red;}
@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;
    }
}