body {
    color: #fff;
    text-align: center;
    background-color: #00112b !important;
}

.auth-main, body, html {
    height: 100%
}

.auth-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

.auth-block {
    width: 540px;
    margin: 0 auto;
    border-radius: 5px;
    color: #fff;
    background-color: #fff;
    padding: 32px
}

.auth-block h1 {
    font-weight: 300;
    margin-bottom: 28px;
    text-align: center
}

.auth-block a {
    text-decoration: none;
    outline: 0;
    transition: all .2s ease;
    color: #209e91
}

.auth-block a:hover {
    color: #1b867b
}

.auth-block .control-label {
    padding-top: 11px;
    color: #fff
}

.form-horizontal label {
    line-height: 34px;
    margin-bottom: 0;
    padding-top: 0 !important
}

.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline {
    padding-top: 0
}

.form-group label {
    margin-bottom: 5px;
    color: #666;
    font-weight: 400;
    font-size: 13px
}

.form-inline .form-group input {
    width: 100%
}

.form-inline .form-group label {
    margin-right: 12px
}

.auth-block .form-group {
    margin-bottom: 12px
}

a.forgot-pass {
    display: block;
    text-align: right;
    margin-bottom: -20px;
    float: right;
    z-index: 2;
    position: relative
}

.auth-block button{
    background: #c01634;
    color: #fff !important;
    border: none !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    text-transform: uppercase;
    font-family: 'fjallaoneregular';
    background-image: -moz-linear-gradient(top, #c01634, #90132b);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#c01634), to(#90132b));
    background-image: -webkit-linear-gradient(top, #c01634, #90132b);
    background-image: -o-linear-gradient(top, #c01634, #90132b);
    background-image: linear-gradient(to bottom, #c01634, #90132b);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc01634', endColorstr='#ff90132b', GradientType=0);
}

