body {
 font-size: 15px;
 font-family: 'Open Sans', sans-serif;
 color: #000;
}
.bg-cl {
 background-color: #f687;
}
.bg-cl-1 {
 background-color: #8fd6c7;
}
.bg-cl-2 {
 background-color: #05a8e9;
}
.bg-cl-3 {
 background-color: #fbde77;
}
.card-body {
 background-color: #FFF !important;
}
.bg-primary-1 {
 background-color: #05a8e9;
}
.bg-danger-1 {
 background-color: #ff0000;
 line-height: 10px;
}
.text-danger-1 {
 color: #ff0000;
}
.fa-2x {
 line-height: 2.6
}
.bg-pink {
 background: #fffbfb;
}
.c-col {
 color: #8fd6c7;
}
.c-col-1 {
 color: #ff0000;
}
.c-col-2 {
 color: #ffcc00;
}
.table {
 color: #000 !important;
}
.set {
 font-size: 25px;
}
.table td,
.table th {
 text-align: center;
}
form.user .form-control-user {
 font-size: 1.1rem !important;
 border-radius: 1rem !important;
 padding: 1.9rem 1.5rem !important;
 background-color: #eaf4ff !important;
}
form.user .btn-user {
 font-size: 1.1rem !important;
 border-radius: 1rem !important;
 padding: 1.1rem 1.4rem !important;
 background-color: #05a8e9 !important;
}
input[type="text"] {
 width: 100%;
 border: 2px solid #bcd8f2;
 margin: 8px 0;
 outline: none;
 padding: 10px;
 box-sizing: border-box;
 transition: 0.3s;
 border-radius: 1rem;
 background-color: #eaf4fe;
 padding: 1.1rem 1.4rem;
 font-size: 20px;
}
input[type="text"]:focus {
 border-color: #eaf4fe;
 box-shadow: 0 0 8px 0 dodgerBlue;
}
.inputIcon input[type="text"] {
 padding-left: 50px;
}
.inputIcon {
 position: relative;
}
.inputIcon i {
 position: absolute;
 left: 0;
 top: 8px;
 padding: 22px 17px;
 color: #FFF;
 transition: 0.3s;
}
.inputIcon input[type="text"]:focus + i {
 color: #FFF;
}
.inputIcon.inputIconBg i {
 background-color: #aaa;
 color: #fff;
 padding: 9px 4px;
 border-radius: 4px 0 0 4px;
}
.inputIcon.inputIconBg input[type="text"]:focus + i {
 color: #fff;
 background-color: #eaf4fe;
}
input[type="password"] {
 width: 100%;
 border: 2px solid #bcd8f2;
 margin: 8px 0;
 outline: none;
 padding: 10px;
 box-sizing: border-box;
 transition: 0.3s;
 border-radius: 1rem;
 background-color: #eaf4fe;
 padding: 1.1rem 1.4rem;
 font-size: 20px;
}
.inputIcon input[type="password"] {
 padding-left: 50px;
}
.small-1 {
 font-size: 16px;
}
.small-2 {
 font-size: 1.5rem;
}
.small-3 {
 font-size: 1rem;
}
.badge-danger {
 font-size: .8rem !important;
}
.fa-2x-1 {
 font-size: 1.5em;
}
.badge {
 display: inline-block;
 padding: .4em .4em !important;
}

/*reset captcha and message*/

form.user .btn-user-1 {
 font-size: 1.1rem;
 border-radius: 1rem;
 padding: 1.1rem 1.4rem;
 background-color: #F00;
 text-align: center;
 text-decoration: none;
}
/*reset captcha and message*/