@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;700&display=swap");
body {
    font-family: "Montserrat", sans-serif !important;
}
body .auth-wrapper {
    font-size: 14px;
}
.auth-wrapper a {
    color: #00ACFF;
    text-decoration: none;
    background-color: transparent;
}
.auth-wrapper svg {
    overflow: hidden;
    vertical-align: middle;
}
html body p {
    line-height: 1.5rem;
}
.auth-wrapper {
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    width: 100%;
    background: #FAFAFA;
}
.auth-wrapper .auth-container{
    margin:0 6%;
}
.auth-wrapper .auth-bg {
    background-color: #fff;
}
.auth-wrapper .brand-logo img{
    max-width:130px;
}
.auth-wrapper .brand-logo {
    position: absolute;
    top: 1.5rem;
    left: 1.5rem;
    z-index: 1;
}
.auth-wrapper .brand-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.auth-wrapper .card-title {
    font-weight: 700;
    font-family:'Mulish', sans-serif;
    text-align:center;
    font-size: 24px;
    line-height: 36px;
    color: #161D6F; 
    line-height: 1.5;
    margin-bottom: 5px;
}
.auth-wrapper .card-text {
    font-family:'Mulish', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
    color: #6C6A6C;
    margin-bottom:47px;
}
.auth-wrapper .card-text.card-text-bottom {
    font-family:'Mulish', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    color: #6C6A6C;
   margin-bottom:20px; 
}
.auth-wrapper .form-control {
    padding: 0.438rem 1rem;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #C4C4C4;
    border-radius: 5px;
}
.auth-wrapper .form-control:focus.is-valid,
.auth-wrapper .form-control:focus:valid {
    -webkit-box-shadow: 0 3px 10px 0 rgba(34, 41, 47, 0.1);
    box-shadow: 0 3px 10px 0 rgba(34, 41, 47, 0.1);
}
.auth-wrapper .form-control:focus {
    background-color: #fff;
    border-color: #00ACFF !important;
    -webkit-box-shadow: 0 3px 10px 0 rgba(34, 41, 47, 0.1);
    box-shadow: 0 3px 10px 0 rgba(34, 41, 47, 0.1);
}
.auth-wrapper .custom-control {
    position: relative;
    z-index: 1;
    display: block;
    min-height: 1.45rem;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}
.auth-wrapper .custom-checkbox.custom-control,
.auth-wrapper .custom-radio.custom-control {
    padding-left: 1.3rem;
    display: flex;
    align-items: center;
}

.auth-wrapper input[type="checkbox"],
.auth-wrapper input[type="radio"] {
    padding: 0;
}
.auth-wrapper .custom-checkbox .custom-control-input,
.auth-wrapper .custom-radio .custom-control-input {
    width: 1.285rem;
    height: 1.285rem;
}
.auth-wrapper .custom-control-input {
    left: 0;
}
.auth-wrapper .custom-checkbox .custom-control-label,
.auth-wrapper .custom-radio .custom-control-label {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #6C6A6C;
    padding: 0px;
    margin: 0;
    position: static;
}
.auth-wrapper .custom-control-label {
    margin-bottom: 0;
}
.auth-wrapper label {
    margin-bottom: 0.2857rem;
}
.auth-wrapper .custom-control-label {
    position: relative;
    vertical-align: top;
}

.auth-wrapper .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before,
.auth-wrapper .custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    -webkit-box-shadow: 0 2px 4px 0 rgba(115, 103, 240, 0.4) !important;
    box-shadow: 0 2px 4px 0 rgba(115, 103, 240, 0.4) !important;
}
.auth-wrapper .custom-control-input:checked ~ .custom-control-label::before {
    border-color: #00ACFF;
    background-color: #00ACFF !important;
}

.auth-wrapper .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9.5 7.5'%3E%3Cpolyline points='0.75 4.35 4.18 6.75 8.75 0.75' style='fill:none;stroke:%23fff;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.5px'/%3E%3C/svg%3E");
}

.auth-wrapper .custom-checkbox .custom-control-label::after {
    background-size: 57%;
}
.auth-wrapper .alert .alert-body {
    padding: 0.71rem 1rem;
}

