table.login     { font-size: 1em; }
td.label        { text-align: right; }
input.login     { text-align: left; }


body.Login { background-image: url("/appl/data/img/login-bg.jpg"); background-position: center center; background-repeat: no-repeat; background-attachment: fixed; background-size: cover;}

.panel-login{
    border: none;
    box-shadow: 6px 2px 55px 
    rgba(0,0,0,.05);
}

.card{border-radius: 10px;}

.card-login .form-group{
    padding: 0 30px;
}

.btn-login{ color:
    #fff;
    background-color:
    #a72237;
    outline: 0;
    font-size: 14px;
    height: auto;
    font-weight: 400;
    padding: 10px 0;
    text-transform: uppercase;
    border: none;
    border-radius: 100px;
    box-shadow: none;
}

.card-login input[type="email"], .card-login input[type="password"], .card-login input[type="text"] {
    height: 45px;
    border: 0;
        border-bottom-color: currentcolor;
        border-bottom-style: none;
        border-bottom-width: 0px;
    font-size: 16px;
    transition: all .1s linear;
    box-shadow: none;
    border-bottom: 1px solid 
    #e7e7e7;
    border-radius: 0;
    padding: 10px !important;
}