/*------------------------------------------------------------------
Bootstrap Admin Template by EGrappler.com
------------------------------------------------------------------*/

.main {
    border-bottom: none !important;
}

.account-container {
    width: 500px;
    display: block;
    margin: 10px auto 0 auto;
    background: #FFFF;
    border: 1px solid #999;
}

.account-container-register {
    width: 980px;
    display: block;
    margin: 10px auto 0 auto;
    background: #F0F0F0;
    border: 1px solid #999;
}

div.access-title {
    background-color: #CFCFCF;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
    margin: -4px -16px 0px -16px;

}

.access-title span {
    line-height: 23.00px;
    font-family: "Verdana", sans-serif;
    font-style: normal;
    font-weight: normal;
    color: #000000;
    background-color: transparent;
    text-decoration: none;
    font-variant: normal;
    font-size: 18.7px;
    vertical-align: 0;
}

.content-selection {
    padding: 15px 0px;
}

.content {
    padding: 16px 28px 23px;
}

.login-fields {
    text-align: center;
    margin: 16px auto;
    width: 85%;
}

.login-fields label {
    display: none;
}

input.login-fields {
   
    text-align: center;
    font-size: 12px;
    color: #8e8d8d;
    padding: 11px 15px 2px 15px;
    background-color: #FFF;
    width: 85%;
    margin-bottom: 20px;
    border-bottom: #999 1px solid !important;
    box-shadow: none;
}

input.pass {
    
    text-align: center;
    font-size: 12px;
    color: #8e8d8d;
    padding: 11px 15px 2px 15px;
    background-color: #FFF;
    width: 60%;
    margin-bottom: 10px;
    border-bottom: #999 1px solid !important;
    box-shadow: none;
}

.login-actions {
    margin: -1em auto 1.25em auto;
    width: 80%;
}

.login-social {
    float: left;
    padding: 10px 0 15px;
    border: 1px dotted #CCC;
    border-right: none;
    border-left: none;
}

span.login-checkbox {
    float: left;
    margin-top: 31px;
}

span.login-checkbox>input[type='checkbox'] {
    float: left;
    width: 25px;
    height: 25px;
}

span.login-checkbox>input[type='checkbox']+label {
    clear: none;
    width: 150px;
    height: 15px;
    padding: 0 0 0 22px;
    margin: 0;
    font-size: 15px;
    line-height: 1.2em;
    cursor: pointer;
}

span.login-checkbox>input[type='checkbox']:checked+label {}


/** Text Under Box**/

.login-extra {
    display: block;
    width: 300px;
    margin: 1.5em auto;
    text-align: left;
    line-height: 19px;
    text-shadow: 1px 1px 0px #fff;
}

.account-container h1 {
    margin-bottom: .4em;
    color: #525252;
}


/** Buttons **/

.twitter,
.fb {
    position: relative;
    height: 32px;
    width: 157px;
    display: block;
    background: url(../../img/signin/twitter_btn.png) no-repeat;
}

.fb {
    width: 162px;
    background: url(../../img/signin/fb_btn.png) no-repeat;
}

.twitter:active,
.fb:active {
    top: 1px;
}

.twitter:hover,
.fb:hover {
    background-position: 0 -32px;
}

.twitter a,
.fb a {
    padding: 5px 0 0 35px;
    text-shadow: -1px -1px 0px rgba(0, 0, 0, .3);
    color: #fff;
    font-weight: bold;
    font-size: 11px;
    height: 32px;
    display: block;
}

.fb a {
    padding: 5px 0 0 31px;
}

.twitter,
.fb {
    display: inline-block;
}

.twitter a:hover,
.fb a:hover {
    color: #FFF;
    text-decoration: none;
}

.button {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    float: right;
    margin-top: 18px;
}

.register .login-social {
    margin-bottom: 1em;
}

.register .login-actions {
    margin-bottom: 0;
}

select.small {
    width: 55px;
    height: 43px;
    padding-left: 6px;
    border: #999 0.5px solid !important;
}

.register .login-fields input.imputselect {
    width: 342px;
    height: 35px;
    padding-left: 6px;
    border: #999 0.5px solid !important;
}

.dos {
    padding-left: 80px;
    left: 80px;
}

.margenDerecho {
    margin-right: 75px;
}

.register h1 {
    color: #444;
}

.register span.login-checkbox {
    position: relative;
    width: 200px;
}

.register span.login-checkbox>input[type="checkbox"]+label {
    position: relative;
    line-height: 1.3em;
    font-size: 12px;
}
@media (max-width: 768px) {
    .account-container {
        width: 415px;
    }
}
@media (max-width: 480px) {
    .account-container {
        width: 95%;
        margin-top: 35px;
    }
    .login-fields input {
        width: 160px;
    }
    .login-social {
        width: 100%;
    }
    .twitter {
        display: block;
        margin-bottom: 1em;
    }
    .register .login-fields input {
        width: 90%;
        padding-left: 6px;
    }
}

.warning {
    border-radius: .4rem;
    padding: .2rem;
    text-align: center;
    flex-direction: row;
    max-width: 100%;
    margin: 1rem 1rem 1rem 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    z-index: 1;
    box-shadow: 1px 12px 33px rgba(0, 0, 0, 0.5);
    width: 200px;
    transition: all 0.5s ease;
    padding-top: 8px;
    background-color: #FBFBFB;
    border: solid 2px #EBEBEB;
    color: #404040;
}
.warning i {
    font-size: 1.3rem;
    color: #E3B20F;
    margin-right: 10px;
}

.warning p {
    display: inline-block;
    margin-bottom: 5px;
}
.trinagle {
    width: 0;
    height: 0;
    border-right: 18px solid transparent;
    border-top: 18px solid transparent;
    border-left: 18px solid transparent;
    border-bottom: 18px solid #FBFBFB;
    position: absolute;
    top: -36px;
    left: calc(50% - 25px);
}