.auth-wrapper .alert p {
    font-weight: 500;
    vertical-align: middle;
}
.auth-wrapper .alert p {
    padding: 2px 0;
    margin-bottom: 0;
}
.auth-wrapper .btn-primary:hover:not(.disabled):not(:disabled) {
    -webkit-box-shadow: 0 8px 25px -8px #00ACFF;
    box-shadow: 0 8px 25px -8px #00ACFF;
}
.auth-wrapper .btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.auth-wrapper .btn-primary {
    border-color: #00ACFF !important;
    background-color: #00ACFF !important;
    border-radius: 40px;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 28px;
    /* display: flex; */
    /* align-items: center; */
    text-align: center;
    letter-spacing: 0.75px;
    color: #FFFFFF;
    margin-bottom:25px;
}
.auth-wrapper .divider {
    text-align: center;
    margin: 1rem 0;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.auth-wrapper .divider {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom:25px;
}
.auth-wrapper .divider .divider-text {
    position: relative;
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    color: #6C6A6C;
    padding: 0px 5px;
}
.auth-wrapper .divider .divider-text:after,
.auth-wrapper .divider .divider-text:before {
    border-top: 1px solid #ebe9f1;
}
.auth-wrapper .divider .divider-text:after,
.auth-wrapper .divider .divider-text:before {
    content: "";
    position: absolute;
    top: 50%;
    width: 9999px;
}
.auth-wrapper .divider .divider-text:after {
    left: 100%;
}
.auth-wrapper .divider .divider-text:before {
    right: 100%;
}

.auth-wrapper a:hover {
    cursor: pointer;
}
.auth-wrapper .btn-social{
    padding:0;
    border:0;
}
.auth-wrapper .auth-footer-btn .btn {
    padding: 0.6rem !important;
    line-height: 1;
}
.auth-wrapper .auth-footer-btn .btn:not(:last-child) {
    margin-right: 1rem;
}
.btn .feather {
    vertical-align: bottom;
}
svg.feather {
    outline: none;
}
.feather {
    font-family: feather !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.auth-wrapper .input-group-merge .form-control:not(:last-child) {
    padding-right: 0;
    border-right: 0;
    background-color: #FFF;
    border-left: 1px solid #C4C4C4;
}

.auth-wrapper .input-group-append .input-group-text {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-color: #e5e6e7;
}
.auth-wrapper .input-group-text {
    padding: 0.438rem 1rem;
    margin-bottom: 0;
    text-align: center;
    background-color: #fff;
    border: 1px solid #C4C4C4;
    /* border: 1px solid #cc5965; */
    border-radius: 5px !important;
    border-left: 0;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.auth-wrapper .input-group:not(.bootstrap-touchspin):focus-within .form-control,
.auth-wrapper .input-group:not(.bootstrap-touchspin):focus-within .input-group-text {
    border-color: #00ACFF;
    -webkit-box-shadow: none;
    box-shadow: none;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
.auth-wrapper .input-group-append {
    border-top-right-radius: 0.357rem;
    border-bottom-right-radius: 0.357rem;
}
.input-group .form-control.error ~ .input-group-append {
    /* border: 1px solid #cc5965; */
}
.auth-wrapper .box-login{
    background: #FFFFFF;
    padding:25px;
    box-shadow: 0px 4px 10px rgba(204, 242, 244, 0.5);
    border-radius: 25px;
}
.auth-login-form .form-group{
    position:relative;
    margin-bottom:25px;
}
.auth-login-form .form-group label{
    position:absolute;
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 14px;
    color: #6C6A6C;
    flex: none;
    order: 0;
    flex-grow: 0;
    top: -6px;
    margin: 0px 10px;
    padding: 0px 5px;
    background: #fff;
    z-index: 4;
}
.auth-login-form .form-group:first-child{
    margin-bottom:37px;
}
.auth-wrapper a.forgot-password{
    font-weight: 500;
    font-size: 12px;
    line-height: 1.5;
    display: flex;
    align-items: center;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    background:#fff !important;
}


[class*="flash-"] {
    max-width: 350px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 30px;
}

.flash-success{
    color: #00acff;
}

@media(max-width:992px){
    .auth-wrapper .auth-container {
        margin: 0;
    }
}
