﻿@charset "utf-8";
/* CSS Document */

@import url(http://weloveiconfonts.com/api/?family=fontawesome);
@import url('reset.css');


body {
    background-color: #393937;
    background-image: url('../Imagenes/Login/yamaha3.jpg');
    background-size: 100%;
    font: 14px/1.5em Arial, sans-serif;
}

.input {
    font-size: 1em;
    line-height: 1.5em;
    margin: 0;
    padding: 0;
    -webkit-appearance: none;
    appearance: none;
}

/* login */
#login {
    width: 242px;
    margin: auto;
    margin-top: 10%;
    position: center;
}

    #login label {
        position: absolute;
        display: block;
        font-family: Arial, sans-serif;
        color: #000;
        text-shadow: 0 1px 0 #fff;
        margin-left: 2%;
    }

    /*#login input {
       
    }*/

    #login input[type="text"] {
        border: none;
        width: 204px;
        height: 48px;
        padding-left: 36px;
        border: 1px solid #000;
        background-color: #dedede;
        background: -webkit-linear-gradient(top, #c3c3c3 0%, #eaeaea 100%);
        /*color: #363636;*/
        text-shadow: 0 1px 0 #fff;
        outline: none;
        margin-bottom: 7px;
        border-bottom: none;
        -webkit-border-radius: 5px 5px 0 0;
        -moz-border-radius: 5px 5px 0 0;
        border-radius: 5px 5px 0 0;
        -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .4);
    }

#userPwd {
    border-top: none;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    margin-bottom: 20px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .3), 0 1px 1px rgba(0, 0, 0, .2);
    border: none;
    width: 204px;
    height: 48px;
    padding-left: 36px;
    border: 1px solid #000;
    background-color: #dedede;
    background: -webkit-linear-gradient(top, #c3c3c3 0%, #eaeaea 100%);
    color: #363636;
    text-shadow: 0 1px 0 #fff;
    outline: none;
    margin-bottom: 7px;
}

#Submit {
    margin: 0;
    padding: 0;
    width: 240px;
    background-color: #e14d4d;
    border: 1px solid #391515;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    line-height: 48px;
    text-transform: uppercase;
    /* background-image: none; */
    background-image: -webkit-linear-gradient(top, #f15958 0%, #e14d4d 100%);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .3), 0 1px 1px rgba(0, 0, 0, .2);
    -moz-box-shadow: hoff voff radius color;
    box-shadow: hoff voff radius color;
    text-shadow: 0 1px 0 #000;
}

    #Submit:hover {
        background-color: #f15958;
        background-image: -webkit-linear-gradient(top, #e14d4d 0%, #f55b5b 100%);
        line-height: 48px;
    }

#RbPuntos {
    width: 100%;
    text-transform: uppercase;
    text-align: left;
    float: left;
    vertical-align: top;
    background-color: #c3c3c3;
    color: black;
    background: -webkit-linear-gradient(top, #c3c3c3 0%, #eaeaea 100%);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
     margin-bottom: 7px;
}

#ico-user {
    background-image: url('../Imagenes/Usuario.png');
    background-size: 40px;
    background-repeat: no-repeat;
    margin-top: 5px;
    margin-right: 10px;
}


#ico-pwd {
    background-image: url('../Imagenes/pwd.png');
    background-size: 40px;
    background-repeat: no-repeat;
    margin-top: 5px;
    margin-right: 10px;
}

#Img_Logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
}


.radio {
    display: inline-block;
    margin: -2px;
    padding: 10px 12px;
    background-color: #ccc;
    border-color: #fe1a1a;
    border-width: 10px;
}

    .radio::selection {
        background-image: none;
        background-color: #fe1a1a;
    }
