.form-signin {
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}
#form-logout{
    position: absolute;
    top: 5px;
    right: 5px;
}
#errorLabel {
    color: red;
    width: 100%;
    text-align: left;
}
meter {
    width:90%;
    height:60px;
    margin-top:60px;
}
.card-title > .fa {
    font-size: 50px;
}
.fa-question-circle-o {
    color: #238ae6;
}
.fa-check-circle {
    color: rgb(1,153,138);
}
.fa-times-circle {
    color: #e81818;
}
select { max-width: 100%; }

.fom-color {
    color: rgb(1,153,138);
}
.fom-color-rgb {
    background-color: rgba(0,198,178, 1);
}
video {
    width: 100%;
}
.text-fom {
    color: rgb(1,153,138);
}
.icon-text-lg {
    font-size: 50px;
}
.tv{
    background: #e5f9f7;
}
.tv:hover{
    border: 1px solid rgb(1,153,138) !important;
}
a:hover {
    background: #e5f9f7;
}

.btn-outline-fom {
    color: rgb(1,153,138) !important;
    border: 1px solid rgb(1,153,138) !important;
}
.btn-fom {
    background-color: rgb(1,153,138) !important;
    color: white !important;
}
    .btn-fom .disbaled {
        background-color: gray;
        color: white;
    }