/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */

 body {
	font-size: 14px;
}
.m-0 {
	margin: 0px;
}
.mb-1 {
	margin-bottom: 10px;
}
.mb-2 {
	margin-bottom: 20px;
}
.mt-1 {
	margin-top: 10px;
}
.mt-2 {
	margin-top: 20px;
}
.mt-3 {
	margin-top: 30px;
}
.container {
    width: 1024px;
    margin: 0 auto;
    padding-right: 15px;
    padding-left: 15px;
}
.white-box {
    background: #fff;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 8px;
    box-shadow: 0 2px 3px #ccc;
}
.p-0 {
	padding: 0px;
}
.d-flex {
    display: flex;
}
.d-inline-block {
	display: inline-block;
}
.align-items-center {
    align-items: center;
}
.justify-content-between {
    justify-content: space-between;
}
.bold {
	font-weight: bold;
}
.form-group {
    margin-bottom: 10px;
}
.form-control {
	width: 100%;
    height: 36px;
    border: 1px solid #ccc !important;
}
.form-pw {
    position: relative;
}
.form-pw img {
    width: 19px;
    position: absolute;
    right: 14px;
    bottom: 7px;
    cursor: pointer;
}

.form-pw #settings_page_example_setting {
    font-size: 23px;
    width: 100%;
    height: 36px;
    border: 1px solid #ccc !important;
}
.submit {
	margin-top: 10px !important;
}
.submit .button
.btn, .submit .button {
    border: 0px;
    padding: 8px 22px;
    border-radius: 3px;
    cursor: pointer;
}
.btn-green, .submit .button {
    background: #008060 !important;
    color: #fff;
}
.faq-box {
    padding: 15px 20px;
    border-bottom: 1px solid #e2e2e2;
}
.faq-box h4 {
    margin-top: 0px;
    margin-bottom: 8px;
    font-size: 16px;
    color: #000;
}
.faq-box p {
    margin: 0px;
    font-size: 14px;
}
a {
    color: #3e9be6;
}
.ml-5 {
	margin-left: 5px;
}
.middle {
	vertical-align: middle;
}

.form-table td {
    padding: 0;
}
.form-table th {
    display: none;
}
.form-pw{
    position: relative;
}
.eye-icon {
    position: absolute;
    top: 42px;
    right: 0;
}