﻿body {
    overflow-x: hidden;
    font-family: 'Ubuntu', sans-serif !important;
    background: #c51f54;
}

.login {
    max-width: 600px;
    margin: 50px auto;
}

.form-control {
    height: 50px;
}

.btn-primary {
    background: #c51f54 !important;
    border: none !important;
}

.content {
    margin: 30px auto;
    max-width: 768px;
}

p {
    font-size: 18px;
    line-height: 30px;
    opacity: .6;
}
