﻿*,
*: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/fdlogin.jpg);
    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-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: Arial, Helvetica, sans-serif;
        font-size:12px;
        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-lock {
    background-image: url('../img/icon/keylog.png');
    background-repeat: no-repeat;
    background-position: 20% 50%;
}

.icon-user {
    background-image: url('../img/icon/userlog.png');
    background-repeat: no-repeat;
    background-position: 20% 50%;
}

.icon-movil {
    background-image: url('../img/icon/keylog.png');
    background-repeat: no-repeat;
    background-position: 20% 50%;
}

.icon-pregunta {
    background-image: url('../img/icon/userlog.png');
    background-repeat: no-repeat;
    background-position: 20% 50%;
}
.icon-respuesta {
    background-image: url('../img/icon/userlog.png');
    background-repeat: no-repeat;
    background-position: 20% 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;
}
#btnRecuperar_B {
    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: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 38px;
    text-align: center;
}

.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;
    letter-spacing: 2px;
    padding: 5px;
    font-weight: 300;
}

.error {
    font-size: 11px;
    color: #ff0000;
    font-family: Arial, Helvetica, sans-serif;
    cursor: none;
}
.textbox {
    background-color: #fff;
    border: solid 1px #8e8d8d;
    width: 244px;
    height:33px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.textpass {
    font-family: 'Lato', Calibri, Arial, sans-serif;
    font-size: 13px;
    font-weight: 400;
    display: block;
    width:140px;
    border: 1px solid #8e8d8d;
    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;
}
.dxeTextBox_Office2003Silver .dxeEditArea_Office2003Silver {
    background-color: #fff;
}



.dxbButton_Office2003Silver {
    background-color: #0a1d34;
    background-image: url(../img/fdbt.jpg);
    background-repeat: repeat-x;
    font-family: Arial, Helvetica, sans-serif;
    webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    width: 150px;
    border-radius: 3px;
    border: solid 1px #003057;
    color: #fff;
}
.dxbButton {
    background-image: url(../img/btn_buscar.png);
    background-repeat: repeat-x;
    width: 150px;
    border: solid 0px #003057;
    color: #fff;
    height:29px;
}
.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);
}

/*LOGIN RESTABLECER CONTRASEÑA*/

.form-3 {
    /* Size and position */
    width: 524px;
    margin:150px auto 30px;
    background-image: url(../img/fd_login_pass.png);
    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(255,255,255,0.4);
}

    .form-3 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-3 h1 .log-in {
            color: #fff;
            padding-right: 2px;
        }

        .form-3 h1 .sign-up {
            color: #fff;
            padding-left: 2px;
        }

    .form-3 .float {
        width: 50%;
        float: left;
        padding-top: 15px;
        border-top: 1px solid rgba(255,255,255,1);
    }

        .form-3 .float:first-of-type {
            padding-right: 5px;
        }

        .form-3 .float:last-of-type {
            padding-left: 5px;
        }

    .form-3 label {
        display: block;
        padding: 5px 0 5px 2px;
        cursor: none;
        font-size: 12px;
        font-family: Arial, Helvetica, sans-serif;
    }

        .form-3 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-3 input[type=text],
    .form-3 input[type=password] {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        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;
    }