/*Country code*/

.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;
}

.outer_border {
    border: 1px solid;
    /* padding: 60px; */
    margin-top: 49px;
    margin: 113px 100px 0px 100px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 0px 13px -1px rgba(0, 0, 0, 0.19);
}

.bg_top {
    background: #ededed;
}

select#country1 {
    margin: -7px 0px 0px 0px !important;
}


/*Checkbox Checked*/

.disabled {
    border-color: red;
    background: gray;
    /* pointer-events: none; */
}

input[type=checkbox].disabled {
    outline: 2px solid red;
}

.input1 {
    width: 100%;
    border: 0;
    outline: 0;
    padding: 0.3rem 0;
    border-bottom: 1.5px solid #d3d3d3;
    box-shadow: none;
    color: black;
    border-color: #d3d3d3!important;
}

.input1:hover,
.input1:focus {
    border-color: #332f6a!important;
}

.box-shadow1 {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    color: #7b7a7a;
    height: 87%;
    padding: 60px 60px 90px;
    margin-top: 49px;
    margin: 0px 115px 113px 115px;
}

.margin_btn {
    padding: 105px 0 0 0 !important;
    width: 245px;
    margin: 0 auto;
}

.shadow_applyrecord {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    color: #7b7a7a;
    /* height: 87%; */
    /* padding: 60px; */
    padding: 60px 60px 0px 60px;
    margin-top: 50px;
    margin-bottom: 80px;
}

.input_applyrecord {
    margin-bottom: 30px;
}

.label_applyrecord {
    display: inline-block;
    margin-bottom: 0px !important;
    margin-top: 20px;
}

.btn-pad {
    background-color: #332f6a;
    padding: 11px 88px;
    border: none;
    color: white;
    margin-top: 47px;
}

.hr2 {
    float: center;
    width: 13%;
    background-color: #332f6a !important;
    height: 1px;
}

@media only screen and (max-width: 992px) {
    .log2 {
        display: none;
    }
}

@media only screen and (max-width:768px) {
    .box-shadow1 {
        height: 100%;
        padding: 33px;
        /* margin-top: 49px; */
        margin: 16px;
    }
}

@media only screen and (max-width:768px) {
    .btn-pad {
        padding: 5px 15px;
    }
    .clr-blue {
        font-size: 17px;
    }
    .input1 {
        font-size: 11px !important;
    }
}

.checkbx {
    margin-left: 0px;
}