.login {
    padding-top: 100px;
    padding-bottom: 40px;
}

    .login .card-body {
        padding: 50px 45px 30px 45px;
    }

    .login h1 {
        font-size: 50px;
        font-weight: 600;
        line-height: 60px;
        text-align: center;
    }

    .login p {
        font-size: 22px;
        font-weight: 400;
        line-height: 36px;
        text-align: center;
    }

        .login p.terms {
            font-size: 16px;
            line-height: 21px;
        }

    .login .heading {
        padding: 10px 0 20px 0;        
        width: 90%;
        margin: 0 auto;
    }

    .login .form1 {
        overflow: clip;
        /* border-bottom: 1px solid red; */
    }

        .login .form1 .card {
            border-radius: 10px !important;
        }

        .login .form1 .icon1 {
            margin-top: -30px;
        }

            .login .form1 .icon1 img {
                width: 82px;
            }

        .login .form1 label {
            font-size: 20px;
            font-weight: 600;
            line-height: 26px;
            text-align: left;
            color: #333333;
        }

        .login .form1 select option:first-child {
            color: #333333;
            color: #aaa;
        }

        .login .form1 .form-control:focus {
            border-color: #8F42A9;
            box-shadow: 0 0 0 0.2rem rgba(143, 66, 169, 0.25);
            border: 1px solid #8F42A9
        }

        .login .form1 input[type='email'] {
            font-size: 16px;
            font-weight: 400;
            line-height: 21px;
            text-align: left;
            color: #BBBBBB;
            color: #000;
            padding-top: 10px;
            padding-bottom: 10px;
            padding-right: 10%;
        }

        .login .form1 input[type='checkbox'] {
            padding: 0;
            border-color: #000;
            background-color: none;
        }

        .login .form1 .form-check-input:checked {
            border-color: #8F42A9;
            background-color: #8F42A9;
        }

        .login .form1 .btn-get-started {
            padding-top: 15px;
            padding-bottom: 15px;
            background-color: #8F42A9;
            color: #fff;
        }

        .login .form1 a {
            color: #333333;
            font-size: 16px;
            line-height: 21px;
        }

        .login .form1 .btn:first-child:active {
        }
        /* .login  .form1 .fg{
           color: #000; 
          
font-size: 16px;
font-weight: 400;
line-height: 21px;
text-align: right;
margin-top: 10px;

        }
       
        
        .login  .form1 .input-group-text_1{
            position: relative;
            left: 20px;
        }
        .login  .form1  .input-group span i{
            
            background-color: #BBBBBB;
            border-radius: 50%;
            padding: 10px;
            font-size: 17px;

        }
     */

        .login .form1 .input-group input {
            border-top-right-radius: 8px !important;
            border-bottom-right-radius: 8px !important;
        }

input[type="email"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}
/* Style the custom clear button */

.btn-clear {
    position: absolute;
    right: 10px;
    top: 32%;
    transform: translateY(-50%);
    background: none;
    border: none;
    font-size: 18px;
    cursor: pointer;
    color: #aaa;
    /* Default color for the clear icon */
    color: #121212;
    ;
    display: none;
    /* Hidden by default */
}

    .btn-clear i {
        width: 27px;
        display: inline-block;
        background-color: #cccccc2b;
        border-radius: 50%;
    }

    .btn-clear:hover {
        /* color: #ff0000; */
        /* Change color on hover */
    }
/* Show the custom clear button when input has value */

input:focus + .btn-clear {
    display: inline;
}

.login .form1 ::placeholder {
    color: #aaa;
}

#clear-btn {
    z-index: 100;
    display: inline;
    display: block !important;
}

.agency_type {
}

    .agency_type > div {
        padding-top: 20px !important;
    }

    .agency_type h3 {
        font-size: 30px;
        font-weight: 400;
        line-height: 36px;
        text-align: center;
        margin-bottom: 3rem;
    }

    .agency_type a.badge {
        color: #000;
        padding: 6px 15px 8px 15px;
        border: 1px solid #8F42A9;
        margin: 0 8px 25px 8px;
        border-radius: 22px;
        font-size: 18px;
        font-weight: 400;
        line-height: 23px;
        text-align: center;
    }

        .agency_type a.badge:hover {
            background-color: #8F42A9;
            color: #fff;
        }

.agency_type {
}

.form1 .agency_type label {
    font-size: 18px;
    font-weight: normal;
}

.intl-tel-input {
    display: table-cell;
    width: 100%;
    margin-bottom: 30px;
}

    .intl-tel-input .selected-flag {
        z-index: 4;
    }

    .intl-tel-input .country-list {
        z-index: 5;
    }

.input-group .intl-tel-input .form-control {
    border-top-left-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 0;
}
/* Company Test drive css start */

.t_drive {
}

    .t_drive .card-body {
        padding: 50px 70px 30px 70px;
    }

    .t_drive input, .t_drive select {
        margin-bottom: 30px;
        color: #aaa;
    }

    .t_drive p {
        color: #0009;
    }

@media (max-width: 991px) {
    .login .heading {
        padding-top: 100px;
    }

    .login h1 {
        font-size: 38px;
    }

    .agency_type h3 {
        font-size: 24px;
    }
}

@media (max-width: 768px) {

    .login .card-body {
        padding: 30px 15px 20px 15px;
    }
}

@media (min-width: 1200px) {
    .company {
        max-width: 1180px;
    }
}
