﻿html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}

.oca-login-holder {
    background-size: 100% 100%;
    min-height: 100%;
    background-image: url('../Content/images/login_background1.png') !important;
    background-size: cover;
}

.p-1 {
    padding: 1px 1px 1px 1px;
}

.oca-login {
    margin-top: 165px;
    margin-bottom: 0px !important;
}

.center-div {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 400px;
}

.oca-login-content {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 4px;
}

.oca-login-form {
    margin-left: 20px;
    margin-right: 20px;
}

.oca-brand {
    margin-top: 15px;
    float: left;
}

.oca-icon {
    float: right;
    font-size: 30pt;
    color: #50086e;
}

.hr-login-text {
    border-top: 1px dotted lightgray;
    width: 100%;
    text-align: center;
    float: left;
    height: 10px;
}

.oca-login-heading {
    margin-bottom: 20px;
}

.oca-login-heading h1 {
    text-align: center;
    color: #50086e;
    font-size: 24px;
}

.validation-summary-errors > ul, .validation-summary-success > ul {
    display: inline;
    list-style-type: none;
    padding: 0px;
}

.validation-summary-errors > ul li, .validation-summary-success > ul li {
    display: inline;
}

.login-message-style {
    float: left;
    padding: 10px;
    color: #515456;
    background-color: #fcf9c0;
    margin-bottom: 10px;
    border-radius: 5px;
    width: 100%;
}

.form-group input {
    font-size: 10pt;
    height: 50px;
}

.oca-login-text {
    margin-bottom: 20px;
    float: left;
    text-align: center;
    width: 100%;
    font-size: 10pt;
}

.oca-btn-panel {
    height: 70px;
}

.oca-login-button {
    background: #50086e none repeat scroll 0 0 !important;
    border-color: #50086e;
    color: #ffffff;
    font-size: 10pt;
    width: 100px;
    height: 40px;
    line-height: 40px;
    padding: 0;
}

.oca-login-button:hover {
    background-color: #61207c !important;
    border-color: #61207c;
}