.containerStatic{
	height: 100vh;
	width: 70%;
	position: absolute;
	left:0;
	top: 0;
}

.img{
	width: 25%;
	height:auto;
	position: absolute;
	bottom: 0;
	left:0;
}

.textP{
	width: 900px;
	position: absolute;
	right: 32%;
	top: 10%;
	text-align: right;
	font-size: 30px;
	font-family: 'Cabin' , sans-serif;
	color: #777777;
}
.yellow{
	color:lavender;
	font-size: 60px;
}
.brand{
	font-size: 60px;
	color: #565656;
}

.containerForm{

	background-color: #efefef;
	height: 100vh;
	width: 30%;
	position: absolute;
	right: 0;
	top: 0;
	border-left: solid #c9c9c9 2px;
	box-shadow: -0.5em 0 1em #d8d8d8;

}

.sca{
	width: 250px;
	height: auto;
	position: absolute;
	left:2%;
	top: 2%;
}

.help{
	position: absolute;
	right: 7%;
	top: 3.5%;
	font-size: 20px;
	font-family: 'Cabin', sans-serif;
	color: #5ec2ed;
    text-decoration:none;

}

hr{
	height: 2px;
	background-color: #d1d1d1;
	margin-top: 15%;
}

.form{
	margin-top: 20px;
	display: grid;
	grid-template-columns: 0.5fr 0.5fr;
	grid-template-rows: 100px,100px;
	font-family: 'Cabin',sans-serif;
	font-size: 30px;
	cursor: pointer;
}

.access{
	color:#777777;
}

.register{
	color: #cccccc;
}

.accessForm{
	margin-top: 200px;
}
 ::placeholder{
 	color: #8c8c8c;
 }

.input
{
    color: black;
    font-size: 15px;
    height: 40px;
    width: 70%;
    padding-left: 10px;
    background-repeat: repeat-x;
    border-radius: 5px; 
    border: solid 2px gray;
}
.link{
    text-decoration:none;
}

.btn {
    background-color: #5ec2ed;
    border: none;
    color: white;
    width: 70%;
    height: 40px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 8px;
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 12px 16px 0 #5ec2ed;
    cursor: pointer;
}

