@font-face {
    font-family: 'segoe-ui';
    src: url(../fuentes/segoeui/segoeui.ttf);
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

@font-face {
	font-family: 'Roboto';
	src: url(../fuentes/Roboto/Roboto-Regular.ttf);
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

* {
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
}

html,
body {
    width: 100%;
    height: 100%;
    background-color: rgb(10, 20, 55);
    font-family: 'Roboto', Roboto;
    font-weight: 200;
}

.login {
    position: relative;
    top: 50%;
    width: 16rem;
    display: table;
    margin: -150px auto 0 auto;
    background: #fff;
    border-top-left-radius:  2rem;
    border-top-right-radius: 2rem;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
}

.registro {
    position: relative;
    top: 25%;
    width: 30rem;
    display: table;
    margin: -150px auto 0 auto;
    background: #fff;
    border-radius: 4px;
}

.legend {
    position: relative;
    width: 100%;
    display: block;
    background-color: rgb(20, 42, 123);
    padding: 5px;
    color: #fff;
    font-size: 20px;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
}

.footer {
    position: relative;
    width: 100%;
    display: block;
    background-color: rgb(54, 96, 146);
    padding: 10px;
    color: #fff;
    font-size: 15px;
}

.footer-blanco {
    position: relative;
    width: 100%;
    display: block;
    background-color: white;
    padding: 10px;
    color: #fff;
    font-size: 15px;
}

a:link {
    color: white;
    font-size: 15px;
}

a:visited {
    color: white;
    font-size: 15px;
}

a:hover {
    color: rgb(183, 191, 200);
    font-size: 15px;
}

a:active {
    color: gray;
    font-size: 15px;
}

.input {
    position: relative;
    width: 90%;
    margin: 15px auto;
}

.input span {
    position: absolute;
    display: block;
    color: #d3d3d3;
    left: 10px;
    top: 8px;
    font-size: 20px;
}

.input input {
    width: 100%;
    padding: 10px 5px 10px 40px;
    display: block;
    border: 1px solid #f3f3f3;
    border-radius: .5rem;
    transition: 0.2s ease-out;
    color: black;
}

.input input:focus {
    padding: 10px 5px 10px 10px;
    outline: 0;
    border: 2px solid rgba(20, 42, 113, 0.8);
    /* border-color: rgba(20, 42, 123, 0.3); */
    box-shadow: 5px 5px 20px rgba(235, 235, 235, 0.8);
}

.submit {
    width: 45px;
    height: 45px;
    display: block;
    margin: 0 auto -15px auto;
    background: #fff;
    border-radius: 100%;
    border: 1px solid rgb(20, 42, 123);
    color: rgb(20, 42, 123);
    font-size: 24px;
    cursor: pointer;
    box-shadow: 0px 0px 0px 7px #fff;
    transition: 0.2s ease-out;
}

.submit:hover,
.submit:focus {
    background: rgb(20, 42, 123);
    color: #fff;
    outline: 0;
}

.feedback {
    position: absolute;
    bottom: -70px;
    width: 100%;
    text-align: center;
    color: #fff;
    background: #2ecc71;
    padding: 10px 0;
    font-size: 12px;
    display: none;
    opacity: 0;
}

.feedback:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(46, 204, 113, 0);
    border-bottom-color: #2ecc71;
    border-width: 10px;
    margin-left: -10px;
}

.btn-primary {
    color: #fff;
    background-color: #346092;
    border-color: #346092;
    box-shadow: none;
}

.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}

.btn-primary.focus,
.btn-primary:focus {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
    box-shadow: none, 0 0 0 0 rgba(38, 143, 255, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #346092;
    border-color: #346092;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(38, 143, 255, 0.5);
}

#logoEmpresaLogin {
    position: absolute;                 
    bottom: 0;                         
    right: 0; 
}

#logoEmpresaLogin img {
    width: 55%;
}

/* Móviles en horizontal o tablets en vertical
   ------------------------------------------------------------------------- */
   @media (min-width: 768px) {
	#logoEmpresaLogin img {
        width: 25%;
    }
}
/* Tablets en horizonal y escritorios normales
------------------------------------------------------------------------- */
@media (min-width: 1024px) {
	#logoEmpresaLogin img {
        width: 20%;
    }
}

/* Escritorios muy anchos
------------------------------------------------------------------------- */
@media (min-width: 1200px) {
	#logoEmpresaLogin img {
        width: 13%;
    }
}