
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');


body {
  margin: 0;
	padding: 0;
  font-family: 'Roboto', sans-serif;
  overflow-x:hidden;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ac0000+0,f61212+100 */

}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.login_wrapper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/login_image.jpg);
    background-size: cover;
	background-position: -220px center;
	    display: flex;
    align-items: end;
}
.login_wrapper:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}
.login_wrapper h2 {
    position: relative;
    width: calc(100% - 350px);
}
.login_wrapper aside {
    position: fixed;
    right: 0;
    top: 0;
    width: 350px;
    height: 100%;
    padding: 35px;
    box-sizing: border-box;
    background-color: #fff;
}
.login_wrapper aside section {
    width: 100%;
}
.login_wrapper aside img {
    display: block;
    margin: 0 auto;
    width: 60px;
}
.login_wrapper aside h3 {
    text-align: center;
    font-size: 30px;
}
.login_field label {
    display: block;
    font-size: 14px;
    color: #555;
}
.login_field input {
    width: 100%;
    height: 40px;
    padding: 0 15px;
    box-sizing: border-box;
    margin: 5px 0 0;
    border: solid 1px #bbb;
	border-radius:3px;
}
.login_field {
    margin: 0 0 20px;
}
.remember_check {
    font-size: 14px;
    color: #555;
    display: block;
    margin: 0 0 0 -3px;
}
.login_button {
    display: block;
    width: 100%;
    background: linear-gradient(45deg, rgba(69,103,253,1) 0%,rgba(72,175,255,1) 100%);
    border: none;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 13px 0;
    border-radius: 3px;
    margin: 15px 0;
}
.forgot_password {
    text-align: center;
    display: block;
    font-size: 13px;
    color: #000;
    letter-spacing: 1px;
}
.login_wrapper h2 {
    position: relative;
    width: calc(100% - 350px);
    text-align: center;
    color: #fff;
    font-size: 60px;
    letter-spacing: 3px;
    opacity: 0.7;
    line-height: 65px;
}





@media (min-width:250px) and (max-width: 767px) {
.login_wrapper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/login_image.jpg);
    background-size: cover;
    background-position: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}	
.login_wrapper aside {
    position: relative;
    width: 280px;
    height: auto;
    padding: 25px;
    box-sizing: border-box;
    background-color: #fff;
    margin: 0 auto;
}
.login_wrapper aside img {
    margin: 0 auto;
    width: 55px;
}
.login_wrapper aside h3 {
    text-align: center;
    font-size: 22px;
    margin: 15px 0;
}
.login_field input {
    height: 35px;
}
.login_wrapper {
    display: block;
}
.login_wrapper h2 {
	width: 100%;
    text-align: center;
    font-size: 30px;
    letter-spacing: 2px;
    opacity: 0.7;
}
}

.login_field {
    position: relative;
  }
  
  .eye-position-login{
    position: absolute;
    right:15px;
    top:30px;
  }








