﻿body {
    color: #fff;
}

.form-control {
    min-height: 36px;
    background: #f2f2f2;
    box-shadow: none !important;
    border: transparent;
}

.form-control:focus {
    background: #e2e2e2;
}

.form-control {
    border-radius: 6px;
    margin-bottom: 10px;
}

.btn {
    border-radius: 10px;
}

.login-form {
    width: auto;
    height: auto;
    margin: 5px auto;
    text-align: left;
}

.login-form h3 {
    margin: 10px 0 25px;
}

.login-form form {
    color: #7a7a7a;
    border-radius: 3px;
    margin-bottom: 15px;
    background: #fff;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    padding: 30px;
}

.login-form .btn:hover,
.login-form .btn:focus {
    background: #2389cd;
}

.login-form a {
    color: #fff;
    text-decoration: underline;
}

.login-form a:hover {
    text-decoration: none;
}

.login-form form a {
    color: #7a7a7a;
    text-decoration: none;
}

.form-inline {
    margin-bottom: 6px;
}

.label-name {
    width: auto;
    text-align: left;
}

html,
body,
#img_container {
    height: 100%;
}

#img_container {
    width: 100%;
    position: relative;
    margin: auto;
}

#img_container > img {
    width: 100%;
    max-width: 400px;
    /* real image width */
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.label-middle {
    display: flex;
    align-items: center;
}

.font-bold {
    font-weight: bold;
}

.margin-bottom-20 {
    margin-bottom: 20px
}