@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,700&subset=latin-ext');

a
{
    outline: none;
}

body
{
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    background-image: linear-gradient(to bottom, #3a0e3d 0px, #401043, #600a6d 500px, #270929, #270929);
    background-position: top center;
    background-size: 100%;
    min-height: 100vh;
}

.container
{
    max-width: 1280px;
    margin: 0 auto;
}

h3
{
    font-weight: 700;
    padding-bottom: 20px;
}

.center
{
    text-align: center;
}

.alert
{
    font-size: 14px;
}

.alert-danger
{
    color: red;
}

#top
{
    border-bottom: 10px solid #ff3fe4;
    margin-bottom: 20px;
}

#top .container
{
    position: relative;
}

#top #a_logo
{
    display: inline-block;
    padding: 15px 0px;
}

#top #a_logo img
{
    width: 300px;
}

#top #user_box
{
    padding: 20px;
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 14px;
    color: #fff;
}

#top #user_box span
{
    color: #fbbf1f;
    font-weight: 700;
}

#top #user_box .button
{
    margin: 0 10px;
}

.box
{
    border: solid #2a242e 1px;
    background: #1e061e;
    padding: 20px;
}

#stopka
{
    text-align: center;
    font-size: 12px;
    padding: 20px;
}

.exception_error
{
    line-height: 1.5;
}

.exception_error h3
{
    font-size: 26px;
}

.exception_error a
{
    color: #fff;
    text-decoration: none;
    font-size: 22px;
    font-weight: bold;
    display: inline-block;
    padding: 10px;
}
