* {
	margin: 0;
	padding: 0;
	font-family: "Quicksand", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

@media(min-width: 992px){
	body {
		background-image: linear-gradient(to right, #ff2e9641, #00abbe46),url("../../images/extra/backwallpaper.jpg");
		background-size: cover;
		background-attachment: fixed;
		display: flex;
		justify-content: center;
	}
}
@media(max-width: 991px){
	body {
		background-image: linear-gradient(to right, #ff2e9641, #00abbe46),url("../../images/extra/bkg-mob.jpg");
		background-attachment: fixed;
		background-size: cover;
	}
}

.logo {
	display: flex;
	justify-content: center;
}
.logo img {
	width: 100px;
}

.swal2-popup {
    font-size: 16px !important;
    border-radius: 20px  !important;
    background:  linear-gradient(to right, #333399, #ff00cc) !important;
    color: white  !important;
}

.swal2-styled {
    padding: 10px 32px 10px 32px !important;
    margin: 20px 10px 0px 10px !important;
    width: 170px;
    height: 45px;
}

.swal2-title {
  color: white !important;
}

.form-box
{
	width: 380px;
	height: 600px;
	position: relative;
	margin: 6% auto;
	background: #fff8;
	padding: 5px;
	border-radius: 24px;
	overflow: hidden;
	box-shadow: 0px 0px 100px rgba(0,0,0,0.4);
}


.button-box
{
	width: 220px;
	margin: 35px auto;
	position: relative;
	box-shadow: 0 0 20px 9px rgba(0,0,0,.1);
	border-radius: 30px;
}

.toggle-btn
{
	padding: 10px 30px;
	cursor: pointer;
	background: transparent;
	position: relative;
	border: 0;
	outline: none;
	font-weight: 700;
	color: #fff;
}

#btn
{
	top: 0;
	left: 0;
	position: absolute;
	width: 110px;
	height: 100%;
	background: linear-gradient(to right, #ff2e97, #00acbe);
	border-radius: 30px;
	transition: 0.5s;
}

.input-group
{
	top: 140px;
	position: absolute;
	width: 280px;
	transition: .5s;
	font-size: 17px;
	color: #4b0082;
}

form#register {
    top: 100px;
}
.inp {
	border-bottom: 1px solid rgba(0,0,0,0.4);
	justify-content: center;
}
.inpr {
	justify-content: center;
	text-align: center;
}
.inpr span{
	justify-content: center;
	color: white;
	font-weight: 500; 
	font-size: 22px;
}
.inp img{
	width: 20px;
	padding-right: 10px;
}
.input-field
{
	width: 100%;
	padding: 10px 0;
	margin: 5px 0;
	border-left: 0;
	border-right: 0;
	border-top: 0;
	font-weight: 700;
	font-size: 19px;
	border-bottom: 1px solid rgba(0,0,0,0.4);
	outline: none;
	background: transparent !important;
	color: #4b0082;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #4c00827c;
	font-size: 17px;
	/*opacity: 1;  Firefox */
}

#forgot-password {
	display: block;
	text-align: center;
	margin-top: 20px;
	text-decoration: none;
	color: #4b0082;
	font-weight: bold;
	font-size: 17px;
}

#register .input-field {
	color: #4b0082;
	font-size: 19px;
	background-color: transparent;
}
.submit-btn
{
	width: 85%;
	font-size: 17px;
	font-weight: 700;
	padding: 10px 30px;
	cursor: pointer;
	display: block;
	margin: auto;
	background: linear-gradient(to right, #ff2e97, #00acbe);
	color: #fff;
	border: 0;
	outline: none;
	border-radius: 2px 2px 15px 2px;
}
.submit-btn:hover {
	background: linear-gradient(to left, #ff2e97, #00acbe);
	border: 1px solid #fff;
}

.home-btn
{
	width: 70%;
	font-size: 17px;
	font-weight: 700;
	padding: 10px 30px;
	cursor: pointer;
	display: block;
	margin: auto;
	background: linear-gradient(to right, #ff2e97, #00ff7b);
	color: #fff;
	border: 0;
	outline: none;
	margin-top: 20px;
	border-radius: 10px;
	border-radius: 2px 2px 2px 15px;
	cursor: pointer;

}
.home-btn:hover {
	background: linear-gradient(to left, #ff2e97, #00ff7b);
	border: 1px solid #fff;
}

.reg-btn {
	width: 85%;
	font-size: 17px;
	font-weight: 700;
	padding: 10px 30px;
	cursor: pointer;
	display: block;
	margin: auto;
	background: linear-gradient(to right, #ff2e97, #00ff7b);
	color: #fff;
	border: 0;
	outline: none;
	border-radius: 2px 2px 15px 2px;
}
.reg-btn:hover {
	background: linear-gradient(to left, #ff2e97, #00ff7b);
	border: 1px solid #fff;
}

.check-box
{
	cursor: pointer;
	margin: 30px 10px 30px 0;
	font-size: 14px;
}


.instead {
	margin-top: 10px;
}
.instead h3 {
    overflow: hidden;
    text-align: center;
    color: rgba(0,0,0,0.6);
}
.instead h3:before,
.instead h3:after {
    background-color: rgba(0,0,0,0.5);
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 50%;
}
.instead h3:before {
    right: 0.5em;
    margin-left: -50%;
}
.instead h3:after {
    left: 0.5em;
    margin-right: -50%;
}
span
{
	color: #4b0082;
	font-size: 15px;
	font-weight: 600;
}

#login
{
	left: 50px;
}
#register
{
	left: 450px;
}

.field-icon {
	float: right;
	margin-left: -25px;
	margin-top: -25px;
	position: relative;
	z-index: 2;
}

.other {
	display: grid;
	justify-content: center;
	margin-top: 250px;
}

.connect {
	display: flex;
	margin: 10px;
	padding: 0px 30px;
	align-items: center;
	text-align: center;
	justify-content: center;
	border: 1px solid lightgray;
	border-radius: 5px;
	cursor: pointer;
	outline: none;
	/*border-radius: 10px;*/
	background: #fff;
}
.connect:hover {
	background: #fff8;
}
.connect img {
	padding: 5px;
	width: 25px;
}
.connect span {
	padding: 10px;
	font-size: 17px;
	font-weight: 700;
}

input:-internal-light-dark {
	background-color: unset !important;
}

