.sign-up-title {
    color: #0D5CAB;
    font-size: 25px;
    font-weight: 500;
    letter-spacing: 1;
}

.sign-up-title-h4 {
    font-size: 16px;
    padding-bottom: 30px;
}

.label-sign-up {
    color: #ACACAC !important;
}

.input-sign-up {
    color: #444 !important;
}

.scroll-sign-up {
    height: 250px;
    padding: 40px 45px;
    overflow: auto;
    border: 1px solid #dee2e6 !important;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-weight: 300;
    line-height: 1.5;
}

.h6 {
    font-size: 16px;
}

.font-weight-bolder {
    font-weight: 600 !important;
}

.h5 {
    font-size: 20px;
}

.title-primary {
    color: #0D5CAB;
    font-size: 30px;
}

.resp_layer_pop {
    /*position: fixed;*/
    z-index: 10020;
    background: #fff;

    max-width: 45vw;
    text-align: left;
    height: 90vh;
    border-radius: 10px;
    overflow: hidden;
    /*box-shadow: 0px 80px 160px 0px rgb(28 28 32 / 60%);*/
    top: 50% !important;
    left: 50% !important;
    transform: translateX(-50%) translateY(-50%) !important;
    /*margin: 0 !important;*/
    display: none;
}

.dialog-border {
    width: 40vw;
    max-width: 40vw;
}

.resp_layer_pop .btn_pop_close {
    right: 5px;
    width: 50px;
    height: 50px;
    background: #0d5cab url(/uploads/icon/btn_close.png) no-repeat center center;
    background-size: 100%;
    border-radius: 25px;
    overflow: hidden;
}

.modal {
    padding-right: 0px !important;
}

.layer_pop_contents {
    border: 1px solid #dee2e6;
    overflow-y: scroll;
    height: 60vh;
}

.agrPopScl {
    border: 1px #efeff1 solid;
    border-radius: 10px;
    margin: 0 20px;
    padding: 20px;
    color: #000000;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: -0.56px;
    /* line-height: 24px; */
    overflow-y: scroll !important;
    overflow-x: hidden;
    height: 65vh;
}

.alertPopBtnWrp {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.btnBluFll {
    width: 225px;
    display: inline-block;
    text-align: center;
    color: #fff;
    background-color: #0d5cab;
    box-shadow: 0px 15px 40px rgb(13 92 171 / 20%);
    font-weight: bold;
    transition: 0.25s all;
    border: 2px #0d5cab solid;
    text-decoration: none;
}

.btnBluFll:hover {
    color: #0d5cab;
    background-color: #fff;

}

.btnH60 {
    height: 60px;
    line-height: 56px;
    font-size: 20px;
    border-radius: 30px;
}

.nBtn {
    cursor: pointer;
}

.modal-dialog {
    pointer-events: auto;
}

.sign-up-title {
    margin-top: 30px;
}

.col-6 a {
	color: black;
    text-decoration: none;
    font-size: 15px;
    
}
@media screen and (min-width: 321px) and (max-width: 600px) {

    .alertPopBtnWrp {
        margin-top: 35px;
    }

    .sign-up-title {
        margin-top: 60px;
    }

    .scroll-sign-up {
        padding: 0px;
    }

    .sign-up-title-h4 {
        font-size: 14px;
    }

    .check-box-sign-up {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
    }

    .check-box-sign-up>input:first-child {
        margin-left: 12px;
        margin-right: 10px;
    }

    .sign-up-last-input {
        margin-left: 12px;
        margin-right: 5px;
    }

    .check-box-sign-up>label>input {
        margin: 5px;
    }

    .resp_layer_pop .btn_pop_close {
        padding: 10px 0 20px 0;
        right: 15px;
        top: 5px;
        width: 40px;
        height: 40px;
    }

    .agrPopScl {
        margin: 0px;
        max-height: 400px;
    }

    .modal-dialog>.title {
        padding: 10px 0 20px 0;
    }

    .resp_layer_pop {
        max-height: 85vh;
        max-width: 90vw;
    }

    .dialog-border {
        width: auto;
        max-width: unset;
        padding: 0 15px 0 15px;
    }
}

@media screen and (max-width: 420px) {
	.h5 {
		font-size: 15px;
	}
    .resp_layer_pop {
        max-height: 85vh;
        max-width: 90vw;
    }

    .dialog-border {
        width: auto;
        max-width: unset;
        padding: 0 15px 0 15px;
    }

    .agrPopScl {
        margin: 0px;
        max-height: 300px;
    }

    .sign-up-title {
        margin-top: 60px;
    }

    .scroll-sign-up {
        padding: 0px;
    }

    .sign-up-title-h4 {
        font-size: 14px;
    }

    .check-box-sign-up {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
    }

    .check-box-sign-up>input:first-child {
        margin-left: 12px;
        margin-right: 10px;
    }

    .sign-up-last-input {
        margin-left: 12px;
        margin-right: 5px;
    }

    .check-box-sign-up>label>input {
        margin: 5px;
    }

    .resp_layer_pop .btn_pop_close {
        padding: 10px 0 20px 0;
        right: 5px;
        top: 5px;
        width: 40px;
        height: 40px;
    }
    .mb-4 p {
		font-size: 12px;
} 
}

.btn-accept>input {
    position: absolute;
    /* bottom: 0; */
    padding: 10px;
    left: 50%;
    background: #0D5CAB;
    border-radius: 40px;
    border: none;
    color: #fff;
    min-width: 150px;
    font-size: 20px;
    transform: translate(-50%, 50%);

}

.btn-accept>input:hover {
    background: #fff;
    border: none;
    color: #0D5CAB;
    font-size: 20px;
    border: #0D5CAB solid 1px;
}

@media screen and (min-width: 600px) and (max-width: 900px) {
    .btn-accept>input {
        transform: translate(-50%, 25%);
    }

    .resp_layer_pop {
        max-height: 85vh;
        max-width: 75vw;
    }

    .dialog-border {
        width: auto;
        max-width: 70vw;
        padding: 0 15px 0 15px;
    }

}

@media screen and (min-width: 900px) and (max-width: 1200px) {}

@media screen and (min-width: 1200px) and (max-width: 1600px) {}