﻿* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0; 
}

html { 
    background: url(../img/login/backgrounds/10.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 100%;
    max-height: 100vh;
    overflow: hidden;
}
body{
    color: #fff;
    text-align: center;
}

h1 {
    font-size: 35px;
    margin: 0 0 20px 0;
    font-weight: 700;
    text-shadow: 0 1px 4px rgba(0,0,0,.2);
}

div.form-login div.top { padding: 5px 0; }
div.form-login div.top span, div.form-login div.bottom span {
    display: block;
    margin: 0 0 3px 0;
}
div.form-login div.top span.titulo {
    font-size: 24px;
    font-weight: bold;
}

div.form-login div.mensajeLogin { padding: 10px 0 5px 0; }

div.form-login div.bottom a {
    /*cursor: pointer;
    border: 1px solid #707070;
    display: block;
    background: #DDDDDD;
    color: #0E0E0E;
    padding: 3px 0 1px 0;
    border-radius: 5px;
    margin: 0 0 5px 0;*/
    text-align: right;
    cursor: pointer;
    text-decoration: underline;
}

.container { margin: 50px 0 0 0; }

.page-container {
    margin: 120px auto 0 auto;
}

h1 {
    font-size: 35px;
    margin: 0 0 20px 0;
    font-weight: 700;
    text-shadow: 0 1px 4px rgba(0,0,0,.2);
}

.page-container .form-login{
    margin: auto;
    width: 41%;
}

/*:: Diseño para botones de inicio de session ::*/
.page-container .formulario { 
    border: 1px solid;
    border-bottom: 0px;
    background: rgba(192, 190, 185,.6);
    float: left;
    width: 100%;
}
.formulario > div { /*padding: 20px 0 20px 45px;*/ }
.formulario .radio label,.formulario .checkbox label {
    /*border: 1px solid;*/
    /*border-radius: 5px;*/
    color: #FF4136;
    cursor: pointer;
    display: inline-block;
    font-size: 1em;
    position: relative;
    padding: 15px 30px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; 

    width: 49% !important;
}
.formulario .radio label:hover,.formulario .checkbox label:hover { background: rgba(255, 65, 54, 0.1); }
.formulario input[type="radio"] { display: none; }
.formulario input[type="radio"]:checked + label:before { display: none; }
.formulario input[type="radio"]:checked + label {
    padding: 15px 30px;
    background: #FF4136;
    color: #fff; 
}
.formulario .checkbox label:before { border-radius: 3px; }
.formulario .checkbox input[type="checkbox"] { display: none; }
.formulario .checkbox input[type="checkbox"]:checked + label:before { display: none; }
.formulario .checkbox input[type="checkbox"]:checked + label {
    background: #FF4136;
    color: #fff;
    padding: 5px 15px; 
}

.page-container #divPaciente{
    float: left;
    width: 100%;
}

form {
    position: relative;
    width: 305px;
    /*margin: 15px auto 0 auto;*/
    margin: 0 auto 0 auto;
    text-align: center;
}

input {
    width: 100%;
    height: 42px;
    margin-top: 25px;
    padding: 0 15px;
    background: #2d2d2d;
    background: rgba(45,45,45,.15);
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #3d3d3d;
    border: 1px solid #FFF;
    -moz-box-shadow: 0 2px 3px 0 rgba(0,0,0,.1) inset;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0,0,0,.1) inset;
    box-shadow: 0 2px 3px 0 rgba(0,0,0,.1) inset;
    font-family: 'PT Sans', Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0,0,0,.1);
    -o-transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
}

