
img.talent {
width: 424px;
height: 283px;
margin: 0px 50px 25px 50px;
padding: 0;
float: right; }

button.login {
	position: absolute; top: 75px; right: 75px;
width: 150px; 
height: 55px; 
margin: 0; 
background-color: #0000FF; 
color: #FFF; 
border-radius: 8px; 
font-size: 22px;
-webkit-transition-duration: 0.1s; /* Safari */
transition-duration: 0.1s; }

button.login:hover {  
background-color: #15a901; 
cursor: pointer; }


