a{color: #000;}
a:hover{text-decoration: none; color: inherit;}
body {
    background-image: url(/images/login/login-bg.png);
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;

}
.grid-container {
  display: grid;
  grid-auto-columns: minmax(0, 1fr);
  justify-content: space-evenly;
  grid-auto-flow: column;
  padding: 10px 45px;
  height: 100vh;
}
.item1{   
	display: grid;
    grid-column: 2 / -2;
    align-self: center;
    align-content: space-around;
    height: 80vh;
    padding: 70px 0 0 0;
}
.item2{align-self: center;}
.login-text{padding-left: 70px;}
.login-text img{width: 12%;
    margin-bottom: 30px;}
.login-text h1{color: #fff;
    font-size: 60px;
    letter-spacing: 4px;
    line-height: 0.7;}
.login-text h1 span{
	font-weight: 700;
    color: #038088;
}
.login-text p{color: #fff;
    font-size: 24px;}
.giffy-logo img{width: 20%;}
.signin-box h2 {
    margin-top: 0;
    margin-bottom: 15px;
    position: relative;
    display: block;
    width: 100%;
    text-transform: capitalize;
    font-size: 40px;
    color: #313131;
    font-weight: 500;
    line-height: 1.2;
    text-align: left;
}

.email-div {
    margin-bottom: 30px;
}

.signin-box label {
    display: block;
    color: #555555;
    font-size: 16px;
    font-weight: 500;
}

.signin-box input[type=email], .signin-box input[type=text], .signin-box input[type=password] {
    width: 100%;
    height: 32px;
    font-size: 15px;
    direction: ltr;
    position: relative;
}

.signin-box input[type=number], .signin-box input[type=url] {
    display: inline-block;
    margin: 0;
    padding: 0 8px;
    background: #ffffff;
    border: 1px solid #c2c6b8;
    border-top: 1px solid #c2c6b8;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}

.signin-box input[type=email], .signin-box input[type=password], .signin-box input[type=text] {
    border-bottom: 1px solid #a5a2a2;
    display: inline-block;
    margin: 0;
    padding: 0 8px;
    background: transparent;
    border-top: none;
    height: 35px;
    border-left: none;
    border-right: none;
}

.signin-box button, .signin-box input, .signin-box select, .signin-box textarea {
    font-family: inherit;
    font-size: inherit;
}
.otp-btn {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 30px;
    width: 100%;
    background: transparent;
    border: 2px solid #e2165b;
    border-radius: 20px;
    color: #e2165b;
}

.signin-box .g-button-submit {
    background: #e2165b;
    width: 100%;
    color: #fff;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 20px;
    box-shadow: none;
    border: none;
    border-radius: 20px;
    padding: 10px 30px;
    font-size: 14px;
}
.registerdIp{   
	color: #e2165b;
    margin: 20px;
    }
.login-giffy-icon{
	width: 10%;
    margin-bottom: 20px;
}
.developer span{font-weight: 600;}
#togglePassword{    
	position: absolute;
    right: 12px;
    top: -11px;
    width: 5%;
    cursor: pointer;
}
@media(max-width: 768px) {
	.login-text h1 {
    line-height: 1;
	}
   .grid-container {display: block; }
   .item1{ padding: 0; height: auto;}
   .login-text { padding-left: 0; }
   .giffy-logo img {
    width: 30%;
    margin-left: 0;
    margin-bottom: 30px;
	}
	.login-giffy-icon {display: none;}
	.signin-box h2 {
    color: #fff;
	}
	.signin-box label {
    color: #ffffff;
	}
	.signin-box input[type=email], .signin-box input[type=password], .signin-box input[type=text] {
    border-bottom: 1px solid #fff;
	}
	#footer{color: #fff !important;}
}
@media(min-width: 1441px) {
	.login-text h1 {
    font-size: 4.5em;
	}
	.login-text p {
    font-size: 2em;
	}
}