﻿body {
    background-color: #eeeeee;
    opacity: 0.9;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center top;
}

#pwd {
    background-position: 97% center;
    background-repeat: no-repeat;
}


.pad-btm {
    padding-bottom: 15px;
}

.mar-ver {
    margin-top: 15px;
    margin-bottom: 15px;
}

.btn-primary, .btn-primary:focus {
    background-color: #294f75;
    border-color: #25476a !important;
    color: #fff;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #25476a !important;
        border-color: #0062cc;
    }

    .btn-primary.disabled, .btn-primary:disabled {
        color: #fff;
        background-color: #25476a;
        border-color: #0062cc;
    }

#toggle-password {
    display: none;
}

    #toggle-password + label {
        text-indent: -9999px;
        width: 20px;
        height: 20px;
        cursor: pointer;
        position: absolute;
        right: 30px;
        margin-top: -27px;
    }

#usuario[readonly] {
    background-color: white;
}

.modal-dialog {
    top: calc(50% / 2) !important;
}

.load6 {
    position: fixed;
    top: 50%;
    left: 50%;
    /* bring your own prefixes */
    transform: translate(-50%, -50%);
}

.magic-checkbox:checked + label:before {
    background: #25476a !important;
    border-color: #25476a !important;
}

#form .form-group {
    padding-left: 10px;
    padding-right: 10px;
}
