* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

body
{
    font-family: 'Poppins', sans-serif;
    overflow: hidden;
}

.wave
{
	position: fixed;
	bottom: 0;
	left: 0;
	height: 100%;
	z-index: -1;
	color: #4481eb;
}

.container
{
    width: 100vw;
    height: 100vh;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap :7rem;
    padding: 0 2rem;
}

.img
{
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.login-content {
	display: grid;
	justify-content: flex-start;
	align-items: center;
	text-align: center;
	align-content: stretch;
	justify-items: center;
}
/* .login-content .logo-img
{
	right: calc(100% - 500px);
	position: relative;
}

.logo-img
{
	margin-bottom: 20px;
} */
/*
.link-logo
{
	display: block;
	text-align: center;
	text-decoration: none;
	color: #999;
	font-size: 0.9rem;
	transition: .3s;
} */

.img img {
	width: 500px;
}

form {
	width: 360px;
}

.login-content img {
    height: 210px;
}

.login-content h2 {
	margin: 15px 0;
	color: #333;
	text-transform: uppercase;
	font-size: 1.9rem;
}

.login-content .input-div {
	position: relative;
    display: grid;
    grid-template-columns: 7% 93%;
    margin: 25px 0;
    padding: 5px 0;
    border-bottom: 2px solid #d9d9d9;
}

.login-content .input-div.one {
	margin-top: 0;
}

.i{
	color: #d9d9d9;
	display: flex;
	justify-content: center;
	align-items: center;
}

.i i{
	transition: .3s;
}

.input-div > div{
    position: relative;
	height: 45px;
}

.input-div > div > h5{
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
	color: #999;
	font-size: 18px;
	transition: .3s;
}

.input-div:before, .input-div:after{
	content: '';
	position: absolute;
	bottom: -2px;
	width: 0%;
	height: 2px;
	background-color: #4481eb;
	transition: .4s;
}

.input-div:before{
	right: 50%;
}

.input-div:after{
	left: 50%;
}

.input-div.focus:before, .input-div.focus:after{
	width: 50%;
}

.input-div.focus > div > h5{
	top: -5px;
	font-size: 15px;
}

.input-div.focus > .i > i{
	color: #4481eb;
}

.input-div > div > input{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: none;
	outline: none;
	background: none;
	padding: 0.5rem 0.7rem;
	font-size: 1.2rem;
	color: #555;
	font-family: 'poppins', sans-serif;
}

.input-div.pass{
	margin-bottom: 4px;
}

a{
	display: block;
	text-align: right;
	text-decoration: none;
	color: #999;
	font-size: 0.9rem;
	transition: .3s;
}

a:hover{
	color: #38d39f;
}

.btn{
	display: block;
	width: 100%;
	height: 50px;
	border-radius: 25px;
	outline: none;
	border: none;
	background-image: linear-gradient(to right, #4481eb, #4481eb, #4481eb);
	background-size: 200%;
	font-size: 1.2rem;
	color: #fff;
	font-family: 'Poppins', sans-serif;
	text-transform: uppercase;
	margin: 1rem 0;
	cursor: pointer;
	transition: .5s;
}
.btn:hover{
	background-position: right;
}

@media screen and (max-width: 1050px){
	.container{
		grid-gap: 5rem;
	}
}

@media screen and (max-width: 1000px){
	form{
		width: 290px;
	}

	.login-content h2{
        font-size: 2.4rem;
        margin: 8px 0;
	}

	.img img{
		width: 400px;
	}

	.login-content .logo-img
	{
		right: 0;
		/* position: none; */
	}
}

@media screen and (max-width: 900px){
	.container{
		grid-template-columns: 1fr;
	}

	.img{
		display: none;
	}

	.wave{
		display: none;
	}

	.login-content{
		justify-content: center;
	}

	.login-content .logo-img
	{
		right: 0;
		/* position: inherit; */
	}

    .modal .modal-body{
        display: grid;
        align-items: center;
    }

    .modal-btn{
        width: 50%;
    }
}

#divCircle
{
	width: 195px;
	height: 195px;
	border-radius: 200px;
	position: relative;
	overflow: hidden;
	top: -10px;
	left: -10px;
	opacity: 0;
	margin: -60px;
	transition:opacity 0s 0s;
}

#divCircle img
{
	position: absolute;
	width: 50px;
	height: 50px;
	background: #4481eb;
	border-radius: 60px;
	border: 2px #000 solid;
	transition:all 0.4s;
}

#divCircle img:hover
{
	border: 2px #333 solid;
	width: 55px;
	height: 55px;
}

#middleBubble
{
	text-align: center;
	vertical-align: top;
	color: #252525;
	height: 60px;
	width: 60px;
	position: absolute;
}

#middleBubble img
{
	top: 0px !important;
	left: 0px !important;
}

.mainImg
{
	width: 100px;
	position: absolute;
	margin: -23px;
}
/*
.mainImg img
{
	width: 60px;
	border-width: 0px;
	border-style: solid;
	border-color: #4481eb;
	border-radius: 600px;
	overflow: hidden;
	transition: all 0.5s;
	margin: 60px 0 0 60px;
} */

.avatarList
{
	margin: 0px -60px;
	display: inline-block;
	width: 60px;
	height: 60px;
	background: #4481eb;
	border-radius: 60px;
}

.avatarList.expand .mainImg img
{
	border-color: #4481eb;
	border-width: 60px;
	margin: 0;
}

#divCircle.expand
{
	display: block;
	opacity: 1;
	transition: opacity 0.5s 0.4s;
	background:#4481eb ;
}

.fa-eye
{
    position: absolute;
    top: 24px;
    right: 10px;
    cursor: pointer;
	color: #555;
}

.modal-btn {
    background: transparent;
    padding: 1em 2em;
    color: black;
    border: 0;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
    /* width: 26%; */
    font-family: "Poppins", sans-serif;
	z-index: 10000;
	position: absolute;
}

.modal-btn:hover {
    background: #d9d9d9;
    color: white;
}

.modal {
    display: none;
    position: fixed;
    z-index: 8;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
}
.modal-content {
    margin: 10% auto;
    width: 60%;
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 7px 20px 0 rgba(0, 0, 0, 0.17);
    animation-name: modalopen;
    animation-duration: 1s;
}

.modal-header h2,
.modal-footer h3 {
  margin: 0;
}

.modal-header {
    background: #428bca;
    padding: 15px;
    color: #fff;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }

.modal-body {
    padding: 10px 20px;
    background: #fff;
    display: flex;
    align-items: center;
    gap: 20px;
}

.modal-body a {
    text-decoration: none;
    display: flex;
    align-items: center;
    font-family: "Poppins", sans-serif;
}

.modal-body a:hover
{
    background-color: #428bca;
    height: 100%;
}

.modal-footer {
    background: #428bca;
    padding: 10px;
    color: #fff;
    text-align: center;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.close {
    color: #ccc;
    float: right;
    font-size: 30px;
    color: #fff;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

@keyframes modalopen {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
}

.modal-btn-buttom {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 1em;
    margin-right: 10px;
    height: 0px;
	margin-top: 10px;
}
