/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Aug 1, 2015, 11:15:22 PM
    Author     : jsr
*/

.required .asterisk {
    color: #953b39;
    font-weight: bold;
     font-size: 13px;
}

.margin-bottom-15 {
    margin-bottom: 15px;
}

.margin-bottom-20 {
    margin-bottom: 15px;
}

.margin-top-15 {
    margin-top: 15px;
}

.border-bottom {
    border-bottom: 1px solid #ea5644;
}

.bg-color-darken-light {
     background: #e6e6e6 none repeat scroll 0 0;
}

label.required .asterisk {
    font-size: 20px;
}

.btnLogin {
    background-color: #ff0000 !important;
}

.btnLoginRojo {
    background-color: #ff0000 !important;
}