/* common */
* {
    font-family: "Lato", sans-serif;
}

:root {
    --forny-p1: 0.25rem;
    /* 4px */
    --forny-p2: 0.5rem;
    /* 8px */
    --forny-p3: 0.75rem;
    /* 12px */
    --forny-p4: 1rem;
    /* 16px */
    --forny-p5: 1.25rem;
    /* 20px */
    --forny-p6: 1.5rem;
    /* 24px */
    --forny-p8: 2rem;
    /* 32px */
    --forny-p10: 2.5rem;
    /* 40px */
    --forny-text-xs: 0.75rem;
    /* 12px */
    --forny-text-sm: 0.875rem;
    /* 12px */
    --forny-text-md: 1rem;
    /* 16px */
    --forny-form-width: 26rem;
    --forny-color-facebook: hsla(221, 40%, 47%, 1);
    --forny-color-google: hsla(4, 69%, 53%, 1);
    --forny-color-twitter: hsla(195, 100%, 60%, 1);
    --forny-form-control-border: 1px solid#D40101;
    --forny-form-control-padding: 4px;
    --forny-shadow-color: black;
    --forny-shadow: 0 3px 6px var(--forny-shadow-color);
    --forny-orange-100: hsla(0, 100%, 94%, 1);
    --forny-orange-500: hsla(4, 69%, 53%, 1);
    --forny-danger-100: hsla(0, 100%, 94%, 1);
    --forny-danger-500: hsla(4, 69%, 53%, 1);
    --forny-color-success-100: hsla(152, 68%, 96%, 1);
    --forny-color-text: black;
    --forny-color-header: var(--forny-color-text);
    --forny-color-accent-500: ;
}

.forny-container .text-xs {
    font-size: 0.75rem;
    font-size: var(--forny-text-xs);
}

.forny-container .text-sm {
    font-size: 0.875rem;
    font-size: var(--forny-text-sm);
}

.forny-container .text-md {
    font-size: 1rem;
    font-size: var(--forny-text-md);
}

.forny-container .cursor-pointer {
    cursor: pointer;
}

.forny-container .pt-1 {
    padding-top: 0.25rem !important;
    padding-top: var(--forny-p1) !important;
}

.forny-container .pt-2 {
    padding-top: 0.5rem !important;
    padding-top: var(--forny-p2) !important;
}

.forny-container .pt-4 {
    padding-top: 1rem !important;
    padding-top: var(--forny-p4) !important;
}

.forny-container .pt-10 {
    padding-top: 2.5rem !important;
    padding-top: var(--forny-p10) !important;
}

.forny-container .pb-1 {
    padding-bottom: 0.25rem !important;
    padding-bottom: var(--forny-p1) !important;
}

.forny-container .pb-2 {
    padding-bottom: 0.5rem !important;
    padding-bottom: var(--forny-p2) !important;
}

.forny-container .pb-4 {
    padding-bottom: 1rem !important;
    padding-bottom: var(--forny-p4) !important;
}

.forny-container .pb-10 {
    padding-bottom: 2.5rem !important;
    padding-bottom: var(--forny-p10) !important;
}

.forny-container .mr-1 {
    margin-right: 0.25rem !important;
    margin-right: var(--forny-p1) !important;
}

.forny-container .mr-2 {
    margin-right: 0.5rem !important;
    margin-right: var(--forny-p2) !important;
}

.forny-container .mr-4 {
    margin-right: 1rem !important;
    margin-right: var(--forny-p4) !important;
}

.forny-container .mr-6 {
    margin-right: 1.5rem !important;
    margin-right: var(--forny-p6) !important;
}

.forny-container .mr-10 {
    margin-right: 2.5rem !important;
    margin-right: var(--forny-p10) !important;
}

.forny-container .mb-1 {
    margin-bottom: 0.25rem !important;
    margin-bottom: var(--forny-p1) !important;
}

.forny-container .mb-2 {
    margin-bottom: 0.5rem !important;
    margin-bottom: var(--forny-p2) !important;
}

