﻿.template-logout {
    text-align: center;
}

.template-logout .panel-logout {
    display: inline-block;
    width: 400px;
    background-color: white;
    border: 1px solid #eee;
    border-radius: 3px;
    margin-bottom: 40px; 
}

.template-logout .panel-logout .panel-body {
    padding: 30px;
}


.template-logout .panel-logout .btn-logout {
    padding-left: 40px;
    padding-right: 40px;
    background-color: #0A4758;
    border: none;
    margin-top: 20px;
}

