    h1,h2,h3,h4,h5,h6,p,a,input,button,label {
    font-family: "Montserrat", sans-serif !important;
}



.form-img img {
    width: 30%;
}
.login-form-halo a {
    color: #2D3090;
    font-weight: 600;
    text-decoration: underline;
}
.login-form-halo a:hover {
    color: #04DAFF;
    transition: .5s;
}
.google-web a:hover {
    background: #2D3090;
    color: #fff;
    border: 1px solid #2D3090;
}
.licensed-check {
    display: flex;
    align-items: center;
    gap: 4px;
    border: 1px solid #00000052;
    border-radius: 4px;
    padding: 6px 15px;
    margin-bottom: 12px;
}
.licensed-check input#vehicle1 {
    margin: 0px !important;
     width: auto !important;
}
.licensed-check label {
    margin-bottom: 0px !important;
    color: #0000008f;
}
.clinet-check {
    display: flex;
    align-items: center;
    gap: 4px;
    border: 1px solid #00000052;
    border-radius: 4px;
    padding: 6px 15px;
    margin-bottom: 12px;
}
.clinet-check input#vehicle1 {
    margin: 0px !important;
    width: auto !important;
}
input {
    height: auto !important;
}
.clinet-check label {
    margin-bottom: 0px !important;
    color: #0000008f;
}
.invalid-feedback {
    margin-top: 10px;
    color: red;
    font-family: "Montserrat", sans-serif !important;
    font-weight: 500;
}
.login-form h3 {
    margin-top: 5px !important;
}
section.login {
    height: 100%;
    padding: 40px;
    display: flex;
    align-items: center;
    margin: 0 auto;
}
.row.login-row {
    display: flex;
    align-items: center;
}
.form-col {
    padding: 25px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    text-align: center;
}
.col-sm-6.image-form-col {
    width: 65%;
}
.col-sm-6.form-login-col {
    width: 35%;
}
.form-img {
    margin-bottom: 15px;
}
.login-form-halo {
    margin-bottom: 15px;
}
.or-online {
    margin: 25px 0px;
    position: relative;
}
.or-online p:after {
    content: '';
    background: #0000004f;
    width: 42%;
    height: 2px;
    position: absolute;
    right: 0px;
    top: 9px;
    border-radius: 50%;
}
.or-online p:before {
    content: '';
    background: #0000004f;
    width: 42%;
    height: 2px;
    position: absolute;
    left: 0px;
    top: 9px;
    border-radius: 50%;
}
.email {
    margin-bottom: 20px;
}
.email i.fa.fa-envelope {
    width: 10%;
    font-size: 16px;
    float: left;
    position: relative;
    top: 11px;
}
.email input.email-input {
    width: 90%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #00000057;
    color: #000;
    font-weight: 500;
    height: auto !important;
    line-height: 0px !important;
    box-shadow: none !important;
}
.password {
    margin-bottom: 20px;
}
.password i.fa.fa-lock {
    width: 10%;
    font-size: 16px;
    float: left;
    position: relative;
    top: 11px;
}
.password input.pass-input {
    width: 90%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #00000057;
    color: #000;
    font-weight: 500;
    height: auto !important;
    line-height: 0px !important;
    box-shadow: none !important;
}
.submit-btn button {
    width: 100%;
    padding: 10px 15px;
    border-radius: 5px;
    border: 1px solid #04DAFF;
    font-weight: 500;
    background: #04DAFF;
    color: #fff;
    line-height: normal !important;
}
.submit-btn {
    margin-bottom: 10px;
}
.submit-btn button:hover {
    background: #2D3090;
    transition: .5s;
    border: 1px solid #2D3090;
}
.halo-img img {
    width: 65%;
}
.google-web a {
    width: 100%;
    display: flex;
    text-decoration: none !important;
    color: #000;
    font-weight: 500;
    border: 1px solid #00000070;
    margin-bottom: 15px;
    padding: 6px 10px;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
}
.google-web i {
    margin-right: 10px;
    font-size: 16px;
}
.form-img img {
    width: 30%;
}
.login-form h3 {
    margin-top: 5px !important;
    font-size: 18px;
    margin-bottom: 15px;
}



@media(min-width: 240px) and (max-width: 479px) {

section.login {
    padding: 40px 15px !important;
}
.login .container {
    width: 100% !important;
}
.halo-img {
    display: none;
}
.col-sm-6.form-login-col {
    width: 100% !important;
    max-width: 100% !important;
}
.row.login-row {
    display: block !important;
}
}


@media(min-width: 480px) and (max-width: 767px) {

section.login {
    padding: 40px 15px !important;
}
.login .container {
    width: 100% !important;
}
.halo-img {
    display: none;
}
.col-sm-6.form-login-col {
    width: 100% !important;
    max-width: 100% !important;
}
.row.login-row {
    display: block !important;
}
}


@media(min-width: 768px) and (max-width: 999px) {

.halo-img {
    text-align: center;
    margin-bottom: 30px;
}
.halo-img img {
    width: 40% !important;
}
.row.login-row {
    display: block !important;
}
.col-sm-6.image-form-col {
    width: 100% !important;
}
.col-sm-6.form-login-col {
    width: 100% !important;
}
}



@media (min-width: 1000px) and (max-width: 1100px) {

.col-sm-6.image-form-col {
    width: 50% !important;
}
.col-sm-6.form-login-col {
    width: 50% !important;
}
}