.auth-layout-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background-size: cover;
}

.auth-layout-wrap .auth-content {
    max-width: 660px;
    margin: auto;
}
.o-hidden {
    overflow: hidden;
}
.p-5 {
    padding: 2rem !important;
}
.card {
    border-radius: 4px;
    box-shadow: 0 4px 20px 1px rgba(0, 0, 0, 0.06), 0 1px 4px rgba(0, 0, 0, 0.08);
    border: 0;
}
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    /*min-width: 0;*/
    width: 135% !important;
    word-wrap: break-word;
    background-color: #ffffff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}
.form-control {
    border: initial;
    outline: initial !important;
    background: #ffffff;
    border: 1px solid #C5C5C6 !important;
    color: #C5C5C6;

}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.9695rem + 2px);
    padding: 2px 7px 2px 7px;
    font-size: 0.813rem;
    line-height: 1.5;
    color: #665c70;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 2.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.text-center {
    text-align: center !important;
}
.form-group {
    position: relative;
    margin-bottom: 10px;
    font-family: 'Poppins', sans-serif;!important;
}
.btn-primary:hover, .btn-outline-primary:hover {
    background: #4ACCD1 !important;
    box-shadow: 0 8px 25px -8px #4ACCD1 !important;
    border-color: #4ACCD1 !important;
}
.btn.rounded, .btn.btn-rounded {
    border-radius: 5px !important;
}
.btn-primary:hover {
    color: #fff;
}
.btnBackground{
    background: #4ACCD1 !important;
    padding: 0;
    border: none;
    width: 90px;
    height: 35px;
    color: white;
    font-family: 'Poppins', sans-serif;!important;
    margin-bottom: -25px !important;
}
.imgSpacing{
    margin-bottom: 15px;
    font-family: 'Poppins', sans-serif;!important;
    margin-top: -25px !important;
}


