.panel-login__info {
    width: 600px;
    margin: 20px auto;
}

.panel {
    margin: 10px;
    height: 150px;
    display: inline-table;
    min-width: 350px;
}

.panel__form {
    margin: 30px auto;
    width: 400px;
}

.panel__form input, .panel__form label {
    width: 400px;
    font-weight: normal;
}

.panel__form__submit-button input{
    margin: 20px auto;
    display: block;
    width: 208px;
    color: #fff;
    background-color: #df471c;
    border: 2px solid #df471c;
    border-radius: 30px;
    text-align: center;
    font-style: normal;
    font-weight: bold;
    line-height: 20px;
    padding: 8px 30px;
}

.panel__form__submit-button input:hover {
    background-color: #ee5f32;
    text-decoration: none;
    color: #fff;
}

.panel-details .panel {
    height: 200px;
    width: 365px;
}

.panel-details .sign-out {
    margin: 10px auto;
}

.panel-details .sign-out a {
    float: right;
    margin-right: 2px;
}

.history-log-table {
    width: 100%;
}

.history-log-table tr {
    padding: 10px 0;
}

.history-log-table td {
    padding: 0 10px;
}
