/*  CSS Document */

    .inicia_Login {
        font-family: Roboto;
        font-size: 14px;
        width: 100%;
        height: 200px;
        position:relative;
        }

    .inicia_Form {
        font-family: Roboto;
        font-size: 14px;
        margin-left: auto;
        margin-right: auto;
        width: 60%;
        height: auto;
        text-align:left;
        }

    .inicia_SecureIP {
        font-family: Roboto;
        font-size: 14px;
        font-weight: bold;
        width: 100%;
        height: auto;
        color: #AE334A;
        text-align:center;
        margin-bottom: 15px;
        }
    .inicia_SecureIP_Icon {
        font-family: Roboto;
        font-size: 25px;
        font-weight: bold;
        width: 40px;
        height: 40px;
        background-color: #AE334A;
        color: #FFFFFF;
        text-align:center;
        margin-bottom: 5px;
        border: 1px solid #999999;
        -moz-border-radius: 6px;  
        -webkit-border-radius: 6px;  
        border-radius: 6px; 
        }

    .inicia_Text {
        font-family: Roboto;
        font-size: 16px;
        font-weight: bold;
        width: 100%;
        height: auto;
        color:#333333;
        text-align:center;
        padding: 5px;
        margin-bottom: 2px;
        }
    .inicia_Field {
        font-family: Roboto;
        font-size: 16px;
        text-align: left;
        height: auto;
        width: 100%;
        border: 1px solid #666666;
        border-radius: 10px;
        margin-bottom: 10px;
        padding: 5px;
        }
    .inicia_Recordar {
        font-family: Roboto;
        font-size: 12px;
        font-weight: bold;
        width: 100%;
        height: auto;
        text-align:center;
        color: #333333;
        cursor: pointer;
        }
    .inicia_Recordar:hover {
        color: #FFFFFF;
        background-color: #666666
        }


    .inicia_PasswordRemot {
        font-family: Roboto;
        font-size: 14px;
        text-align: left;
        height: auto;
        width: 30%;
        min-width: 120px;
        border: 1px solid #CCCCCC;
        }
    .inicia_PasswordRemotCodi {
        font-size: 14px;
        font-weight: bold;
        background-color:#AE334A;
        color:#FFFFFF;
        text-align: center;
        height: 25px;
        width: 25px;
        border: 1px solid #999999;
        -moz-border-radius: 12px;  
        -webkit-border-radius: 12px;  
        border-radius: 12px; 
        }

    .inicia_Button {
        font-family: Roboto;
        font-size: 14px;
        text-align: center;
        width: 35%;
        height: 34px;
        background-color: #DDDDDD;
        color: #000000;
        border: none;
        border-radius: 10px;
        border: 1px solid #666666;
        margin-top: 20px;
        cursor: pointer;
        }

    .inicia_Button:hover {
        background-color: #666666;
        color: #DDDDDD;
        font-weight: bold;
        }


@media screen and (max-width: 430px) {
    
    .inicia_Login {
        font-family:Poppins;
        font-size: 14px;
        position: absolute;
        width: 100%;
        height: 160px;
        background-color:transparent;
        }
    .inicia_Button {
        font-family: Poppins;
        font-size: 14px;
        text-align: center;
        width: 60%;
        height: 34px;
        background-color: #666666;
        color: #FFFFFF;
        border: none;
        -moz-border-radius: 5px;  
        -webkit-border-radius: 5px;  
        border-radius: 5px;
        margin-top: 20px;
       }
    .inicia_Button:hover {
        background-color: #F75946;
        }
    .inicia_Text {
        font-family:Poppins;
        font-size: 14px;
        font-weight: bold;
        width: 100%;
        height: auto;
        text-align:left;
        }
    .inicia_Field {
        font-family:Poppins;
        font-size: 14px;
        text-align: left;
        height: auto;
        width: 100%;
        margin-bottom: 10px;
        }



    }
