﻿.wrapper {
    background: #fff;
    border-radius: 5px;
}

.basic-header {
    background-color: #d9edf7;
    color: #31708f;
    font-weight: 600;
    padding: 10px 15px;
    border-bottom: 1px solid #bce8f1;
}

.table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 0.8rem;
}

.label-cell {
    width: 40%;
    text-align: right;
    font-weight: 600;
    color: #333;
    padding-right: 10px;
    vertical-align: middle;
}

.input-icon {
    position: relative;
}

.input-icon i {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #666;
}

.input-icon .rz-textbox,
.input-icon .rz-password {
    width: 100%;
    padding-left: 30px !important;
    height: 38px;
}

.basic-button {
    width: 100%;
    background-color: #337ab7 !important;
    color: #fff !important;
    font-weight: 500;
    border-radius: 3px;
}

.basic-button:hover {
    background-color: #286090 !important;
}

.basic-form-body {
    padding: 20px 30px;
}
