/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.

Created on      : Sep 1, 2016, 2:57:27 PM
Author          : Aftab
Revamped By     : Hashim Bin Khalid
Revamped on     : March 9th, 2021

*/

@import url("open_sans.css");

body {
    background: #f3f3f9;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
    color: #212529;
    overflow: auto !important;
    position: relative;
}

.pt-5 {
    padding-top: 3rem !important
}

.auth-page-wrapper .auth-page-content {
    padding-bottom: 60px;
    position: relative;
    z-index: 2;
    width: 100%;
}
.row {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 0;
    margin-right: 15px;
    margin-left: 15px;
}
.rown {
    margin-right: -15px;
    margin-left: -15px;
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.card {
    margin-bottom: 1.5rem;
    -webkit-box-shadow: 0 1px 2px rgba(56, 65, 74, 0.15);
    ;
    box-shadow: 0 1px 2px rgba(56, 65, 74, 0.15);
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    height: var(--vz-card-height);
    color: #212529;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid transparent;
    border-radius: 4px !important;
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    color: #212529;
}

.mt-4 {
    margin-top: 1.5rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.mt-sm-5 {
    margin-top: 3rem !important;
}

.fs-15 {
    font-size: 15px !important;
}

.fw-medium {
    font-weight: 500 !important;
}

.mt-3 {
    margin-top: 1rem !important;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

.text-center {
    text-align: center !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.mt-2 {
    margin-top: .5rem !important;
}

.text-primary {
    font-weight: 500;
    font-size: 15px;
    color: rgba(64, 81, 137) !important;
    font-size: 17px;
}

.text-muted {
    color: #878a99;
}

.p-2 {
    padding: .5rem !important;
}

.mt-4 {
    margin-top: 1.5rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

label {
    font-weight: 500;
    margin-bottom: .5rem;
}

.form-label {
    margin-bottom: .5rem;
}

.form-control {
    display: block;
    width: 100%;
    padding: 9px 14px;
    font-size: 0.8125rem;
    font-weight: 500;
    line-height: 1.5;
    color: #212529;
    /* -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; */
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 4px !important;
    font-size: 13px;
    height: auto;
    box-shadow: none;
}

.actionBtn1 button,
.actionBtn1 input[type="submit"] {
    background: #0ab39c !important;
    border: 1px solid #0ab39c !important;
    border-radius: 4px !important;
    cursor: pointer !important;
    color: #fff !important;
    padding: 6px 10px !important;
    font-size: 14px !important;
    font-weight: 600;
}

.actionBtn1 button:hover,
.actionBtn1 input[type="submit"]:hover {
    background: #099885 !important;
    border: 1px solid #099885 !important;
    border-radius: 4px !important;
}

.w-100 {
    width: 100% !important;
}

.signin-other-title {
    position: relative;
}

.signin-other-title .title {
    display: inline-block;
    position: relative;
    z-index: 9;
    background-color: #ffffff;
    padding: 2px 16px;
    font-size: 0.8125rem;
    line-height: 1.2;
    font-weight: 500;
    color: #495057;
    margin-top: 0 !important;
    font-size: 14px !important;
}

.signin-other-title:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    right: 0;
    border-top: 1px dashed #fcf8e3;
    top: 10px;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.footer {
    bottom: 0;
    padding: 20px 0px;
    position: absolute;
    right: 0;
    color: #98a6ad;
    height: 60px;
    font-size: 0.8125rem;
    line-height: 1.5;
    color: #98a6ad;
}

.auth-page-wrapper .footer {
    left: 0;
    background-color: transparent;
    color: #212529;
    font-size: 13px;
}

.float-end {
    float: right !important;
}

.position-relative {
    position: relative !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.pe-5 {
    padding-right: 3rem !important;
}

.fs-13 {
    font-size: 13px !important;
}

h5 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.field-icon {
    position: absolute !important;
    top: 9px !important;
    right: 21px !important;
    text-decoration: none !important;
    cursor: pointer;
    box-shadow: none;
    color: #878a99;
    padding: 0.5rem 0.9rem;

}

.auth-one-bg-position {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 380px;
}

.auth-one-bg {
    background-image: url(../images/auth-one-bg.webp);
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 40%;
}

.auth-one-bg .bg-overlay {
    background: #405189;
    opacity: .9;
}

.bg-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    opacity: .7;
    background-color: #000;
}

.shape {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
    pointer-events: none;
}

.shape>svg {
    width: 100%;
    height: auto;
    fill: #f3f3f9;
}

img,
svg {
    vertical-align: middle;
}

.align-middle {
    vertical-align: middle !important;
}

.auth-pass-inputgroup input[type="password"] {
    padding-right: 3rem !important;
}

.signin-google {
    width: 100%;
    background-color: #4285f4;
    color: #fff;
    height: 42px;
    padding: 0;
    position: relative;
    text-align: center;
    border-radius: 4px;
    display: inline-block;
    line-height: 40px;
    margin-bottom: 10px;
}
.withsignup, .withsignupout {
    width: 100%;
    background-color: #4285f4;
    color: #fff;
    height: 42px;
    padding: 0;
    position: relative;
    text-align: center;
    border-radius: 4px;
    display: inline-block;
    line-height: 40px;
    margin-bottom: 10px;
}
.withsignupout {
    background-color: #000000;

}

.signin-google:before, .withsignup:before {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    border-radius: 2px;
    width: 38px;
    height: 38px;
    background: #ffffff;
}

.signin-google:after, .withsignup:after {
    content: '';
    position: absolute;
    top: 9px;
    left: 8px;
    background-image: url(../images/googleIcon.svg);
    background-repeat: no-repeat;
    width: 60%;
    height: 60%;

}

.signin-microsoft {
    width: 100%;
    background-color: #000000;
    color: #fff;
    height: 42px;
    padding: 0;
    position: relative;
    text-align: center;
    border-radius: 4px;
    display: inline-block;
    line-height: 40px;
    margin-bottom: 10px;
}

.signin-microsoft:before, .withsignupout:before{
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    border-radius: 2px;
    width: 38px;
    height: 38px;
    background: #ffffff;
}

.signin-microsoft:after, .withsignupout:after {
    content: '';
    position: absolute;
    top: 8px;
    left: 7px;
    background-image: url(../images/microsofticon.svg);
    width: 69%;
    height: 100%;
    background-size: 10% 65%;
    background-repeat: no-repeat;
}
a.withsignupout,
a.withsignupout:hover,
a.withsignup,
a.withsignup:hover,
a.signin-google,
a.signin-microsoft,
a.signin-google:hover,
a.signin-microsoft:hover {
    color: #ffffff;
    text-decoration: none;
}

.mb-2 {
    margin-bottom: .5rem !important;
}

.mx-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important;
}

.border-0 {
    border: 0 !important;
}

.alert-warning {
    color: #d29c40;
    background: #fef4e4;
    border: 1px solid #fce3b7;
    color: #d29c40;
}

.alert {
    padding: 10px 16px;
    margin-bottom: 16px;
    border-radius: 4px;
}

.avatar-xl {
    margin-top: 20px;
    margin-bottom: 20px;
}

.avatar-xl img {
    width: 17%;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.fs-12 {
    font-size:12px !important;
}
.form-label {
    margin-bottom: .5rem;
}
.fw-medium {
    font-weight: 600 !important;
}
.fst-normal {
    font-style: normal !important;
}
.text-decoration-underline {
    text-decoration: underline !important;
}
.text-danger {
    color: #cc563d !important;
}
.mt-5 {
    margin-top: 3rem !important;
}
.selecttypeuserreg {
   /* border:1px solid #d9d9d9;
   padding:12px; */
   width:100%;
   /* border-radius:4px; */
}
.checkboxnewsst5 label.chkbox input[type=checkbox], input[type=radio] {
    width: 26px !important;
    height: 26px !important;
    margin-top: 0 !important;
}
.checkboxnewsst5 label.chkbox input[type=checkbox]+.lbl::before,  .checkboxnewsst5 input[type=radio]+.lbl::before {
    height: 18px !important;
    line-height: 18px !important;
    min-width: 18px !important;
}
.checkboxnewsst5 label.chkbox input[type=checkbox]:checked+.lbl::before, .checkboxnewsst5 input[type=radio]:checked+.lbl::before {
    border-color: #ffffff;
    background: rgba(64, 81, 137) !important;
    color: rgb(255 255 255) !important;
}
.mt-1 {
    margin-top: .25rem !important;
}