﻿.login-content #api {
    /*display: flex;*/
    align-items: center;
}

.localAccount {
    margin-left: auto;
    margin-right: auto;
    color: white;
    width: 100%;
}

    .localAccount .entry {
        position: relative;
        padding-bottom: 5px;
    }

    .localAccount .intro h2 {
        display: none;
        font-size: 24px;
    }

    .localAccount a {
        display: block;
        margin-bottom: 5px;
        font-size: 13px;
        color: #85c0f1;
        font-weight: bold;
    }

    .localAccount .entry-item {
        margin-bottom: 15px;
    }

.entry-item label {
    display: none;
}

.localAccount .buttons button#next {
    color: #fff;
    background-color: #337ab7;
    width: 100%;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    height: 40px;
}

    .localAccount .buttons button#next :hover {
        border-color: white;
        background-color: #2e6da4;
    }

.localAccount .buttons input#LoginACP {
    display: inline-block;
    margin: 0px;
    color: #fff;
    background-color: #337ab7;
    width: 100%;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    height: 40px;
}

    .localAccount .buttons input#LoginACP :hover {
        border-color: white;
        background-color: #2e6da4;
    }

.localAccount .buttons input#LoginACP_A {
    display: inline-block;
    margin: 0px;
    color: #fff;
    background-color: #337ab7;
    width: 49%;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    height: 40px;
}

    .localAccount .buttons input#LoginACP_A :hover {
        border-color: white;
        background-color: #2e6da4;
    }

.localAccount .buttons input#LoginACP_C {
    display: inline-block;
    margin: 0px;
    color: #fff;
    background-color: #337ab7;
    width: 49%;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    height: 40px;
}

    .localAccount .buttons input#LoginACP_C :hover {
        border-color: white;
        background-color: #2e6da4;
    }

.localAccount .divider {
    display: inline-block;
}

    .localAccount .divider h2 {
        font-size: 12px;
        margin-left: 155px;
        margin-top: 0;
        margin-bottom: 0;
    }

.localAccount .create a {
    display: inline;
}

input[type=text], input[type=email], input[type=password], input.textInput {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    height: 40px;
}

.background-content {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.4)), url(../../images/azureadb2c/backgroundACP_Azure.jpg);
    background-size: cover;
    height: 735px;
}

.login-content {
    /*background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.4)), url(../../images/azureadb2c/backgroundACP_Azure_lg.jpg);
    background-size: cover;
    height: 735px;*/
}

div.buttons {
    margin-top: 10px;
    text-align: left;
}

.buttons button {
    display: inline-block;
    padding: 6px 12px;
    margin: 0px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    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;
    width: 162px;
    background-color: #337ab7;
}

/*email_ver_but_send {
    width: 225px;
}

.sendButton {
    width: 225px;
}*/

.buttons .sendButton {
    width: 225px;
}

    .buttons .sendButton button {
        width: 225px;
    }

.buttons button:hover {
    /*background: #d3d3d3;*/
    background-color: #2e6da4;
}

/*.buttons button#continue {
        color: #fff;
        background-color: #337ab7;
        border-color: #2e6da4;
        width: 170px;
    }*/

/*button#continue:hover {
    color: #fff;
    background: #0F3E83;
    border-color: #204d74;
}*/

button#continue:disabled {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
    background-color: #337ab7;
    border-color: #2e6da4;
}

button#cancel {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: transparent;
    color: #337ab7;
    background-color: #e6e6e6;
}

    button#cancel:hover {
        color: #204d74;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

/* Register section */
.panel-primary {
    margin-bottom: 40px;
}

    .panel-primary .intro p {
        font-size: 17px;
        font-weight: bold;
    }

.error.itemLevel {
    display: none;
    /*color: #a94442;*/
    color: red;
    font-weight: bold;
}

    .error.itemLevel.show {
        display: block;
    }

.error.pageLevel {
    display: none;
    color: red;
    font-weight: bold;
}

