body{
    background-color: #06abb1;
    /*background-image:url(../img/principal.jpg);*/
    background-repeat: no-repeat;
    
    padding: 40px 0px;
    
	height: 500%;
	background-size: cover;
	
}

.login-form {
    padding: 50px;
}
.login-form form{
    background-color: rgb(140, 190, 208);
    max-width: 400px;
    margin: auto;
    padding: 30px 40px;
    border-radius: 5px;
    box-shadow: 0px 3px 10px;
}
.login-form .form-name {
     text-align: center;
     font-size: 20px;
     color: #23586b;
     height: 70px;
     margin: auto;
     margin-bottom: 0px;
     line-height: 10px;
     text-decoration: underline;
}

.login-form .item {
    border-radius: 10px;
    margin-bottom: 25px;
    padding: 10px 20px;
}

.login-form .login-account{
    border-radius: 20px;
    padding: 10px 20px;
    font-weight: bold;
    background-color: #527d8d;
    border: none;
    color: #fff;
    margin-top: 20px;
}

.login-form .form-group a {
    color: #527d8d;
}

.login-form .social-media {
    max-width: 400px;
    background-color: rgb(54, 134, 138);
    margin: auto;
    padding: 30px 0;
    text-align: center;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #527d8d;
    border-top: 1px solid #dee9ff;  
    box-shadow: 0px 3px 10px rgb(131,130,130);

}

.btn{
    display: block;
    width: 100%;
    padding: 10px 15px;
    border: 0;
    border-radius: 5px;
    margin: 5px 0;
}

.btn:hover{
    text-decoration: none;
    opacity: 0.5;
}

.login-form .social-icons {
     margin-top: 20px;
     margin-bottom: 15px;

}

.login-form .social-icons a {
    font-size: 20px;
    margin: 3px;
    color: #527d8d;
    border: 1px solid;
    border-radius: 50%;
    width: 45px;
    display: inline-block;
    height: 45px;
    background-color: #fff;
    line-height: 45px;
}

.login-form .social-icons a:hover {
   text-decoration: none;
   opacity: 0.6;

}
