body {
    margin: 0;
    font-family: "Poppins", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

.container-scroller {
    overflow: hidden;
}

.page-body-wrapper {
    min-height: calc(100vh - 63px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-left: 0;
    padding-right: 0;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: "Poppins", sans-serif;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
}

.h3, h3 {
    font-size: 1.6875rem;
}

p {
    font-size: 0.875rem;
}

.page-body-wrapper.full-page-wrapper {
    width: 100%;
    min-height: 100vh;
}

.content-wrapper {
    background: #f3f4fa;
    padding: 1.5rem 1.7rem;
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.auth.theme-two .banner-section {
    padding-right: 0;
}

.auth.theme-two .banner-section .slide-content {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.auth.theme-two .banner-section .slide-content {
    width: 100%;
}

.auth.theme-two .auto-form-wrapper {
    position: relative;
    height: 100vh;
    min-height: 100vh;
    max-height: 100vh;
    padding: 110px 5% 5%;
    border-radius: 4px;
}

.auth.theme-two .auto-form-wrapper .nav-get-started {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: absolute;
    top: 30px;
    right: 30px;
}

.auth.theme-two .auto-form-wrapper .nav-get-started p {
    margin-bottom: 0;
    font-weight: 300;
}

.auth.theme-two .auto-form-wrapper .nav-get-started .get-started-btn {
    border: 1px solid #f2f2f2;
    padding: 10px 20px;
    font-size: 12px;
    font-weight: 600;
    color: #000;
    margin-left: 20px;
    border-radius: 50px;
}

.auth.theme-two .auto-form-wrapper form {
    width: 50%;
    min-width: 300px;
    max-width: 480px;
}

.auth.theme-two .auto-form-wrapper form .form-group {
    width: 100%;
    margin-bottom: 25px;
}

.auth.theme-two .auto-form-wrapper form .form-group .input-group, .auth.theme-two .auto-form-wrapper form .form-group .asColorPicker-wrap {
    height: 44px;
}

.input-group-append, .input-group-prepend, .asColorPicker-trigger {
    background: #ffffff;
    color: #c9c8c8;
    width: auto;
    border: none;
}

.auth.theme-two .auto-form-wrapper form .form-group .input-group .input-group-prepend .input-group-text {
    border-radius: 6px 0 0 6px;
    border-color: #e5e5e5;
    border-right: none;
    color: #cfcfcf;
}

.auth.theme-two .auto-form-wrapper form .form-group .input-group .form-control{
    border: 1px solid #e5e5e5;
    border-left: none;
    border-radius: 0 6px 6px 0;
}

.auth.theme-two .auto-form-wrapper form .form-group .submit-btn {
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    padding: 11px 33px;
    font-weight: 600;
    line-height: 1;
    background-image: linear-gradient(120deg, #556cdc, #128bfc, #18bef1);
}

.text-gray {
    color: #969696;
}

.auth.theme-two .auto-form-wrapper .footer-text {
    font-size: 13px;
    margin-bottom: 0;
}

.auth.theme-two .auto-form-wrapper .auth-footer {
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 7px;
    padding-left: 0;
    margin-bottom: 0;
}

.auth.theme-two .auto-form-wrapper .auth-footer li {
    margin-right: 10px;
    line-height: 1;
    padding-right: 10px;
    border-right: 1px solid #858585;
}

.auth.theme-two .auto-form-wrapper .auth-footer li:last-child {
    margin-right: 0;
    border-right: none;
}

.checkbox {
    position: relative;
    float: right;
    /* right: 0; */
    top: 7px;
    cursor: pointer;
}

.checkbox input {
    cursor: pointer;
}

.checkbox label span {
    font-size: 0.9em;
    color: #777;
    cursor: pointer;
}

#dinni {
    position: absolute;
    bottom: 30px;
    right: 50px;
}

#dinni img {
    max-width: 75px;
}