﻿
.input-group-addon {
    padding: 7px 12px;
    font-size: 12px;
    font-weight: normal;
    line-height: 1;
    color: mediumpurple;
    text-align: center;
    background-color: LightGreen;
    border: 1px solid #ddd;
    border-radius: 3px;
}

.circle-icon {
    display: inline-block;
    background: LightGreen;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    box-shadow: 0px 0px 2px #888;
    text-align: center;
    vertical-align: middle;
    padding: 35px;
    color: mediumblue;
}

.bg-slate-800 {
    background-color: #37474F;
    border-color: #37474F;
}

.content-group-lg {
    margin-bottom: 30px !important;
}

body.bg-slate-800 {
    background-image: url(/images/bg.png);
    background-size: contain;
}

div.full-width {
    width: 100%;
}

.card {
    width: 300px;
    margin: 0 auto;
}

.error-message {
    color: red;
    text-align: center;
}


