/* Style for Main Form */
.form-bg {
    background-color: #fff !important;
    border-radius: 10px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    padding: 30px;
    max-width: 820px;
    width: 100%;
    margin: 0 auto !important;
}

@media (max-width: 575px) {
    .form-bg {
        padding: 20px;
    }
}

.form-img {
    max-width: 300px;
    width: 100%;
    max-width: 260px;
    overflow: hidden;
    margin: 0 auto;
    background-color: #f5f5f5;
}

.form-img img {
    max-width: 100%;
    height: auto;
}

.common-form p {
    font-size: 18px;
    color: #666;
}

.common-form .form-input label {
    font-size: 18px;
    color: #000;
    text-transform: capitalize;
}

.common-form .form-input .form-control {
    height: 50px;
    border-radius: 5px;
    border: 1px solid #b1b1b1;
    width: 100%;
}

.common-form .form-input .form-control:focus {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.common-form .form-btn {
    background: transparent -webkit-gradient(
            linear,
            right top,
            left top,
            from(#008f78),
            to(#00a78d)
        ) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(270deg, #008f78 0%, #00a78d 100%) 0%
        0% no-repeat padding-box;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    border-radius: 5px;
    padding: 8px 20px;
    margin-top: 20px;
    border: none;
    margin-left: auto;
    width: 100%;
    text-align: center;
}

@media (max-width: 575px) {
    .common-form .form-btn {
        font-size: 14px;
        padding: 8px 10px;
    }
}

@media (max-width: 325px) {
    .common-form .form-btn {
        font-size: 12px;
    }
}

.common-form .form-btn:focus {
    outline: none;
    border: none;
}

.form-date,
.form-receipt {
    font-size: 13px;
    text-transform: capitalize;
    color: #fff;
    font-weight: 400;
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 15px;
    column-gap: 15px;
}

.form-date span,
.form-receipt span {
    font-weight: 600;
    font-size: 14px;
    width: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
}

.input-cover {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    margin-bottom: 5px;
}

.input-cover label {
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    color: #000;
    white-space: nowrap;
}

.input-cover .form-control {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    border: none;
    border-bottom: 1px solid #000;
    border-radius: 0;
    padding: 0px 5px !important;
}

.input-cover .form-control:focus {
    outline: none;
    border-bottom: 1px solid #000;
    -webkit-box-shadow: none;
    box-shadow: none;
}

body {
    padding: 0;
    margin: 0;
    height: auto;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.get-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.wrap-bg {
    background-color: #f3f4f6;
    height: 100vh;
    padding: 20px;
}

@media (max-width: 575px) {
    .wrap-bg {
        height: 100%;
        padding: 30px 15px;
    }
}

.form-inline {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
}

@media (max-width: 575px) {
    .form-inline {
        flex-direction: column;
    }
}

.common-form .form-btn button {
    margin: 0 !important;
}
