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

input#city {
    width: 100%;
    font-size: 16px;
    padding: 6px 10px;
    border-radius: 5px;
    border: 1px solid #0000004a !important;
    margin-bottom: 15px;
    opacity: 1;
    color: #000 !important;
}
.login label {
    width: 100%;
    text-align: left;
    font-family: "Montserrat", sans-serif !important;
}
input#phone_number {
    width: 100%;
    font-size: 16px;
    padding: 6px 10px;
    border-radius: 5px;
    border: 1px solid #0000004a !important;
    margin-bottom: 15px;
}
.login-form-halo a {
    color: #2D3090;
    font-weight: 600;
    text-decoration: underline;
}
.login-form-halo a:hover {
    color: #04DAFF;
    transition: .5s;
}
p#show_more {
    margin: 5px 0px;
}




.photo-upload {
    display: flex;
    align-items: flex-start;
    gap: 25px;
    margin-bottom: 15px;
}
.browserFile img {
    width: 100%;
}
.file-uploads {
    width: 50%;
}
.browserFile {
    width: 50%;
    padding: 6px 10px;
    border: 1px solid #00000057;
    border-radius: 5px;
    height: auto;
}
.form-group {
    margin-bottom: 0px !important;
}
input[type="file"] {
    display: none;
}
.custom-file-upload {
    display: inline-block;
    cursor: pointer;
    width: 100%;
    font-size: 16px;
    padding: 6px 10px;
    border-radius: 5px;
    border: 1px solid #0000004a !important;
    text-align: left;
    color: #000000;
    font-weight: 400;
    font-family: "Montserrat", sans-serif !important;
}
.login-form-halo ::placeholder {
    color: #000 !important;
}
.login-form-halo select::placeholder {
    color: #000 !important;
}




.login-form-halo p {
    text-align: left;
    margin: 15px 0px;
}
.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;
}
.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;
}
.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;
    font-size: 18px;
    margin-bottom: 15px;
}
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: 55%;
}
.col-sm-6.form-login-col {
    width: 45%;
}
.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: 14px;
    border-radius: 50%;
}
.or-online p:before {
    content: '';
    background: #0000004f;
    width: 42%;
    height: 2px;
    position: absolute;
    left: 0px;
    top: 14px;
    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: 5px 15px;
    border-radius: 5px;
    border: 1px solid #04DAFF;
    font-weight: 500;
    background: #04DAFF;
    color: #fff;
}
.submit-btn button:hover {
    background: #2D3090;
    transition: .5s;
    border: 1px solid #2D3090;
}
.halo-img img {
    width: 65%;
}
.google-web a {
    width: 40px;
    display: flex;
    text-decoration: none !important;
    color: #000;
    font-weight: 500;
    border: 1px solid #00000070;
    padding: 6px;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    height: 40px;
}
.online-web {
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
}
.google-web i {
    font-size: 16px;
}
.login .container {
    max-width: 1170px !important;
}
.form-img img {
    width: 25%;
}
select.form-control {
    width: 100%;
    font-size: 16px;
    padding: 5px 30px 5px 10px;
    border-radius: 5px;
    border: 1px solid #0000004a !important;
    margin-bottom: 15px;
}
.login-form-halo input#first_name {
    width: 100%;
    font-size: 16px;
    padding: 6px 10px;
    border-radius: 5px;
    border: 1px solid #0000004a !important;
    margin-bottom: 15px;
}
.login-form-halo input#last_name {
    width: 100%;
    font-size: 16px;
    padding: 6px 10px;
    border-radius: 5px;
    border: 1px solid #0000004a !important;
    margin-bottom: 15px;
}
.login-form-halo input#text {
    width: 100%;
    font-size: 16px;
    padding: 6px 10px;
    border-radius: 5px;
    border: 1px solid #0000004a !important;
    margin-bottom: 15px;
}
.login-form-halo input#email {
    width: 100%;
    font-size: 16px;
    padding: 6px 10px;
    border-radius: 5px;
    border: 1px solid #0000004a !important;
    margin-bottom: 15px;
}
.login-form-halo select#country {
    width: 100%;
    font-size: 16px;
    padding: 6px 10px;
    border-radius: 5px;
    border: 1px solid #0000004a !important;
    margin-bottom: 15px;
}
.login-form-halo select#state {
    width: 100%;
    font-size: 16px;
    padding: 3.5px 30px 3.5px 10px;
    border-radius: 5px;
    border: 1px solid #0000004a !important;
    margin-bottom: 15px;
}
.login-form-halo input#password {
    width: 100%;
    font-size: 16px;
    padding: 6px 10px;
    border-radius: 5px;
    border: 1px solid #0000004a !important;
    margin-bottom: 15px;
}
.google-web a:hover {
    background: #2D3090;
    color: #fff;
    border: 1px solid #2D3090;
}
input {
    height: auto !important;
    line-height: 0px !important;
}



.invalid-feedback strong {
    width: 100%;
    display: block;
    font-size: 12px;
    text-align: left;
}
span.invalid-feedback {
    margin: 0px !important;
}


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

.login label {
    margin-bottom: 15px;
}
.browserFile label.attachment.w-100 {
    margin-bottom: 0px !important;
}
.photo-upload {
    display: block !important;
}
.file-uploads {
    width: 100% !important;
}
.browserFile {
    width: 100% !important;
}



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) {

.browserFile label.attachment.w-100 {
    margin-bottom: 0px !important;
}
.login label {
    margin-bottom: 15px;
}
.photo-upload {
    display: block !important;
}
.file-uploads {
    width: 100% !important;
}
.browserFile {
    width: 100% !important;
}


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) {
.browserFile label.attachment.w-100 {
    margin-bottom: 0px !important;
}



.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;
}
.form-group label {
    font-size: 14px;
}
}