﻿.title
{
    float:left;
    font-family:Tahoma;
    font-size :13px;
    font-weight:900;
    text-align:justify;
    white-space:pre-line;
    padding-left:15px;
}

.label
{
    font-family:Tahoma;
    font-size:12px;
}

.button
{
    font-family:Tahoma;
    font-size:12px;
    border-color:Gray;
    border-style:solid;
    border-width:thin;
    margin-right:10px;
}

.textbox
{
    border-width:thin;
}


.tableUser
{
    height: 76px; 
    width: 354px; 
    margin-top: 20px;
     font-family:Tahoma;
    font-size:13px;
    
}

.tableLogin
{
    height: 30px; 
    width: 216px;
}

/*#region RegionName*/

.imgFondo {
    background-image: url(../Images/LoginBackground.png);
}

.img-backdrop {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.backgroundImage {
    width: 100%;
    height: 60%;
    text-align: center;
    padding-top: 17%;
}

.login-title {
    color: #3f2a56;
    font-size: 25px;
}

.contain-sm {
    width: 25%;
    max-width: 769px;
    margin-left: auto;
    margin-right: auto;
}

.label {
    margin-bottom: 0px !important;
}

.dropDownList {
    width: 75%;
}

.field-validation-error {
    color: Red;
    padding-left: 5px;
    font-size: medium;
    font-weight: bold;
}

.btn-login {
    width: 75%;
    height: 36px;
    font-size: 18px;
    vertical-align: central
}

.btn-primary {
    color: #3f2a56;
    color: #fff;
    background-color: #3f2a56;
    border-color: #3f2a56;
}

.btn-raised:hover {
    -webkit-box-shadow: 0 3px 8px 0 rgba(0,0,0,.38);
    box-shadow: 0 3px 8px 0 rgba(0,0,0,.38);
}

.btn-primary:hover, .btn-primary:focus, .open .dropdown-toggle.btn-primary {
    background-color: #2d1e3e;
    border-color: #2d1e3e;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    background-color: #261934;
    border-color: #21162d;
}

.btn:hover, .btn:focus, .btn.focus {
    text-decoration: none;
}

.floatingInput {
    position: relative;
}

input {
    border: 1px solid #eee;
    padding: 7px;
    outline: none;
    width: 75%;
}

input + label {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #aaa;
    transition: all .2s ease;
}

input:focus + label {
    color: #3f2a56;
    font-size: .65em;
    top: 1%;
    transform: none;
}

.not-empty + label {
    color: #aaa;
    font-size: .65em;
    top: 1%;
    transform: none;
}

.my-notify-error:before {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.my-notify-error {
    padding: 10px;
    margin: 10px 0;
    color: #D8000C;
    background-color: #FFD2D2;
    border-radius: .5em;
    box-shadow: 1px 1px 3px #888;
    width: 75%;
}

/*#endregion RegionName*/