.main-bg {
    background-color: #FAFAFA;
}

.main-font {
    font-family: 'Raleway', sans-serif;
}

.section-title {
    color: #BF3E48;
}

#username,
#password {
    text-align: center;
    background: #FAFAFA;
    color: #3B886F;
}

.round-input {
    -webkit-border-radius: 50px;
    -moz-border-radius: 20px;
    border-radius: 30px;
    margin-bottom: 20px;
    margin-top: 20px;
    color: #FAFAFA;
    border-color: #2E6957;
    background: #2E6957;
}

.round-input:focus {
    outline: none;
    border-color: #3B886F;
    box-shadow: 0 0 10px #3B886F;
}

.round-button,
.round-button:focus,
.round-button:active {
    -webkit-border-radius: 50px;
    -moz-border-radius: 20px;
    border-radius: 30px;
    padding: 7px;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
    background-color: #3B886F;
    border-color: #3B886F;
    color: #FAFAFA;
}

.round-button:hover {
    background-color: #2E6957;
    border-color: #2E6957;
    color: #FAFAFA;
}

.round-button-inverse:active,
.round-button-inverse:focus,
.round-button-inverse {
    -webkit-border-radius: 50px;
    -moz-border-radius: 20px;
    border-radius: 30px;
    background-color: #2E6957;
    border-color: #2E6957;
    color: #FAFAFA;
    text-align: left;
}

.round-button-inverse:hover {
    color: #FAFAFA;
    background-color: #3B886F;
}

.round-button-danger:active,
.round-button-danger:focus,
.round-button-danger {
    -webkit-border-radius: 50px;
    -moz-border-radius: 20px;
    border-radius: 30px;
    background-color: #BF3E48;
    border-color: #BF3E48;
    color: #FAFAFA;
    text-align: left;
}

.round-button-danger:hover {
    color: #FAFAFA;
    background-color: rgb(228, 68, 82);
}

.round-button-clear:active,
.round-button-clear:focus,
.round-button-clear {
    -webkit-border-radius: 50px;
    -moz-border-radius: 20px;
    border-radius: 30px;
    background-color: #FAFAFA;
    border-color: #2E6957;
    color: #2E6957;
    text-align: center;
}

.round-button-clear:hover {
    color: #FAFAFA;
    background-color: #3B886F;
}

.btn-file {
    padding: 0px;
    font-size: 15px;
    padding-left: 10px;
    height: 28px;
}

.version-pos {
    position: absolute;
    bottom: 0;
    left: 0;
    padding-left: 10px;
    border: 0px solid transparent;
    border-radius: 0px
}

.navbar-pan {
    position: fixed;
    z-index: 500
}

.navbar-logo {
    float: left;
    margin-top: 10px;
    margin-right: 10px;
    margin-left: 50px;
    padding-right: 10px;
}

.navbar-logo img {
    width: auto;
    height: 40px
}

.navbar-title {
    float: left;
    height: 40px;
}

.navbar-logout {
    float: right;
    margin-top: 10px;
    margin-bottom: 10px
}

.navbar-placeholder {
    float: left;
    height: 40px;
    width: 18%;
}

.gallery {
    padding-left: 30px;
}

.gallery-group-left {
    padding-left: 17px;
    float: left!important;
}

.gallery-group-right {
    padding-right: 10px;
    float: right!important;
}

.red-link {
    color: #BF3E48;
}

.red-link:hover,
.red-link:focus {
    color: rgb(228, 68, 82);
}

.row button {
    padding-top: 3px;
    padding-bottom: 3px;
}

button span {
    display: none;
}