@import url('//fonts.googleapis.com/css?family=Open+Sans');

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none
}

ol, ul {
    list-style: none
}

span.ico {
    display: inline-block;
    overflow: hidden;
    font-size: 0;
    padding: 0;
    text-indent: -10000px
}

.clear {
    padding: 0;
    font-size: 0;
    margin: 0;
    overflow: hidden
}

blockquote, q {
    quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none
}

:focus {
    outline: 0
}

body {
    min-height: 100%;
    width: 100%;
    font-family: "Open Sans", sans-serif;
}

#login {
    display: flex;
    height: 100vh;
    align-items: center;
}

.ingreso-info {
    position: fixed;
    right: 0;
    height: 100vh;
    flex-direction: column;
    display: flex;
    width: 66.66666667%;
    overflow: hidden;
    background-clip: padding-box
}

.ingreso-info .info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background-image: url(../images/ss-info.jpg);*/
    background-color: #d9d9d9;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.ingreso-user {
    display: flex;
    flex-direction: column;
    width: 33.33333333%
}

#login .logo {
    width: 264px;
    height: 56px;
    position: relative;
    top: 50px;
    margin: 0 auto;
}

#login .logo .ico {
    width: 239px;
    height: 44px;
    background: url(/themes/material/images/logo.png) 0 0 no-repeat;
    background-size: 239px 44px;
    position: absolute;
    top: 0;
    left: 0
}

.inicio-sesion {
    width: calc(100% - 100px);
    margin: 70px auto 0;
}

.inicio-sesion h1 {
    font-size: 30px;
    color: #484848;
    text-align: center;
    margin-bottom: 20px;
}

.inicio-sesion .fields {
    font-size: 15px;
    color: #484848;
    font-weight: bold
}

.inicio-sesion input {
    font-size: 16px;
    color: #999999;
    width: 100%;
    padding: 0 15px;
    border: solid 2px #999999;
    border-radius: 3px;
    box-sizing: border-box;
    margin-bottom:40px;
    line-height:45px;
    font-family: 'Open Sans', sans-serif;
    background: none;
}

.inicio-sesion input:focus {
    border: solid 2px #00A6FF;
    box-shadow: inset 0 0 0 1px #00A6FF;
}

.fields label {
    margin: 10px 0;
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #2B3940;
    /*text-transform: uppercase;*/
    font-weight:bold;
}

.bt input {
    cursor: pointer;
    color:#fff;
    font-weight: bold;
    background:#00A6FF;
    border: solid 1px #00A6FF;
    margin-bottom: 10px;
    font-size:18px;
}

.bt input:hover {
    background: #006BA6;
    border: solid 1px #006BA6;
    color:#fff;
}

.recovery-pass {
    font-size: 14px;
    color: #2B3940;
    font-weight: normal;
    display: inline-block;
    margin-bottom: 50px;
    font-family: 'Open Sans', sans-serif;
}

.bottom-user {
    font-size: 13px;
    line-height: 150%;
    color: #666;
    margin-top: 30px
}

.error {
    /*border: 2px solid #a94442;*/
    background: #FF4D4D;
    color: #fff;
    border-radius: 4px;
    padding: 15px;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    font-size: 13px;
}

.error:empty {
    display: none
}

.ingreso-info p {
    padding: 30px;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    line-height: 150%
}

.ingreso-info p span {
    font-size: 25px;
}

@media only screen
and (max-width:1024px){
    .inicio-sesion { width: calc(100% - 60px); margin: 50px auto 0;}
}

@media only screen
and (max-width:1023px) {
}

@media only screen
and (max-width:767px){
    .ingreso-info { display: none}
    .ingreso-user{ width: 100%}
}