
body {
	background: url(../img/bg-image.jpg)no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.titleForm {
    color: #96b6cb;
    font-size: 20px;
    margin: 45px 0 20px;
    text-align: center;
}
.form-group {
    margin: 0 auto;
    width: 100%;
}
.formCaja {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 5px;
    box-shadow: 0 40px 32px 0 rgba(0, 0, 0, 0.25);
    margin: 50px auto;
    max-width: 350px;
    width: 100%;
}

/*--- INPUTS ---*/
.form-control {
    background-color: #ffffff;
    background-image: none;
    border: 2px solid #e8e8e8;
    border-radius: 4px;
    color: #244e6a;
    display: block;
    font-size: 20px;
    height: 28px;
    margin: 0 auto;
    max-width: 78%;
    padding: 5px;
    width: 100%;
}
.form-control:focus {
    border: 1px solid #66ffcc;
    box-shadow: 0 0 3px #66ffcc;
    color: #24c6dc;
}

/*--- CHECKBOX ---*/
.remember {
    display: block;
    float: right;
    padding: 15px 35px 25px;
}
.checkbox input[type="checkbox"] {
    float: right;
    margin-left: 14px;
    position: relative;
}
.checkbox label {
    color: #96b6cb;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
    min-height: 15px;
    padding-left: 20px;
}

/*--- BUTTON ---*/
.btn-submit {
    background-color: #1c3e55;
    border: 1px solid #1c3e55;
    border-radius: 4px;
    color: #f3f6f8;
    display: block;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 2px;
    margin: 0 auto;
    padding: 9px;
    text-transform: uppercase;
    width: 80%;
}
.btn-submit:hover {
    background-color: #244e6a;
    border: 1px solid #1c3e55;
    color: #ffffff;
}
#usrmgrDivForm {
    font-family: "Trebuchet MS","Tahoma","Arial",sans;
    margin: 0 auto;
    padding: 20px 0;
    text-align: center;
}
#usrmgrDivForm p {
    text-align: center;
}
#usrmgrDivForm img {
    text-align: center;
}
#usrmgrDivForm form label span {
    display: block;
    float: left;
    margin-right: 5px;
    padding-right: 5px;
    width: 55px;
}
#usrmgrDivForm form div {
    margin: 5px 0;
}
#newUsrmgrDivForm {
    border: 1px solid #1fa0b5;
    font-family: "Trebuchet MS","Tahoma","Arial",sans;
    margin: 0 auto;
    padding: 10px 0 0 10px;
    text-align: center;
    width: 90%;
}
#newUsrmgrDivForm p {
    text-align: center;
}
#newUsrmgrDivForm form div {
    margin: 5px 0;
}
#usrmgrDivForm #usrmgrRemPass {
    font-size: 0.7em;
    text-align: left;
}
#usrmgrDivForm #usrmgrDebug {
    font-size: 18pt;
    margin: 10px;
    text-align: center;
}
#usrmgrDivForm .error {
    color: #f52500;
}
#usrmgrDivForm .ok {
    color: #358d32;
}
#usrmgrDivForm .ko {
    color: #1b6bc6;
}
#usrmgrDivForm .nd {
    color: #93a0a9;
}
#usrmgrDivForm .db {
    color: #1b6bc6;
    font-size: 10pt;
}

/* ini - efectos login bloqueado */
.loginBloqueado {
    background-color: #b5b5b5;
    display: none;
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
}
#cronometro {
    background-color: #111;
    color: white;
    font-family: "Trebuchet MS",Trebuchet,"Trebuchet MS",Trebuchet,Tahoma,Verdana,Geneva,Arial,Helvetica,sans-serif;
    font-size: 15px;
    font-weight: bolder;
    margin: 2px;
    padding: 2px;
    position: relative;
    top: 240px;
    width: 300px;
}
#digit_cron {
    background-color: #222;
    color: white;
    font-family: "Trebuchet MS",Trebuchet,"Trebuchet MS",Trebuchet,Tahoma,Verdana,Geneva,Arial,Helvetica,sans-serif;
    font-size: 40px;
    font-weight: bolder;
}
#div_reloj {
    padding: 13px;
}
#cron_mensaje {
    padding: 7px;
}
#loginDesbloqueado {
    position: absolute;
    right: 0;
    top: 0;
}
/* ini - efectos login bloqueado */


footer {
    bottom: 20px;
    right: 20px;
    position: absolute;
}

footer a {
    background: rgba(0, 0, 0, 0) url("../img/dv.png") no-repeat scroll 0 0;
    display: block;
    height: 10px;
    width: 100px;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
}

@media only screen and (max-width: 360px) {
.formCaja {margin: 10px auto;}
footer {top: 490px;}
}
