﻿
.login-header {
}

    .login-header > h1 {
        font-size: 25px;
    }

.login-group {
    display: flex;
    margin-bottom: 10px;
    justify-content: space-between;
}
.login-group .input-group{
    width: 100% !important;
}

    .login-group .control-label {
    }


.submitButtonLogin {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 10px;
}

    .submitButtonLogin > input,
    .submitButtonLogin > input:hover {
        display: block;
        width: 100%;
        height: 34px;
        color: white;
        background-color: #039;
        border-color: #039;
        padding: 0 !important;
        font-size: 14px !important;
    }


    .submitButtonLogin > a {
        display: flex;
        width: 100%;
        color: white;
        text-align: center;
        background-color: #444444;
        height: 34px;
        align-items: center;
        justify-content: center;
        text-decoration: none;
    }
.passRecovery{
    text-align: right;
    margin-bottom: 10px;
}


.submitButtonLogin input{
    margin-right: 0;
}
