@import url('https://fonts.googleapis.com/css?family=Raleway:400,700');

* {
	box-sizing: border-box;
	font-family: Raleway, sans-serif;
}

body {
	background-color: #dfdfdf;		
	overflow-y: hidden;
}

.container {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 50px;
}

.screen {		
	background: linear-gradient(90deg, #21b63a, #268a37);		
	box-shadow: 0px 0px 24px #1fb839;
	height: 550px;
	width: 330px;		  
}

.screen__content {
	z-index: 1;
	position: relative;	
	height: 100%;
}

.screen__background {		
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	-webkit-clip-path: inset(0 0 0 0);
	clip-path: inset(0 0 0 0);	
}

.screen__background__shape {
	transform: rotate(130deg);
	position: absolute;
}

.screen__background__shape1 {
	height: 460px;
	width: 450px;
	background: white;	
	top: 60px;
	left: -80px;	
	border-radius: 0 50% / 0 100% / 0 70%;
	z-index: -1;
}

.login {
	width: 320px;
	padding: 30px;
	padding-top: 60px;
}

.login__field {
	padding: 20px 0px;	
	position: relative;	
}

.login__icon {
	position: absolute;
	top: 30px;
	color:  #268a37 ;
}

.login__input {
	border: none;
	border-bottom: 2px solid #D1D1D4;
	background: none;
	padding: 10px;
	padding-left: 24px;
	font-weight: 700;
	width: 75%;
	transition: .2s;
}

.login__input:active,
.login__input:focus,
.login__input:hover {
	outline: none;
	border-bottom-color: #268a37;
}

.login__submit {
	background: #fff;
	font-size: 14px;
	margin-top: 45px;
	padding: 16px 20px;
	border-radius: 26px;
	border: 1px solid #D4D3E8;
	text-transform: uppercase;
	font-weight: 700;
	align-items: center;
	width: 90%;
	color:  #268a37;
	box-shadow: 0px 2px 2px  #268a37;
	cursor: pointer;
	transition: .2s;
	text-align: center;
}

.login__submit:active,
.login__submit:focus,
.login__submit:hover {
	border-color: #fff;
	background:  #268a37 ;
	color: #fff;
	outline: none;
	cursor: pointer;
}

.button__icon {
	font-size: 24px;
	margin-left: auto;
	color:  #268a37;
}

.letra{
	text-align: center;
	color: black;
}

.logo{
	width: 60%;
}

.logo_modal{
	width: 60%;
}

.conforseg{
	width: 35%; 
	filter: saturate(210%);
}

@media only screen and (max-width : 900px) {
	

	.screen__background__shape {
		transform: rotate(160deg);
		position: absolute;
	}

	.screen__background__shape1 {
		height: 580px;
		width: 300px;
		background: white;	
		top: 35px;
		left: -40px;	
		border-radius: 0 50% / 0 100% / 0 70%;
		z-index: -1;
	}

	.login__submit {
		width: 70%;
	}

	
}