.forny-container .mb-4 {
    margin-bottom: 1rem !important;
    margin-bottom: var(--forny-p4) !important;
}

.forny-container .mb-5 {
    margin-bottom: 1.25rem !important;
    margin-bottom: var(--forny-p5) !important;
}

.forny-container .mb-6 {
    margin-bottom: 1.5rem !important;
    margin-bottom: var(--forny-p6) !important;
}

.forny-container .mb-8 {
    margin-bottom: 2rem !important;
    margin-bottom: var(--forny-p8) !important;
}

.forny-container .mb-10 {
    margin-bottom: 2.5rem !important;
    margin-bottom: var(--forny-p10) !important;
}

.forny-container .mt-1 {
    margin-top: 0.25rem !important;
    margin-top: var(--forny-p1) !important;
}

.forny-container .mt-2 {
    margin-top: 0.5rem !important;
    margin-top: var(--forny-p2) !important;
}

.forny-container .mt-4 {
    margin-top: 1rem !important;
    margin-top: var(--forny-p4) !important;
}

.forny-container .mt-5 {
    margin-top: 1.25rem !important;
    margin-top: var(--forny-p5) !important;
}

.forny-container .mt-6 {
    margin-top: 1.5rem !important;
    margin-top: var(--forny-p6) !important;
}

.forny-container .mt-10 {
    margin-top: 2.5rem !important;
    margin-top: var(--forny-p10) !important;
}

.forny-container .border-r-0 {
    border-right-width: 0 !important;
}

.forny-container .btn-social {
    color: white;
    border: 0;
}

.forny-container .btn-flat {
    padding: 0 !important;
}

.forny-container .btn-facebook {
    background: hsla(221, 40%, 47%, 1);
    background: var(--forny-color-facebook);
}

.forny-container .btn-facebook:hover {
    background: hsla(221, 40%, 40%, 1);
}

.forny-container .btn-google {
    background: hsla(4, 69%, 53%, 1);
    background: var(--forny-color-google);
}

.forny-container .btn-google:hover {
    background: hsla(4, 59%, 47%, 1);
}

.forny-container .btn-twitter {
    background: hsla(195, 100%, 60%, 1);
    background: var(--forny-color-twitter);
}

.forny-container .btn-twitter:hover {
    background: hsla(195, 78%, 54%, 1);
}

.forny-form .btn.btn-primary {
    border: 0;
    background-color: #D40101;
}

.forny-form .btn.btn-primary:hover {
    background-color: ##f52626;
}

.forny-container .text-facebook {
    color: hsla(221, 40%, 47%, 1);
    color: var(--forny-color-facebook);
}

.forny-container .text-google {
    color: hsla(4, 69%, 53%, 1);
    color: var(--forny-color-google);
}

.forny-container .text-twitter {
    color: hsla(195, 100%, 60%, 1);
    color: var(--forny-color-twitter);
}

.forny-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    font-family: var(--forny-font-family);
    color: black;
    color: var(--forny-color-text);
}

.forny-container a {
    color: #D40101;
}

.forny-form {
    margin: 0 auto;
}

.forny-form h4 {
    color: black;
    color: var(--forny-color-header);
    font-weight: 700;
    margin-bottom: 1rem;
    margin-bottom: var(--forny-p4);
}

.forny-form .forny-logo {
    text-align: center;
    margin-bottom: 2.5rem;
    margin-bottom: var(--forny-p10);
}

