﻿.account-form-background {
    background-color: white;
    height: auto;
    width: 99%;
    box-shadow: 0px 0px 10px 1px rgb(0 0 0 / 13%);
    border-radius: 5px;
    padding: 10px 10px;
}

.form-margins {
    margin-top: 50px;
}

.loginNewCustomer {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

.loginFeildText {
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
    font-size: 15px;
    margin-top: 15px;
}

.loginFeildParagraph {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    text-align: justify;
    font-size: 15px;
    margin-top: 15px;
}

.btn-form-control {
    width: 100%;
    padding: 5px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 15px;
    color: white;
    border-radius: inherit;
}

    



.bt-form-control-for-login {
    padding: 5px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 15px;
    border-radius: inherit;
}




.lbl-form-control-text {
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: black;
    float: left;
    width: 100%;
}

.margins-for-formcontrol {
    margin-top: 16px;
}

.remember-check-text {
    font-size: initial;
    font-weight: unset;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

.account-login-side-top-bg {
    color: black;
    font-family: 'Poppins', sans-serif;
    font-weight: 800;
}

.text-center {
    text-align: center !important;
}

.card-header {
    padding: .5rem 1rem;
    margin-bottom: 0;
    border-bottom: 1px solid rgba(0,0,0,.125);
    color: white;
    font-size: 17px;
}

.list-group-flush {
    border-radius: 0;
}

.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: .25rem;
}

.account-links-color {
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 13px;
    color: black;
}

    .account-links-color:hover {
        text-decoration: none;
        font-family: 'Poppins', sans-serif;
        font-weight: 600;
        font-size: 13px;
        color: white;
    }

.list-group-item {
    position: relative;
    display: block;
    padding: .5rem 1rem;
    color: #212529;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
}

.account-hover-background:hover {
    text-decoration: none;
}

.margin-card {
    margin-top: 10px;
}

.form-paddings {
    margin: 115px 0px;
}

.field-icon {
    float: right;
    margin-left: -25px;
    margin-right: 6px;
    margin-top: -25px;
    position: relative;
    z-index: 2;
    font-size: 21px;
}

.margin-for-btn {
    margin-top: 20px;
}

.validation-message {
    color: red;
    font-size: 13px;
}

.div-right {
    float: right;
}



.bread-crumb-background-color {
    height: auto;
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 6px 5px;
    margin-bottom: 1rem;
    list-style: none;
}

.bread-crumb-link-color:hover {
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: white;
    padding: 10px;
    font-weight: 600;
}

.bread-crumb-link-color {
    text-decoration: none;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: white;
    padding: 10px;
    font-weight: 600;
}


.login-warnings {
    color: #d30221;
}

.forgotten-pass-text {
    font-size: unset;
    color: #d30221;
}

.privacy-a-text {
    font-size: 15px;
    color: blue;
}

.text-danger span {
    line-height: 1;
    display: inline-block;
    font-size: 13px;
    color: red;
    margin-top: 14px;
    font-family: unset;
    font-weight: 500;
}

.privacy-a-text {
    font-size: 15px;
    color: blue;
}