body{
    background-color: #1d7f9e;
}
#login{
	color: #000;
    background-color: #fff;
	z-index: 500;
	box-shadow: 0 5px 16px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 5px 16px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 5px 16px rgba(0, 0, 0, 0.3);
    font-size: 30px;
    font-weight: normal; /* reset default browser weight for our webfonts */
	font-family: 'Patua One', cursive;
    align-content: center;
    text-align: center;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .4);   
    margin-top: 40px;
    padding: 20px;
    max-width: 400px;
    border-radius:5%;
}


#usuario,#contrasena {
   
    padding:4px;
    margin:4px;
    width: 100%;
    display: block;
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
     outline:none;
    
}

#enviar {
    margin:4px;
    background-color: #1d7f9e;
    font-family: Georgia, serif;
     font-weight: bold;
}

#enviar:hover {
    margin:4px;
    background-color: #000;
    font-family: Georgia, serif;
     font-weight: bold;
}


#formulario1{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    font-family: Georgia, serif;
    
    
}


#formulario1 input[type=text],#formulario1 input[type=password] {
	background: #e2e2e2;
    font-family: 'Open Sans', sans serif;
	border: 0;
	text-align: left;
    border-radius: 4px;
	vertical-align: middle;
    align-content: center;
    text-align: center;
}
#formulario1 input[type=text]:focus,#formulario1 input[type=password]:focus {
	background: #000; 
	color: #eff1ef;
    border-radius: 4px;
	box-shadow: none;
	
}

.profile-img-card {

    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    pointer-events: none; --disablecopyimg
}

#formulario1 a, .forgot-password{
    font-size: 18px;
    font-weight: normal; /* reset default browser weight for our webfonts */
	font-family: 'Patua One', cursive;
    text-align: left;
    outline:none;
    color: #1d7f9e;
}

#formulario1 a, a:hover, .forgot-password:focus{
    font-size: 18px;
    font-weight: normal; /* reset default browser weight for our webfonts */
	font-family: 'Patua One', cursive;
    text-align: left;
    outline:none;
    text-decoration: none;
    color: #000;
}
