﻿#loginWrapper {
    margin-top:12em;
}

.loginLogo {
    margin-bottom:3em;
}

#pnlLogin {
    width:330px;
    margin:0 auto;
}

#fieldsWrapper {
    background:#354a86;
    border-radius: 5px;
    border: 1px #354a86 solid;
    margin-bottom: 3em;
    padding: 1em 2em;
    float: left;
}

.field {
    margin-top: 1em;
    margin-bottom: 1em;
    float: left;
}

#buttons {
    width: 122%;
}

label {
    color:#FFF;
    float:left;
    font-size:1.5em;
    margin-left: 0.5em;
    line-height: 2em;
}

input[type="text"],
input[type="password"] {
    border: 2px solid #5cb85c;
    border-radius: 5px;
    padding: 6px;
    font-size: 1.5em;
    width:100%;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    float: right;
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

input[type='checkbox'] {
    -webkit-appearance:none;
    width:30px;
    height:30px;
    background:white;
    border-radius:5px;
    border:2px solid #5cb85c;
    float:left;
}

input[type='checkbox']:checked {
    background: #FFF url(../../img/iconos/positivo.png);
}

#help {
    float:left;
    width:100%;
}

/*.app #loginWrapper {
    margin: 0 auto;
    width: 330px;
}

.app .loginLogo {
    margin-bottom: 20px;
    margin-top: 80px;
}

.app #pnlLogin {
    margin: 40px auto 0;
    width: 330px;
    border-radius: 5px;
    border: 1px #354a86 solid;
}

.app #fieldsWrapper {
    background: #354a86;
    margin: 0 auto;
    padding: 2em;
    width: 310px;
}

.app #fieldsWrapper label {
    float: left;
    text-align: left;
    width: 90px;
}

.app #buttons {
    float: left;
    margin-bottom: 40px;
    margin-top: 10px;
    width: 100%;
}

.app .TextoTema {
    float: left;
}

.app #LoginButton {
    border-style: none;
    float: right;
}

input[type="text"],
input[type="password"] {
    width: 100%;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    border: 1px solid #9ccb3b;
    border-radius: 5px;
    padding: 6px;
    font-size: 1.5em;
}*/

/*embed*/
/*
body.embed {
  background:none;
}

.embed #loginWrapper {
    float: right;
    width: 100%;
    margin-top: 8px;
}

.embed #pnlLogin {
    float: right;
    min-width: 440px;
}

.embed #fieldsWrapper {
    float: left;
    margin-right: 3px;
}

.embed #buttons {
    float: left;
    position: relative;
}

.embed #UserName,
.embed #Password {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    width: auto;
}

.embed #RememberMe {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    left: 10px;
    position: absolute;
    top: -11px;
}

.embed label[for="RememberMe"] {
  position:absolute;
  display:none
}

.embed #RememberMe:hover ~ label[for="RememberMe"] {
    display:block;
    background: none repeat scroll 0 0 white;
    border: 1px solid;
    left: -132px;
    position: absolute;
    top: -10px;
    width: 140px;
}

.embed .field {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}

.embed #buttons span.TextoTema {
    position: relative;
}

.embed #LoginButton {
    background-color: #5cb85c;
    border-color: #4cae4c;
    color: #fff;
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px 6px 35px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

.embed *:before,
.embed *:after {
    box-sizing: border-box;
}

.embed *:before,
.embed  *:after {
    box-sizing: border-box;
}*/