﻿/*Fuentes*/
@font-face
{
font-family: 'SegoeUI';
src: url('Fonts/SEGOEUI.TTF'),
     url('Fonts/SEGOEUI.eot'),
     url('Fonts/SEGOEUI.woff'),
     url('Fonts/SEGOEUI.svg'); 
font-weight: normal;
font-style: normal;

}
@font-face
{
font-family: 'SegoeUISemiBold';
src: url('Fonts/SEGUISB.TTF'),
     url('Fonts/SEGUISB.eot'),
     url('Fonts/SEGUISB.woff'),
     url('Fonts/SEGUISB.svg'); 
font-weight: normal;
font-style: normal;

}


a {
    color: #EE4036;
    font-family: SegoeUI;
    text-decoration: none;
}


body {
    background-color: #FFFFFF;
    font-size: 62.5%;
}

.label {
    color: #404041;
    font-size: 1.6em;
    display: inline-block;
    width: 100px;
    font-family: SegoeUI;
}

.logo {
    margin: auto;
    width: 400px;
    margin-top: 144px;
}

.LoginForm {
    margin: auto;
    margin-top: 50px;
}

.textBox {
    font-family: SegoeUI;
    color: #6D6E70;
}

.validator {
    margin-left: 102px;
}

.forgot {
    margin-top: 10px
}

.buttonHolder {
    width: 100%;
    
}

.errores {
    margin-top: 5px;
}

.buttonHolder .button {
    background: url("../Images/tick-box.png") no-repeat scroll 0 0 #5EBB4A;
    border: 0 none;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family: 'SegoeUI';
    font-size: 1.4em;
    height: 24px;
    line-height: 22px;
    margin-left: 10px;
    padding-left: 30px;
    text-align: right;
    text-transform: uppercase;
    float: right;
}