input:-moz-placeholder { color: #fff; }
input:-ms-input-placeholder { color: #fff; }
input::-webkit-input-placeholder { color: #fff; }

input:focus {
    outline: none;
    -moz-box-shadow:
        0 2px 3px 0 rgba(0,0,0,.1) inset,
        0 2px 7px 0 rgba(0,0,0,.2);
    -webkit-box-shadow:
        0 2px 3px 0 rgba(0,0,0,.1) inset,
        0 2px 7px 0 rgba(0,0,0,.2);
    box-shadow:
        0 2px 3px 0 rgba(0,0,0,.1) inset,
        0 2px 7px 0 rgba(0,0,0,.2);
}

button, input[type=submit] {
    cursor: pointer;
    /*width: 300px;*/
    width: 100%;
    height: 44px;
    margin-top: 15px;
    padding: 0;
    background: #ef4300;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #ff730e;
    -moz-box-shadow: 0 15px 30px 0 rgba(255,255,255,.25) inset, 0 2px 7px 0 rgba(0,0,0,.2);
    -webkit-box-shadow: 0 15px 30px 0 rgba(255,255,255,.25) inset, 0 2px 7px 0 rgba(0,0,0,.2);
    box-shadow: 0 15px 30px 0 rgba(255,255,255,.25) inset, 0 2px 7px 0 rgba(0,0,0,.2);
    font-family: 'PT Sans', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0,0,0,.1);
    -o-transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
}

button:hover {
    -moz-box-shadow:
        0 15px 30px 0 rgba(255,255,255,.15) inset,
        0 2px 7px 0 rgba(0,0,0,.2);
    -webkit-box-shadow:
        0 15px 30px 0 rgba(255,255,255,.15) inset,
        0 2px 7px 0 rgba(0,0,0,.2);
    box-shadow:
        0 15px 30px 0 rgba(255,255,255,.15) inset,
        0 2px 7px 0 rgba(0,0,0,.2);
}

button:active {
    -moz-box-shadow:
        0 15px 30px 0 rgba(255,255,255,.15) inset,
        0 2px 7px 0 rgba(0,0,0,.2);
    -webkit-box-shadow:
        0 15px 30px 0 rgba(255,255,255,.15) inset,
        0 2px 7px 0 rgba(0,0,0,.2);
    box-shadow:        
        0 5px 8px 0 rgba(0,0,0,.1) inset,
        0 1px 4px 0 rgba(0,0,0,.1);

    border: 0px solid #ef4300;
}

.connect {
    width: 305px;
    margin: 35px auto 0 auto;
    font-size: 18px;
    font-weight: 700;
    text-shadow: 0 1px 3px rgba(0,0,0,.2);
}

.connect a {
    display: inline-block;
    width: 32px;
    height: 35px;
    margin-top: 15px;
    -o-transition: all .2s;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    -ms-transition: all .2s;
}
	
#supersized {  display:block; position:fixed; left:0; top:0; overflow:hidden; z-index:-999; height:100%; width:100%; }
#supersized img { width:auto; height:auto; position:relative; display:none; outline:none; border:none; }
#supersized.speed img { -ms-interpolation-mode:nearest-neighbor; image-rendering: -moz-crisp-edges; }	
#supersized.quality img { -ms-interpolation-mode:bicubic; image-rendering: optimizeQuality; }			
#supersized li { display:block; list-style:none; z-index:-30; position:fixed; overflow:hidden; top:0; left:0; width:100%; height:100%; background:#111; }
#supersized a { width:100%; height:100%; display:block; }
#supersized li.prevslide { z-index:-20; }
#supersized li.activeslide { z-index:-10; }
#supersized li.image-loading img{ visibility:hidden; }
#supersized li.prevslide img, #supersized li.activeslide img{ display:inline; }
#supersized img { max-width: none !important }

.Contenido{ background-color: transparent !important; }

fieldset{
    background: rgba(192, 190, 185,.6);
    border: 1px solid #FFF;
    border-top: 0px;
    /*border-radius: 5px;*/
    display: block;
    /*margin: 25px 10px 0 10px;*/
    padding: 25px 40px;
}

legend{
    background: rgba(176, 174, 167,.8);
    border: 1px solid #FFF;
    border-radius: 5px;
    color: #FFF;
    font-weight: bold;
    padding: 10px 15px;
    text-transform: uppercase;
}

fieldset .mensajeLogin p{
    padding: 10px;
    color: #FFF;
}

/*Modificaciones captcha*/
#rc-anchor-container{width: 100% !important;}

/*modificacion Boton modal mensaje fin de session*/
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { width: 97%;}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button {background-color: #1AB394; border: 1px solid #000;}
.ui-dialog .ui-dialog-titlebar{ /*background-color: #25A0DA; color: #FFF;*/ }
.ui-widget-overlay { opacity: 0.7; }

.input_container {
    position: relative;
}

.icon {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
}

/*::Diseño radiobutton de rut y pasaporte::*/
.center input[type="radio"]{ display : none; }

.center .radio label {
    color: #FFF;
    padding: 5px 15px 5px 50px;
    display: inline-block;
    position: relative;
    border-radius: 3px;
    cursor: pointer;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.center .radio label:hover{ background-color: #EF4300; }

.center .radio label:before {
    content: "";
    width: 15px;
    height: 15px;
    display: inline-block;
    background: none;
    border: 3px solid #FFF;
    border-radius: 50%;
    position: absolute;
    left: 17px;
    top: 3px;
 }
.center input[type="radio"]:checked + label{
    padding: 5px 15px;
    background-color: #EF4300;
    border-radius: 2px;
}

.center #rut::-webkit-input-placeholder:before{ content: 'hola Mundo'; }

.center input[type="radio"]:checked + label:before{ display: none; }

/* :: Inicio de estilo para realizar el sitio Responsive :: */
@media screen and (max-width: 900px ) {
    /*#divProactive{ display: none; }
    .formulario{ display: block; }*/
    .page-container .form-login{ width: 80%; }

    form {
        width: 100%;
    }

}