﻿*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.form-2 {
    /* Size and position */
    width: 524px;
    margin: 180px auto 30px;
    background-image: url(../img/fdlog.png);
    background-repeat: repeat-x;
    background-color: #000;
    /*padding: 15px;*/
    padding-bottom: 0px;
    position: relative;
    /* Styles */
    border-radius: 4px;
    color: #7e7975;
    box-shadow: 0 2px 2px rgba(0,0,0,0.2), 0 1px 5px rgba(0,0,0,0.2), 0 0 0 12px rgba(184,184,184,0.4);
}

    .form-2 h1 {
        font-size: 25px;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: 400;
        letter-spacing: 2px;
        padding-top: 8px;
        padding-left: 10px;
        padding-bottom: 24px;
        background-image: url(../img/fd_titulo.png);
        background-repeat: repeat-x;
        /*text-shadow: 0 2px 0 rgba(000,000,00,0.8);
        box-shadow: 0 1px 0 rgba(000,000,000,0.8);*/
    }

        .form-2 h1 .log-in {
            color: #fff;
            padding-right: 2px;
        }

        .form-2 h1 .sign-up {
            color: #fff;
            padding-left: 2px;
        }

    .form-2 .float {
        width: 50%;
        float: left;
        padding-top: 15px;
        border-top: 1px solid rgba(255,255,255,1);
    }

        .form-2 .float:first-of-type {
            padding-right: 5px;
        }

        .form-2 .float:last-of-type {
            padding-left: 5px;
        }

    .form-2 label {
        display: block;
        padding: 5px 0 5px 2px;
        cursor: none;
        font-size: 12px;
        font-family: Arial, Helvetica, sans-serif;
    }

        .form-2 label i {
            margin-right: 5px; /* Gap between icon and text */
            display: inline-block;
            font-family: Arial, Helvetica, sans-serif;
            font-style: normal;
            width: 10px;
            color: #000;
            padding-left: 20px;
            letter-spacing: 3px;
            font-weight: 300;
        }

    .form-2 input[type=text],
    .form-2 input[type=password] {
        font-family: 'Lato', Calibri, Arial, sans-serif;
        font-size: 13px;
        font-weight: 400;
        display: block;
        width: 100%;
        padding: 5px;
        margin-bottom: 5px;
        border: 3px solid #ebe6e2;
        border-radius: 5px;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

.form-3 {
    /* Size and position */
    width: 524px;
    margin: 180px auto 30px;
    background-image: url(../img/fdnouser.jpg);
    background-repeat: repeat-x;
    background-color: #fff;
    padding: 15px;
    position: relative;
    /* Styles */
    border-radius: 4px;
    color: #7e7975;
    box-shadow: 0 2px 2px rgba(0,0,0,0.2), 0 1px 5px rgba(0,0,0,0.2), 0 0 0 12px rgba(184,184,184,0.4);
    text-align: center;
}

    .form-3 .Mensaje {
        font-family: 'Lato', Calibri, Arial, sans-serif;
        font-size: 14px;
        font-weight: 400;
        letter-spacing: 2px;
        ;
        display: block;
        text-align: center;
        line-height: 150%;
        font-size: .85em;
    }


    .form-3 .float:first-of-type {
        padding-right: 5px;
    }

    .form-3 .float:last-of-type {
        padding-left: 5px;
    }



.form-4 {
    /* Size and position */
    width: 524px;
    margin: 180px auto 30px;
    background-image: url(../img/fdlog.png);
    background-repeat: repeat-x;
    background-color: #fff;
    /*padding: 15px;*/
    padding-bottom: 0px;
    position: relative;
    /* Styles */
    border-radius: 4px;
    color: #7e7975;
    box-shadow: 0 2px 2px rgba(0,0,0,0.2), 0 1px 5px rgba(0,0,0,0.2), 0 0 0 12px rgba(184,184,184,0.4);
}

    .form-4 h1 {
        font-size: 25px;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: 400;
        letter-spacing: 2px;
        padding-top: 8px;
        padding-left: 10px;
        padding-bottom: 24px;
        background-image: url(../img/fd_titulo.png);
        background-repeat: repeat-x;
        /*text-shadow: 0 2px 0 rgba(000,000,00,0.8);
        box-shadow: 0 1px 0 rgba(000,000,000,0.8);*/
    }

        .form-4 h1 .log-in {
            color: #fff;
            padding-right: 2px;
        }

        .form-4 h1 .sign-up {
            color: #fff;
            padding-left: 2px;
        }

    .form-4 .float {
        width: 50%;
        float: left;
        padding-top: 15px;
        border-top: 1px solid rgba(255,255,255,1);
    }

        .form-4 .float:first-of-type {
            padding-right: 5px;
        }

        .form-4 .float:last-of-type {
            padding-left: 5px;
        }

    .form-4 label {
        display: block;
        padding: 20px 0 5px 2px;
        font-size: 12px;
        font-family: Arial, Helvetica, sans-serif;
    }

        .form-4 label i {
            margin-right: 5px; /* Gap between icon and text */
            display: inline-block;
            font-family: Arial, Helvetica, sans-serif;
            font-style: normal;
            width: 10px;
            color: #000;
            padding-left: 25px;
            width: 100%;
            font-weight: 300;
        }

    .form-4 input[type=text],
    .form-4 input[type=password] {
        font-family: 'Lato', Calibri, Arial, sans-serif;
        font-size: 13px;
        font-weight: 400;
        display: block;
        width: 100%;
        padding: 5px;
        margin-bottom: 5px;
        border: 3px solid #ebe6e2;
        border-radius: 5px;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -ms-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }



.icon-db {
    background-image: url('../img/icon/keylog.png');
    background-repeat: no-repeat;
    background-position: 5% 50%;
}

.icon-lock {
    background-image: url('../img/icon/keylog.png');
    background-repeat: no-repeat;
    background-position: 2% 50%;
}

.icon-user {
    background-image: url('../img/icon/userlog.png');
    background-repeat: no-repeat;
    background-position: 2% 50%;
}

.dxbButton_Office2003Silver {
    border: 1px solid #CB5E02;
    background: url(../img/bg-btn.jpg) repeat-x 0 -130px #FF7900;
    -moz-border-radius: 3px;
    width: 150px;
    border-radius: 3px;
    color: #fff;
}

.form-2 .dxeTextBox_Office2003Silver, dxeMemo_Office2003Silver[type=submit] {
    width: 100%;
    height: 38px;
    float: left;
    position: relative;
    box-shadow: inset 0 1px rgba(255,255,255,0.3);
    border-radius: 3px;
    cursor: pointer;
    font-family: 'Lato', Calibri, Arial, sans-serif;
    font-size: 14px;
    line-height: 38px;
    text-align: center;
    font-weight: bold;
}

.form-2 .dxeTextBox_Office2003Silver, dxeMemo_Office2003Silver[type=submit] {
    border: 1px solid #8e8d8d;
    color: #996319;
    text-shadow: 0 1px rgba(255,255,255,0.3);
}

.version {
    font-size: 11px;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    cursor: none;
    font-weight: 300;
    text-align: left;
    text-shadow: 0 1px rgba(255,255,255,0.3);
}

.error2 {
    font-size: 11px;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    width: 100%;
    background-color: #fff;
    cursor: none;
}

.error {
    font-size: 11px;
    color: #ff2900;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    width: 100%;
    /*background-color: #ff2900;*/
    cursor: none;
}

.db {
    font-size: 11px;
    padding-top: 4px;
    color: #fa2800;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 500;
    cursor: none;
    font-weight: 300;
    text-align: left;
    padding-left: 10px;
    text-shadow: 0 1px rgba(255,255,255,0.3);
}
.dxpcHeader_Office2003Silver {
    font: 9pt Tahoma;
    color: black;
    background: url('/DXR.axd?r=0_1584-vSdWm') repeat-x #9391B0;
    border-bottom: solid 1px #7C7C94;
    padding: 6px 6px 6px 12px;
}

    .dxpcHeader_Office2003Silver td.dxpc {
        font: 9pt Tahoma;
        color: black;
        white-space: nowrap;
        padding-top: 4px;
        padding-bottom: 5px;
    }

.dxpcModalBackground_Office2003Silver {
    background-image: url('/DXR.axd?r=0_1585-vSdWm');
    background-repeat: repeat;
}



.bt-box {
    padding: 5px 5px 0px 0px;
    margin: 0px;
    text-align: right;
}


.alert-box {
    color: #555;
    font-family: Tahoma, Geneva, Arial, sans-serif;
    font-size: 11px;
    padding: 10px 36px;
    margin: 10px;
    color: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

    .alert-box span {
        font-weight: bold;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

.warning {
    background: #717f76 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABqklEQVR4XqWTvWsUURTFf+/tx7DmA5sUmyB+EGQDCkFRxCFosYWCFgELm2ApCBYW/gOCFpYSrUMsBIv4BwTSCSqaWgsTEDRV2EVBZWffvXIYwhZOEdgLhzmcc+7h3WKCuzPOhI+P80rDzE7WwmAHIHnzVIxxl4qJVaKbkYrBxvyVZQRxaYcq0EmehvePzp5YnD67hCAuzd0PUWB2JNQazzo377D7+auAuDR51QWjZWxYvD2e34DsJw+fbwviSJOnTHWBO5aGt6fa84szF67CzguCIYgjTZ4yuP9fYGqO2avO8j348hSKff4OkiAuDXnKKDsqGD1989jSLWJvA/58g+YUv34Xgrg0eSij7MEpsXx66k62O932wjT030NjAuotXj/YE8SlyUMZZbWj3ejmEFubp69fg711yCYha0GWcXftjCAuTZ4yKKsd7dbNfHXuUk6jeAPNCSBCAJpGb78PiGel7gCmLHMXc76/21oNn57kfm5lFg0W0KBPDag7GoYBEuCUE0uy/fIH4cOjy27J0SlI56DEiSVFFi4dEUUIMRBrQZTzjDFj/87/ACmm3+QFX8sKAAAAAElFTkSuQmCC) no-repeat 10px 50%;
    border: 1px solid #39413c;
}

    .warning:hover {
        background-color: #39413c;
    }

