/* CSS Document */
html,body,h1,h2,h3,h4,h5 {font-family: "Raleway", sans-serif}
body {
	padding-top: 60px;
	padding-bottom: 60px;
/*	background-image: url('/images/Colorful-Background.jpg');*/
  	background-color:#4C848B;
  	height: 500px;
	background-position: center;	
	background-size:auto;
	/*position: relative;*/	 
} 

#login {
    padding-top: 40px;
    padding-bottom: 40px;
	position: relative;
	top: auto;
	right: auto;
}

#login .form-signin {
    max-width: 400px;
    padding: 19px 29px 29px;
    margin: 0 auto 20px;
    background-color: #fff;
    border: 1px solid #0B09C3;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
       -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
            box-shadow: 0 1px 2px rgba(0,0,0,.05);
}
#login .form-signin .form-signin-heading
 {
    margin-bottom: 10px;
}

/*Cuenta Usuario*/
#cuentauser {

    * {box-sizing: border-box;}
}
/*style the title*/
.modal-title {
    color: dodgerblue;
    padding-left: 10px;
    text-align: center;
}

/* Style the input container */
.input-container {
    display: flex;
    width: 100%;
    margin-bottom: 15px;
}

/* Style the form icons */
.icon {
    padding: 10px;
    background: dodgerblue;
    color: white;  
    text-align: center;
}

/* Style the input fields */
.input-field {   
    width: 100%;
    padding: 10px;
    outline: none;
}

.input-field:focus {
    border: 2px solid dodgerblue;
}

/* Set a style for the submit button */
.btn {
    background-color: dodgerblue;
    color: white;
    padding: 15px 20px;
    border: none;
    cursor: pointer;
    width: 100%;
    float: none;
    text-align: center;
    opacity: 0.9;
    margin: 5px;
}

.btn:hover {
    opacity: 1;
}

.borrado{
     text-decoration:line-through;
     color: red;
}