.form-login-content {
    background-color: rgba(0,0,0,.4);
    padding: 10px 35px;
    border-radius: 5px;
    margin-top: 30px;
}

.form-register-content {
    background-color: rgba(0,0,0,.4);
    padding: 10px 35px;
    border-radius: 5px;
    margin-top: 7px;
}


    .form-login-content .form.login-form, .form-register-content .form.login-form {
        color: white;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        /*text-align: left; TINO PROBAR TAMBIEN*/
    }

.login-form .form-control {
    height: 38px;
    font-weight: lighter;
}

.login-form p {
    font-size: 13px;
    margin-bottom: 15px;
    text-align: left; /*TINO*/
}

.login-form h4 {
    margin-top: 12px;
    margin-bottom: 12px;
    text-align: left; /*TINO*/
}

.login-form a {
    color: white;
    text-decoration: underline;
}

.login-form .register-section {
    display: inline-block;
}

.password-label {
    position: absolute;
    top: 100%;
}

.footer-content {
    width: 100%;
    text-align: center;
    color: white;
    margin-top: 50px;
}

.logo-content {
    width: 100%;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 0px;
    border-image: 0px;
}

.input-group-addon.email-input-goup {
    background-color: #efefef;
    color: #333333;
}

.logo-content img {
    width: 155px;
}

.register-content {
    /*background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3)), url(../Content/images/background_portal_1.jpg);
    background-size: cover;*/
    /*background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.4)), url(../../images/azureadb2c/backgroundACP_Azure_lg.jpg);
    background-size: cover;
    height: 735px;*/
}

.register-cancel {
    margin-top: 5px;
    text-align: center;
}


/*placeholder validation feature*/

.form-group input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: transparent;
}

.form-group input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: transparent;
}

.form-group input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: transparent;
}

.form-group input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: transparent;
}

.form-group.has-error input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #a94442;
}

.form-group.has-error input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #a94442;
}

.form-group.has-error input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #a94442;
}

.form-group.has-error input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #a94442;
}


.has-error .control-label {
    color: #d24e4c;
}


/*Register Azure*/

.form-register-content ul, .azure-password-content ul {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
    text-align: left; /*TINO*/
}

    .form-register-content.azure-register-content ul li, .azure-password-content ul li {
        margin-bottom: 10px;
    }

.form-register-content.azure-register-content {
    /*padding: 25px 70px;*/
}

.form-register-content.azure-password-content {
    /*padding: 25px 70px;*/
}

#email_ver_input {
    margin-bottom: 10px;
}

.errorText, .verificationErrorText {
    color: red;
    font-weight: bold;
}



/*TINO*/
.attrEntry,
.phoneEntry {
    margin-bottom: 15px;
    padding-top: 0;
}

    .attrEntry input,
    .attrEntry select,
    .phoneEntry input,
    .phoneEntry select,
    #codeVerification input {
        background-color: #fff !important;
        background-image: none !important;
        border: 1px solid #ccc !important;
        border-radius: 2px !important;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
        color: #555;
        display: block;
        font-size: 14px;
        height: 40px;
        line-height: 1.42857143;
        padding: 6px 12px;
        transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s !important;
        width: 100% !important;
        -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s !important;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
        -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s !important;
    }

        .attrEntry input:invalid,
        .phoneEntry input:invalid,
        #codeVerification input:invalid {
            border-color: inherit;
        }

    .attrEntry.validate input:invalid,
    .phoneEntry.validate input:invalid,
    #codeVerification.validate input:invalid {
        border-color: #a94442 !important;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
    }

    .attrEntry #email_intro {
        display: none !important;
    }

    .attrEntry .error.itemLevel,
    .attrEntry .helpText,
    .phoneEntry .error.itemLevel,
    .phoneEntry .helpText,
    #codeVerification .error.itemLevel,
    #codeVerification .helpText {
        display: none;
    }

    .attrEntry .tiny,
    .phoneEntry .tiny,
    #codeVerification .tiny {
        /*display: none;*/ /* TINO*/
    }

