.form-control,
.multiselect {
    height: 40px !important;
    border: 1px solid #d8dde3;
    border-radius: 14px !important;
    background-color: #f9f9f9;
    box-shadow: none !important;
    color: #1f1f1f;
    padding: 8px 14px;
    transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}

textarea.form-control {
    min-height: 110px;
    height: auto !important;
    resize: vertical;
    padding-top: 12px;
    padding-bottom: 12px;
}

select.form-control,
button.multiselect {
    padding-top: 0;
    padding-bottom: 0;
}

.form-control:focus,
.multiselect:focus,
button.multiselect:focus,
.btn-group.open .multiselect {
    border-color: #1f8f49;
    box-shadow: 0 0 0 3px rgba(31, 143, 73, 0.10) !important;
    background-color: #fff;
}

.form-control[disabled],
.form-control[readonly] {
    background-color: #eef2ef !important;
    color: #6a6a6a;
}

.input-group-addon {
    border: 1px solid #d8dde3;
    border-radius: 14px 0 0 14px !important;
    background: #ffffff;
    color: #6a6a6a;
}

.input-group .form-control:last-child,
.input-group .multiselect:last-child,
.input-group button.multiselect {
    border-radius: 0 14px 14px 0 !important;
}

.input-group .form-control:first-child,
.input-group select.form-control:first-child,
.input-group textarea.form-control:first-child {
    border-radius: 14px !important;
}

.btn {
    border-radius: 999px !important;
    padding: 8px 20px;
    box-shadow: none !important;
    transition: background-color .2s ease, border-color .2s ease, color .2s ease;
}

.btn-success {
    border-color: #1f8f49 !important;
    background: #1f8f49 !important;
    color: #fff !important;
    text-shadow: none !important;
}

.btn-success:hover,
.btn-success:focus {
    border-color: #18733a !important;
    background: #18733a !important;
    color: #fff !important;
}

.btn-default {
    border-color: #d8dde3 !important;
    background: #f4f4f4 !important;
    color: #222 !important;
    text-shadow: none !important;
}

.btn-default:hover,
.btn-default:focus {
    border-color: #c6cec8 !important;
    background: #f6f8f7 !important;
    color: #222 !important;
}

.ui-rounded-input,
.ui-rounded-answer,
.ui-rounded-select,
.ui-rounded-textarea {
    width: 100%;
    height: 48px;
    border: 1px solid #d3d3d3;
    border-radius: 14px;
    background: #ffffff !important;
    font-size: 15px;
    color: #1f1f1f;
    padding: 12px 15px;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.ui-rounded-textarea {
    min-height: 110px;
    height: auto;
    resize: vertical;
}

.ui-rounded-select {
    padding-top: 0;
    padding-bottom: 0;
}

.ui-rounded-input:focus,
.ui-rounded-answer:focus,
.ui-rounded-select:focus,
.ui-rounded-textarea:focus {
    outline: none;
    border-color: #1f8f49;
    box-shadow: 0 0 0 3px rgba(31, 143, 73, 0.12);
}

.ui-rounded-submit {
    width: auto;
    min-width: 170px;
    height: 48px;
    border: 0;
    border-radius: 999px;
    background: #1f8f49;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding: 0 28px;
}

.ui-rounded-submit:hover,
.ui-rounded-submit:focus {
    background: #18733a;
    color: #fff;
    outline: none;
}

.form-actions .ui-rounded-submit,
.auth-card .ui-rounded-submit,
.login-card .ui-rounded-submit,
.register-card .ui-rounded-submit,
.ui-submit-block {
    width: 100%;
}

.ui-outline-pill-btn {
    display: block;
    width: 100%;
    height: 46px;
    line-height: 44px;
    text-align: center;
    border: 1px solid #d4d4d4;
    border-radius: 999px;
    color: #202020;
    text-decoration: none;
    font-size: 17px;
    background: #fff;
    margin-bottom: 12px;
}

.ui-outline-pill-btn:hover,
.ui-outline-pill-btn:focus {
    text-decoration: none;
    color: #202020;
    border-color: #bdbdbd;
}

.ui-pill-prefix-wrap {
    display: flex;
    align-items: center;
    border: 1px solid #d3d3d3;
    border-radius: 14px;
    overflow: hidden;
    background: #ffffff !important;
}

.ui-pill-prefix {
    min-width: 68px;
    text-align: center;
    color: #5d5d5d;
    font-size: 15px;
    border-right: 1px solid #dcdcdc;
    padding: 13px 10px;
    background: #ffffff !important;
}

.ui-pill-prefix-wrap .ui-rounded-input {
    border: 0;
    box-shadow: none;
    border-radius: 0;
}

.ui-link-accent {
    color: #1a4cff;
    text-decoration: none;
}

.ui-link-accent:hover,
.ui-link-accent:focus {
    color: #1439c5;
    text-decoration: none;
}

.ui-password-toggle {
    position: absolute;
    top: 50%;
    right: 44px;
    transform: translateY(-50%);
    border: 0;
    background: transparent;
    color: #737373;
    padding: 0;
}
