html,
body {
    background: #434A54;
}

body {
    font-family: 'Lato', arial, sans-serif;
    font-size: 14px;
}

h3 {
    text-align: center;
    color: white;
}

input {
    color: black;
    font-weight: bold;
}

button,
input[type=submit] {
    padding: 5px 15px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

input[type=text],
input[type=password] {
    width: 100%;
}

.ctx-btn,
.ctx-btn:hover {
    color: white;
    background: #279AC4;
    border: none;
    cursor: pointer;
    border: 1px solid #279AC4;
    border-radius: 4px;
}

.ctx-btn:active {
    background: #279AC4;
}

.ctx-btn-cancel {
    color: #279AC4;
    background: white;
    border: 1px solid #279AC4;
    cursor: pointer;
    border-radius: 4px;
    font-weight: bold;
}

.ctx-btn-cancel:active {
    background: #F5F7FA;
}

.ctx-btn.disabled,
.ctx-btn-cancel.disabled {
    color: white;
    background: #CCD1D9;
    border: 1px solid #CCD1D9;
}

.modal-header {
    background: #434A54;
    border-bottom: none;
    color: white;
}

.modal-header .close {
    color: white;
    text-shadow: none;
    opacity: 1;
    font-size: 24px;
    margin-top: 0;
}

.modal-title {
    font-size: 18px;
    color: white;
    font-weight: bold;
}

.modal-body {
    background: #F5F7FA;
}

#content-container {
    margin: 50px auto;
}

.login {
    position: relative;
    margin: 0 auto;
    padding: 20px 20px 20px;
    width: 310px;
}

.rounded-corners {
    border-radius: 4px !important;
}

.error {
    color: #E9573F !important;
}

.green {
    color: #79B23B !important;
}

.center-text {
    text-align: center !important;
}

.separator {
    margin: 0 5px;
}

.hidden,
.pot {
    display: none !important;
}