.text-white{
    color: white;
}

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

.text-left{
    text-align: left;
}

.uppercase{
    text-transform: uppercase;
}
.box {
    width: 30%;
    padding-left: 7.5px;
    padding-right: 7.5px;
    margin: 2em auto 4em auto;
}

 .dark-box{
     padding: 2em;
     background-color: rgba(0,0,0,.5);
 }

 .list-box{
     margin: 0 auto;
 }

.form-group {
    margin-bottom: 15px;
}

.form-control {
    width: 100%;
    height: 34px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

label {
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 100%;
    color: white;
}

.btn{
	color: #FFFFFF;
	background-color: #ecb602;
    font-size: 18px;
    font-weight: 500;
    padding: .3em 1em;
    border-radius: 3px;
	border: none;
}

.text-red{
    color: red;
}

.img-200{
    width: 200px;
}
div.img-200 {
	margin: 0 auto;
}
.bold{
    font-weight: bold;
}

.blue-box{
    background: #006FA6;
    padding: 1em;
}
.bg-img{
    background-image: url('../img/login_background.jpg');
}

#card_data {
	display: none;
}

@media only screen and (max-width: 850px) {
    .box {
        width: 50%;
    }
}
@media only screen and (max-width: 450px) {
    .box {
        width: 80%;
    }
}