.forny-form .form-control {
    height: auto;
    border: 1px solid #ccc;
    padding: 4px;
    padding: var(--forny-form-control-padding);
    border-radius: 4px;
    font-family: "Lato", sans-serif;
    box-shadow: none;
    font-size : 13.5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.forny-form .input-group-prepend .input-group-text,
.forny-form .input-group-append .input-group-text {
    border: 1px solid #ccc;
    padding: 4px;
    padding : 4px 4px 0px 0px;
    font-size: 14px !important;
    border-radius: 4px;
    text-align: center;
    display: inline-block;
    min-width: 48px;
}

.forny-form .input-group-prepend .input-group-text svg,
.forny-form .input-group-append .input-group-text svg {
    fill: #D40101;
}

.forny-form .input-group .input-group-prepend+.form-control {
    border-left: 0 !important;
    padding-left: 0.25rem;
    padding-left: var(--forny-p1);
}

.forny-form .input-group .input-group-append+.form-control {
    border-right: 0;
    padding-right: 0.25rem;
    padding-right: var(--forny-p1);
}

.forny-container .alert-danger {
    background-color: hsla(0, 100%, 94%, 1);
    background-color: var(--forny-danger-100);
    color: hsla(4, 69%, 53%, 1);
    color: var(--forny-danger-500);
}

.forny-container .has-error .form-control,
.forny-container .has-error .input-group-append .input-group-text,
.forny-container .has-error .input-group-prepend .input-group-text {
    border-color: hsla(4, 69%, 53%, 1);
    border-color: var(--forny-danger-500);
    outline-color: hsla(4, 69%, 53%, 1);
    outline-color: var(--forny-danger-500);
    box-shadow: none;
}

.forny-container .has-error .form-control,
.forny-container .has-error .input-group-prepend .input-group-text {
    color: hsla(4, 69%, 53%, 1);
    color: var(--forny-danger-500);
}

.forny-inner {
    /* min-height: 100vh; */
    display: flex;
    flex-direction: column;
}

.forny-form {
    margin: auto;
}

@media (min-width: 768px) {
    .forny-inner {
        height: auto;
        width: 26rem;
        width: var(--forny-form-width);
    }
    .forny-form {
        width: 26rem;
        width: var(--forny-form-width);
    }
}

.forny-container .has-error {
    background: hsla(0, 100%, 94%, 1);
    background: var(--forny-danger-100);
}

.forny-container .has-error .form-control::-webkit-input-placeholder {
    color: hsla(4, 69%, 53%, 1);
    color: var(--forny-danger-500);
}

.forny-container .has-error .form-control::-moz-placeholder {
    color: hsla(4, 69%, 53%, 1);
    color: var(--forny-danger-500);
}

.forny-container .has-error .form-control:-ms-input-placeholder {
    color: hsla(4, 69%, 53%, 1);
    color: var(--forny-danger-500);
}

.forny-container .has-error .form-control::-ms-input-placeholder {
    color: hsla(4, 69%, 53%, 1);
    color: var(--forny-danger-500);
}

.forny-container .has-error .form-control::placeholder {
    color: hsla(4, 69%, 53%, 1);
    color: var(--forny-danger-500);
}

.forny-container .has-error .form-control,
.forny-container .has-error .input-group-text,
.forny-container .has-error input:-webkit-autofill,
.forny-container .has-error input:-webkit-autofill:hover,
.forny-container .has-error input:-webkit-autofill:focus,
.forny-container .has-error input:-webkit-autofill:active {
    box-shadow: 0 0 0 30px hsla(0, 100%, 94%, 1) inset !important;
    box-shadow: 0 0 0 30px var(--forny-danger-100) inset !important;
    border-color: hsla(4, 69%, 53%, 1);
    border-color: var(--forny-danger-500);
    color: hsla(4, 69%, 53%, 1);
    color: var(--forny-danger-500);
}

.forny-container .is-valid,
.forny-container .is-valid input:-webkit-autofill,
.forny-container .is-valid input:-webkit-autofill:hover,
.forny-container .is-valid input:-webkit-autofill:focus,
.forny-container .is-valid input:-webkit-autofill:active {
    background-color: hsla(152, 68%, 96%, 1);
    background-color: var(--forny-color-success-100);
    box-shadow: 0 0 0 30px hsla(152, 68%, 96%, 1) inset !important;
    box-shadow: 0 0 0 30px var(--forny-color-success-100) inset !important;
}

.forny-form .form-group.focused:not(.has-error) {
    background: white;
    border-color: var(--forny-color-text-100);
}

.forny-form .form-control,
.forny-form .input-group-text {
    color: black;
    color: var(--forny-color-text);
    /* background: transparent; */
}

.forny-form .form-control::-webkit-input-placeholder {
    color: black;
    color: var(--forny-color-text);
}

.forny-form .form-control::-moz-placeholder {
    color: black;
    color: var(--forny-color-text);
}

.forny-form .form-control:-ms-input-placeholder {
    color: black;
    color: var(--forny-color-text);
}

.forny-form .form-control::-ms-input-placeholder {
    color: black;
    color: var(--forny-color-text);
}

.forny-form .form-control::placeholder {
    color: black;
    color: var(--forny-color-text);
}

.forny-container .custom-control-input:checked~.custom-control-label::before {
    border-color: #D40101;
    border-color: var(--forny-color-accent-500);
    background-color: #D40101;
    background-color: var(--forny-color-accent-500);
}


/* INPUT ADDONS */

.forny-form .form-group .input-group-append .input-group-text {
    padding-left: 0.5rem;
    padding-left: var(--forny-p2);
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 0 !important;
}

.forny-form .form-group .input-group-append .input-group-text:hover {
    color: #D40101;
    color: var(--forny-color-accent-500);
}

.forny-form .input-group-prepend .input-group-text {
    padding-right: 0.5rem;
    padding-right: var(--forny-p2);
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0 !important;
}


/* ALERTS */

.forny-container .alert {
    margin-bottom: 1rem;
    margin-bottom: var(--forny-p4);
}

.forny-container .password-field .form-control {
    border-right: 0 !important;
}

.forny-container .btn-icon {
    margin-right: 8px;
}

:root {
    --forny-form-paddings: 1.5rem;
    --forny-color-accent-100: hsla(45, 100%, 94%, 1);
    --forny-color-accent-500: hsla(45, 100%, 51%, 1);
    --forny-color-accent-700: hsla(45, 89%, 48%, 1);
    --forny-color-gray-100: hsla(216, 33%, 97%, 1);
    --forny-color-gray-300: rgb(46, 46, 46);
    --forny-color-gray-500: hsla(211, 12%, 64%, 1);
    --forny-color-gray-700: hsla(210, 27%, 70%, 1);
    --forny-color-gray-900: hsla(208, 20%, 24%, 1);
    --forny-font-family: "Open Sans", Raleway, sans-serif;
    ;
    --forny-color-text-100: var(--forny-color-gray-100);
    --forny-color-text: var(--forny-color-gray-500);
    --forny-color-header: var(--forny-color-gray-900);
    --forny-link-color: var(--forny-color-accent-500);
    --forny-form-control-border: none;
    --forny-form-control-padding: var(--forny-p2) var(--forny-p4);
    --forny-form-control-radius: 10px;
    --forny-form-control-background: var(--forny-color-gray-100);
    --forny-shadow-color: var(--forny-color-gray-300);
}

html,
body {
    height: 100%;
}

body {
    background-color: white;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: left top;
}

.forny-container {
    background-size: contain;
    display: block;
    align-items: center;
}

@media only screen and (max-width: 1360px) {
    .forny-inner {
        display: block;
        height: 100vh;
        width: 100%;
    }
}

@media only screen and (min-width: 1361px) {
    .forny-inner {
        display: block;
        height: 100vh;
        width: 100%;
    }
}

.forny-two-pane {
    height: 100%;
    flex-direction: row;
}

.cus-remember {
    font-family: ;
    font-style: normal;
    font-weight: normal;
    font-size: 0.68rem;
    line-height: 25px;
    color: rgba(0, 0, 0, 0.6);
}

.cus-forgot {
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 0.68rem;
    color: #000 !important;
}

@media (min-width: 350px) {
    .cus-remember {
        font-family: "Lato", sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 0.9rem;
        line-height: 25px;
        color: rgba(0, 0, 0, 0.6);
    }
}

@media (min-width: 768px) {
    .forny-two-pane {
        height: 100%;
        display: flex;
        flex-direction: row;
    }
    .cus-remember {
        font-family: "Lato", sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 22px;
        color: rgba(0, 0, 0, 0.6);
    }
}

.forny-two-pane>div {
    flex: 1;
    background-color:#000;
}

.forny-two-pane>div:first-child {
    display: flex;
    align-items: center;
}

.forny-two-pane>div:last-child {
    display: flex;
    align-items: center !important;
    background-color: #ffffff;
}

.forny-form {
    padding: 2.5rem;
    padding: var(--forny-form-paddings);
    /*background: white;*/
    border-radius: 4px;
    border-radius: 4px;
}

.forny-form .forny-logo {
    text-align: left;
    color: hsla(208, 20%, 24%, 1);
    color: var(--forny-color-gray-900);
}

@media (min-width: 768px) {
    .forny-container {
        background-color: #ffffff;
    }
    .forny-two-pane>div:last-child {
        display: block;
    }
}

.forny-container .btn-social {
    color: hsla(208, 20%, 24%, 1);
    color: var(--forny-color-gray-900);
    background-color: transparent !important;
    width: auto;
    display: inline-block;
    font-size: 0.875rem;
    font-size: var(--forny-text-sm);
    padding: 0 !important;
    margin: 0 !important;
    margin-right: 1rem !important;
    margin-right: var(--forny-p4) !important;
}

.forny-container .btn-social:hover {
    text-decoration: underline;
}


/* FORMS */

.forny-form .form-group {
    margin-bottom: 1rem;
    margin-bottom: var(--forny-p4);
    background: hsla(216, 33%, 97%, 1);
    background: var(--forny-form-control-background);
    border-radius: 4px;
    border-radius: 4px;
    transition: box-shadow 0.3s;
    border: 1px solid hsla(216, 33%, 97%, 1);
    border: 1px solid var(--forny-form-control-background);
}


/* BUTTONS */

.forny-form .btn {
    border-radius: 4px;
    border-radius: 4px;
    font-size : 13.4px;
    font-weight: bold;
    padding: 0.5rem 1rem;
    padding: var(--forny-p2) var(--forny-p4);
}

.forny-form .input-group .input-group-prepend+.form-control {
    padding-left: 0.5rem;
    padding-left: var(--forny-p2);
}

.carousel-indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 10px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    border-radius: 50%;
    opacity: .5;
    transition: opacity .6s ease;
}

