﻿.login-wrapper {
    padding: 30px 40px 40px 40px;
    background: #edeef2;
}

.login-field {
    background: white !important;
    color: #ac3531;
    border: 0px solid transparent;
    border-radius: 0px;
    font-size: 13px;
    font-weight: bold;
    padding-left: 15px;
    padding-right: 15px;
    height: 40px;
    width: 100%;
}

.login-field:active {
    box-shadow: inset 0px 0.99px 0.99px 0px rgba(0, 0, 0, 0.0749428), 0px 0px 7.99px 0px rgba(101, 174, 232, 0.599542);
}

.login-field:focus {
    box-shadow: inset 0px 0.99px 0.99px 0px rgba(0, 0, 0, 0.0749428), 0px 0px 7.99px 0px rgba(101, 174, 232, 0.599542);
}

.login-field::placeholder {
    color: rgba(172, 53, 49, 1) !important;
    font-weight: bold;
}

.login-field::-webkit-input-placeholder {
    color: rgba(172, 53, 49, 1) !important;
    font-weight: bold;
}

.login-field::-moz-placeholder {
    color: rgba(172, 53, 49, 1) !important;
    font-weight: bold;
}

.login-btn {
    background-color: #ac3531 !important;
    border-color: transparent;
    color: white;
    border-width: 0px;
    border-radius: 0px;
    cursor: pointer;
    font-size: 11px;
    font-weight: normal;
    padding: 0px 15px 0px 15px;
    height: 40px;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}

.login-btn:hover {
    background-color: #9d312d !important;
    color: white;
}

.login-btn:focus {
    background-color: #9d312d !important;
    color: white;
}

.login-btn:active {
    background-color: #832a26 !important;
    border-color: #832a26;
    color: white;
}

.alert {
    margin-bottom: 0px;
}

body.modal-open, .modal-open .navbar-fixed-top, .modal-open .navbar-fixed-bottom {
    padding-right: 0px !important;
}
