.authentication {
    padding: 5.5rem;
}

.authentication .block {
    width: 550px;
    margin: auto;
    padding: 2.5rem;
    border: 1px solid #DEDEDE;
    padding: 24px;
    box-shadow: 0 0 10px -2px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
}

.authentication .block .form-title{
    width: 100%;
    padding: 1.5rem;
    text-align: center;
}

.authentication .block .form-title span{
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 600;
}

.authentication .block form .container-login-form-btn {
    padding: 1.5rem;
    text-align: center;
}

.authentication .block form button {
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    height: 42px;
    background-color: #f45a40;
    text-transform: uppercase;
    text-decoration: none !important;
    line-height: 42px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: none;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    padding: 0 20px;
}

.authentication .block form input {
    font-size: 14px;
    font-weight: 400;
    height: 42px;
    text-transform: uppercase;
    text-decoration: none !important;
    line-height: 42px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    padding: 0 20px;
}

.authentication .block form .form-group .form-control {
    background: #F6F8FA;
    height: 42px;
    border: 1px solid #C6C6C6;
    box-shadow: none;
    width: 100%;
}