.carousel-caption {
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    position: static;
    color: #fff;
    text-align: center;
    margin-bottom: 50px;
}

.cus-car-title {
    font-style: normal;
    font-weight: 900;
    font-size: 35px;
    line-height: 41px;
    text-align: center;
}

.cus-car-text {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
}

.cus-text {
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    color: 000;
    line-height: 18px;
}

.cus-title {
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 600;
    color: 000;
    font-size: 22px;
    line-height: 48px;
}

.cus-end-text {
    color: #000;
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
    color: #000;
}

.cus-sure {
    font-family: "Lato", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 18px;
    display: flex;
    align-items: center;
    color: #000000;
}

.setmargin {
    margin: auto 0;
}

.font-size-40-px {
    font-size: 40px;
}

.leftimgs {
    height: auto;
    margin : 0 auto;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #5B51AA;
}

.imgleft {
    max-width: 90%;
    left: 5%;
    position: relative;
    padding : 0 111px 0 111px;
}

.imglisting {
    object-fit: cover;
    border-radius: 50%;
}

@media only screen and (max-width: 768px) {
    .imgleft {
        width: 177px !important;
    }
    .main-logo {
        width: 100%;
    }
}

.form-select {
    background: #F5F7FA;
    width: 100%;
    border: none;
    font-size:15px;
    color : rgb(152 163 174);
    font-family: "Lato", sans-serif;
    background : #fff;
    border : 1px solid #ccc;
    border-radius: 4px;
    padding: 10px 30px 10px 10px;
}

.pass-msg {
    padding-left: 20px;
    padding-bottom: 20px;
    color: hsla(4, 69%, 53%, 1);
    display: none;
}

.nav-tabs .nav-link{
    font-size : 13.5px;

}

.input-group-text{
    background: #fff;
}


.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057;
  background-color: #fff;
  border-color: #fff !important;
  border-bottom: 1px solid red !important;
}