.login-contour {
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    max-width: 350px;
    height: 220px;
    background-color: #000000;
    border: 1px solid #999999;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}

.login-text {
    color: #9d9d9d;
    font-weight: bold;
    font-size: 15px;
}

.login-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
}

.login-title {
    margin-top: 15px;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    font-size: 24px;
}

.login-form {
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    height: 200px;
    width: 300px;
}

.btn-login {
    color: #000;
    background-color: #FFF;
    border-color: #9d9d9d;
}
