html {
    width: 100%;
    height: 100%;
}

body {
    width: 100%;
    height: 100%;
    /*background: radial-gradient(ellipse at center, #e5cdc3 0%,#b27887 50%,#323754 100%);*/
    background-image: url("/img/background.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding:10px;
}

#error-msg {
    color: red;
}

.container {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.panel h2 {
    color: #444444;
    font-size: 18px;
    margin: 20px 0 20px 0;
}

.panel p {
    color: #777777;
    font-size: 14px;
    margin-bottom: 30px;
    line-height:24px;
}

.login-form .form-control {
    background: #f7f7f7 none repeat scroll 0 0;
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
}

.main-div {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 16px;
    margin: 10px auto 10px;
    width: 440px;
    padding: 50px 70px 50px 70px;
}

.login-form .form-group {
    margin-bottom: 10px;
}

.login-form{
    text-align: center;
}

.login-form .btn.btn-primary {
    background: #d60b52 none repeat scroll 0 0;
    border-color: #d60b52;
    color: #ffffff;
    font-size: 14px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0;
    margin-bottom: 45px;
}

.login-form .btn.btn-primary.reset {
    background: #d60b52 none repeat scroll 0 0;
}