*, *:before, *:after {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body, html{
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
}

body {
    background-color: #f7f7fb;
    position: fixed;
    width: 100%;
    overflow-x: visible;
    overflow-y: visible;
}

.panel-wrapper{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.panel-login{
    width: 350px;
    padding: 20px 11px;
}

.panel-login .messages{
    margin-bottom: 14px;
}