.h2, h2 {
    font-size: 20px;
}

.options div {
    display: inline;
}

.accountButton {
    color: #555;
    padding: 10px 15px;
    border-radius: 3px;
    border: none;
    width: 105px;
    margin-top: 5px;
    height: 36px;
}

#FacebookExchange {
    background-color: #395697;
    color: #fff;    
}

#GoogleExchange {
    /*text-align: right;*/
    background-color: #FFF;
    background-image: url(../../images/pebt/background-google.png);
    background-repeat: no-repeat;
    color: #535a60;
    /*border: 1px solid #d6d9dc;*/
}

#SignUpWithLogonEmailExchange {
    width: 150px;
    background-color: #FFF;
    color: #535a60;
}

#MicrosoftAccountExchange {
    background-color: #FFF;
    color: #535a60;
}

#email_ver_but_edit {
	width:195px!important;
}

.intro p {
    margin-top: 12px;
    margin-bottom: 12px;
    text-align: left;
    font-size: 18px;
}

@media(max-width:1500px) {
    .background-content

{
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.4)), url(../../images/azureadb2c/backgroundACP_Azure_1500.jpg);
    background-size: 100% 100%;
}

.background-content-register {
    height: 1050px;
}

.form-register-content.azure-password-content {
    padding: 10px 25px;
}

.footer-content-register {
    margin-top: 50px;
}

}

@media(max-width:1350px) {
    .background-content {
        background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.4)), url(../../images/azureadb2c/backgroundACP_Azure_1350.jpg);
        background-size: 100% 100%;
    }
}

@media(max-width:1200px) {
    .background-content {
        background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.4)), url(../../images/azureadb2c/backgroundACP_Azure_1200.jpg);
        background-size: 100% 100%;
    }
}

@media(max-width:1024px) {
    .background-content {
        background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.4)), url(../../images/azureadb2c/backgroundACP_Azure_1024.jpg);
        background-size: 100% 100%;
    }
}

@media(max-width:900px) {
    .background-content {
        background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.4)), url(../../images/azureadb2c/backgroundACP_Azure_900.jpg);
        background-size: 100% 100%;
    }
}

@media(max-width:770px) {
    .background-content {
        background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.4)), url(../../images/azureadb2c/backgroundACP_Azure_770.jpg);
        background-size: 100% 100%;
    }
}

@media(max-width:670px) {
    .background-content {
        background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.4)), url(../../images/azureadb2c/backgroundACP_Azure_670.jpg);
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
}

@media(max-width:570px) {
    .background-content {
        background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.4)), url(../../images/azureadb2c/backgroundACP_Azure_570.jpg);
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
}

/*@media screen and (orientation: landscape) and (max-width: 670px) {
    .login-content {
        background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.4)), url(../../images/azureadb2c/backgroundACP_Azure_670_landscape.jpg);
        background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.4)), url(../../images/azureadb2c/backgroundACP_Azure_900.jpg);
        background-size: 100% 100%;
    }
}*/

@media(max-width:452px) {
    .background-content-register {
        background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.4)), url(../../images/azureadb2c/backgroundACP_Azure_420.jpg);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        height: 1150px;
    }

    .form-register-content.azure-register-content {
        padding: 10px 25px;
    }

    button#email_ver_but_verify {
        width: 49%;
    }

    button#email_ver_but_resend {
        width: 49%;
    }

    button#continue {
        width: 100%;
    }

    button#cancel {
        width: 100%;
        margin-top: 10px;
    }

    .footer-content-register {
        margin-top: 50px;
    }
}

@media(max-width:420px) {
    .background-content {
        background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.4)), url(../../images/azureadb2c/backgroundACP_Azure_420.jpg);
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
}



/*body {
        background-image: none;
        background-color: #f2f2f2;
    }

    .divider h2 {
        margin: 10px 0 !important;
    }

    .login-logo {
        height: 80px !important;
        margin-top: -65px !important;
    }*/




