
.form-horizontal {
    width: 320px;
    background-color: #ffffff;
    padding: 25px 38px;
    border-radius: 12px;
    box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.5);
}

.control-label {
    text-align: left !important;
    padding-bottom: 4px;
}

.progress {
    height: 3px !important;
}

.show-pass {
    position: absolute;
    top: 7px;
    right: 8%;
}

.progress-bar-danger {
    background-color: #e90f10 !important;
}

.progress-bar-warning {
    background-color: #ffad00 !important;
}

.progress-bar-success {
    background-color: #02b502 !important;
}

.fa-eye {
    color: #022255;
    cursor: pointer;
}

.ex-account p a {
    color: #f6086e;
    text-decoration: underline;
}

.fa-circle {
    font-size: 6px;
}

.fa-check {
    color: #02b502;
}
