﻿body {
    background-image: url("/Common/Images/credit-evalution-kv-img.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 680px;
}

.login-form {
    max-width: 400px;
    /*margin: 100px auto;*/
    font-family: sans-serif;
    background: rgba(0,0,0,0.3);
    padding: 10px 30px 15px;
    border-radius: 4px;
    /* border-bottom: 2px solid #eee;
    border-right: 1px solid #eee;*/
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.login-form-row {
    margin: 15px 0;
}

.login-form h1 {
    margin: 20px 0 20px 0;
    font-size: 24px;
    color: white;
}

    .login-form h1 a {
        font-size: 14px;
        color: white;
        float: right;
        text-decoration: none;
    }

.login-form-row label {
    margin-bottom: 8px;
    display: inline-block;
    font-size: 14px;
    color: #fff;
}

.login-form-row input[type=text], .login-form-row input[type=password] {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
}

.login-form button {
    background: #673ab7;
    color: white;
    display: block;
    text-align: center;
    font-weight: bold;
    border: 0;
    padding: 12px;
    width: 100%;
    font-size: 16px;
    border-radius: 4px;
    cursor: pointer;
}

    .login-form button:hover {
        opacity: 0.8;
    }

.login-form .version {
    color: white;
}

.logo img {
    width: 300px;
    height: 91px;
}

.footer {
    text-align: center;
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    padding: 0.3rem 0;
    color: #9e9ea6;
    font-size: 14px;
}