/* 
    Created on : 21-nov-2014, 15:57:29
    Author     : Santiago Arispe
*/

.profile-page .main-box {
    color: #fff;
    width: 100%;
    position: relative;
}

.profile-page .logoWP {
    padding-top: 1.5%;
    padding-bottom: 1.5%;
    width: 58%;
    /*height:10%; */ height: auto;
    margin: 0 auto;
    text-align: center;
}

.profile-page .imglogoWP {
    width: 31%;
    max-width: 20em;
}

.profile-page .textLogin {
    display: inline-block;
    border: 2px solid #fff;
    font-size: 1.6em;
    font-weight: 300;
    padding: 4px 50px;
    text-transform: uppercase;
    line-height: 3.7 !important;
    text-transform: uppercase;
}

.profile-page .pass {
    clear: both;
}

.profile-page .login-c1 {
    height: auto !important;
}

.profile-page .login-c2 {
    background: none repeat scroll 0 0 rgba(241, 241, 242, 0.75);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
    color: #000;
    height: auto;
    position: relative;
    text-align: center;
    width: 100%;
    padding-bottom: 1em !important;
    padding: 0px;
    margin: 6px 0px;
}

.profile-page .minInnercontrolbox {
    padding: 0 5%;
    margin: 0 auto;
}

/* styles for update password ...*/
.profile-page .col-w-100 {
    width: 100%;
    clear: both;
    margin-bottom: 0.65em; /*margin-bottom: 1em; */
}

    .profile-page .col-w-100 label {
        width: 25%;
        min-width: 4em;
        display: inline-block;
        text-align: left;
    }

    .profile-page .col-w-100 input {
        width: 74%;
        min-width: 6em;
        display: inline-block;
    }

.profile-page .reminder {
    width: 74%;
    height: 1.3em;
    margin-left: 26%;
    margin-bottom: 0.20em;
    min-width: 6em;
    padding-right: 10%;
    position: relative;
    font-size: 0.85em;
    font-weight: 400;
    letter-spacing: 3px;
    line-height: 1em;
    color: #666;
    text-align: right;
}

.profile-page .fieldTip {
    width: 100% !important;
    height: auto !important;
    letter-spacing: 2px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 0 !important;
    text-align: justify !important;
    line-height: 1.5;
}

.profile-page .checkRem {
    display: block;
    min-height: 20px;
    padding-left: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    vertical-align: middle;
}

.profile-page .remember {
    font-size: .8em;
    line-height: 2;
    text-align: left;
}

.profile-page #error-output span {
    display: inline-block !important;
}


.profile-page .inner-loading-panel {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /*background-color: rgba(120, 120 , 120, 0.55); */
    background-color: rgba(250, 250, 250, 0.75);
    background-image: url('images/icons/loading.gif');
    background-size: 5em;
    background-position: center center;
    background-repeat: no-repeat;
    display: none;
    z-index: 50;
}

.profile-page div.outerValSummary {
    position: inherit;
    max-width: 100%;
    min-height: inherit;
}

.profile-page .modal-header {
    padding: 6px 16px;
    background-color: inherit;
    color: inherit;
}

    .profile-page .modal-header .close {
        margin-top: -21px;
    }

@media screen and (min-width: 992px) {
    .profile-page .modal-dialog {
        width: 700px;
    }
}
