input:focus,
select:focus,
textarea:focus,
button:focus{
    outline: none;
}
.container{
    max-width: 815px !important;
    padding-top: 50px;
    padding-bottom: 50px;
}
.logo-container{
    padding: 30px 0;
    text-align: center;
}
.logo-container img{
    width: 250px;
}
.bg-section-container img{
    width: 100%;
}
.bg-section-container h1{
    font-size: 34px;
    line-height: 1.1em;
    margin-bottom: 14px;
}
.bg-section-container h2{
    margin-bottom: 15px;
    font-size: 27px;
}
.input-section-container{
    background: #ffffff;
    padding: 0 40px 40px 40px;
    background-color: #ffffff;
    border-radius: 0 0px 12px 12px;
}
.title-container{
    padding-right: 16px;
    padding-top: 10px;
    padding-bottom: 3px;
}
.devider    {
    background: rgb(114 182 100);
    height: 1.5px;
    margin: 10px 0 30px;
}
.title-container h2{
    text-align: center;
    color: rgb(0, 58, 92);
    margin: 20px 0;
    font-size: 20px;
    font-weight: bold;
}
.input-field-container{
    display: flex;
    flex-wrap: wrap;

}
.input-feild{
    width: 50%;
    padding-right: 16px;
    margin-top: 16px;
    padding-bottom: 3px;
}
.input-feild input,
.input-feild select{
    width: 100%;
    margin-top: 8px;
    border-radius: 0;
    border: 1px solid rgb(205 205 205);
    padding: 8px 6px;
    background-color: rgb(255,255,255);
    color: rgb(102 137 158);
    height: 40px;
    font-size: 14px;
}
.input-feild label{
    line-height: 20px;
    font-size: 13px;
    margin: 0;
    color: rgb(102 137 158);
}
.mr-6px{
    margin-right: 6px !important;
}
.d-flex{
    display: flex;
}
.ai-c{
    align-items: center;
}
.jc-sb{
    justify-content: space-between;
}
.mr-40{
    margin-right: 40px !important;
}
.title-container h5{
    text-align: center;
    color: rgb(170, 68, 107);
    font-weight: 500;
    font-size: 20px;
    margin: 0;
}
.title-container p{
    text-align: center;
    font-size: 16px;
    margin: 0.85em 0;   
    color: #66899e;
}
.uploadOuter {
    text-align: center;
    padding: 20px 0;
    width: 100%;
}
.dragBox {
    width: 100%;
    padding: 24px;
    border: 1px dashed #ccc;
    margin: 0 auto;
    position: relative;
    text-align: center;
    line-height: 95px;
    color: #999;
    transition: transform 0.3s;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.dragBox input[type="file"] {
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0;
    top: 0;
    left: 0;
}
.draging {
    transform: scale(1.1);
}
#preview {
    text-align: center;
}
#preview img {
    max-width: 100%;
}
.dragBox h1{
    margin-bottom: 8px;
    font-size: 18px;
}
.btn-primary{
    background-color: #00395d !important;
    color: #fff;
    padding: 9px 22px;
    border: none !important;
}
.input-field-container h2{
    margin-bottom: 25px;
    color: #66899e;
    font-size: 18px;
    font-weight: 400;
}
.rr-container{
    width: 97.5%;
    background-color: #fff;
    overflow: auto;
    border: 1px solid #ccc;
    padding: 16px;
    height: 7.25em;
    overflow-y: scroll;
}
.rr-container p{
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 16px;
    color: #66899e;
}
.checkbox-container{
    margin-top: 10px;
}
.checkbox-container input{
    width: 14px;
    height: 14px;
    margin-right: 12px;
}
.checkbox-container label{
    color: #66899e;
    font-size: 20px;
    font-weight: 400;
    margin: 0;
    cursor: pointer;
}
.container {
	width: 600px;
	margin: 10px auto 0px auto;
}
.controls {
    text-align: right;
}
.sig-title img{
    width: 30px;
    height: 30px;
    margin-right: 4px;
}
.sig-title {
    font-size: .92em;
    font-weight: 700;
    color: rgb(4 57 93);
    margin-top: 20px;
    margin-bottom: 10px;
}
.submit{
    padding: 9px 22px;
    background-color: #00395d;
    border: none;
    font-size: 16px;
    color: #fff;
    margin-top: 35px;
    width: 100%;
}
@media only screen and (min-width: 320px) and (max-width: 768px) {
    .wh-100{
        width: 100% !important;
        height: 100% !important;
    }
    .input-field-container{
        display: block;
    }
    .input-feild{
        width: 100%;
        padding-right: 0;
    }
    .input-feild-upload{
        width: 100% !important;
        padding-right: 0 !important;
    }
    #sig-canvas{
        width: 100%;
        height: 160px;
    }
}
.d-fjsb{
    display: flex;
    justify-content: space-between;
}
.application-card-container{
    box-shadow: var(--p-card-shadow,0 0 0 1px rgba(63,63,68,.05),0 1px 3px 0 rgba(63,63,68,.15));
    border-radius: 12px;
    background: #fff;
}
.w-100{
    width: 100%;
}
.input-feild p{
    font-size: 8px;
    text-align: justify;
    margin: 0;
}
.cb-input{
    width: 16px !important;
    height: 16px !important;
    margin: 0 !important;
    margin-right: 10px !important;
}
.input-feild span{
    color: rgb(102 137 158);
    font-size: 14px;
    margin-bottom: 8px;
    display: block;
}
.title-container h1{
    font-size: 28px;
    text-align: center;
    margin: 0;
}
.bg-g{
    background-color: #87b14b !important;
}
.bg-b{
    background: #15549a !important;
}

.input-feild-upload{
    width: 70%;
    padding-right: 16px;
    margin-top: 16px;
    padding-bottom: 3px;
}
.input-feild-upload label{
    line-height: 20px;
    font-size: 13px;
    margin: 0;
    color: rgb(102 137 158);
}
.upload-input{
    border: 2px dotted #CCCCCC;
    border-radius: 15px;
    height: 125px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 8px;
}
.upload-input input{
    width: 100%;
    height: 125px;
    opacity: 0;
}
.upload-input span{
    position: absolute;
}
.sign-text{
    text-align: center;
    font-size: 16px !important;
}