﻿.DefaultImage {
    margin: 0 auto;
    width: 100%;
    background-image: url('../Images/Autenticacion/FONDO_RECOVERYPSW.jpg');
    background-repeat: no-repeat;
    background-position-x: center;
    height: 100vh;
    max-height: 100%;
    background-color: #FFF;
    background-size: 100% 100%;
    background-attachment: fixed;
    text-align: center;
    vertical-align: central;
}


div.transbox {
    background-image: url('../Images/Tools/Backgroud_Opacity.png');
    width: 300px;
    position: absolute;
    padding: 1.5%;
    left: 50%;
    top: 38%;
    margin-left: -150px;
    margin-top: -100px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-repeat: repeat;
}

    div.transbox p {
        margin: 5%;
        font-weight: 600;
        color: #FFF;
        font: 15px 'MartinGot','Segoe UI','Helvetica Neue','Droid Sans',Arial,Tahoma,Geneva,Sans-serif;
        text-align: left;
    }

.TtlBox {
    /*font-family: 'Georgia' !Important;
        color: #FFF;
        font-size: 20px;
        font-weight: 400; #B1310F
        font-family: Candara;
    */
    
    font-family: 'Georgia' !Important;
    color: #F2D653;
    font-size: medium;
    font-weight: bold;
    font-style: italic;
    /*text-decoration: underline;*/
}

@media all and (max-width: 500px) {
    .transbox {
        background-image: url('../Images/Tools/Backgroud_Opacity.png');
        background-repeat: repeat;
        width: 50%;
        z-index: 2000;
        position: absolute;
        left: 25%;
        top: 25%;
        height: 50%;
        margin: 0;
    }
}

.Txt {
    width: 100%;
}