:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --text-color: #53627a;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0080F9;
    --bs-secondary: #647689;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-body-color: #212529;
    --border-color: #c9d3dd;
    --para-text-color: #7b889e;
    --bs-danger-rgb: 247,119,119;
    --bs-success-rgb: 69,196,160;
    --font-family: 'ThemeX', sans-serif;
}
.row{
    display:flex;
    flex-wrap:wrap;
}
.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
}
@media (max-width: 768px){
    .col-md-12 {
        flex: 0 0 auto;
        width: 100%;
    }
}
@media (max-width: 576px){
    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%;
    }
}
.bnAuthForm{
    width: 100%;
    max-width: 500px;
    margin: auto;
}
.form-group{
    position: relative;
}
.bnAuthForm input{
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    width: 95%;
    line-height: 24px;
    padding: 10px;
    background: white;
    margin: 20px auto 12px auto;
    text-align: center;
    display: block;
    font-family: var(--font-family);
    border: 1px solid var(--border-color);
    border-radius: 7.2px;
    font-size: 15px;
    font-weight: 500;
}
.bnAuthForm button{
    appearance: none;
    border: 0;
    height: 45px;
    padding: 0px;
    float: none;
    border-radius: 4px;
    width: 100%;
    margin: 0px;
    color: #FFF;
    margin-top: 15px;
    cursor: pointer;
    font-size: 18px;
    position: relative;
    font-weight: 500;
    line-height: 0;    
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: var(--font-family);
	background: linear-gradient(171.02deg, #635ebb 4.38%, #100d48 111.49%);
}
.eyes_icon_set {
    position: absolute;
    top: 16px;
    right: 15px;
    width: 25px;
    cursor: pointer;
}
.authHr{
    display: flex;
    justify-content: space-between;
    align-items: center;
    white-space: nowrap;
    margin-top: 2.8572rem;
}
.authHr:before {
    margin-right: 1.07145rem;
}
.authHr:after, .authHr:before {
    content: "";
    height: 1px;
    width: 100%;
    display: inline-flex;
    vertical-align: top;
    opacity: .4;
    background-color: var(--border-color);
}
.authProviders {
    margin: 2.1429rem 0;
    text-align: center;
}
.authProvidersItem{
    display: inline-block;
    height: 34px;
    transition: transform .1s;
    -webkit-user-select: none;
    user-select: none;
}