@charset "UTF-8";
.log-in-btn {
    margin: auto;
    width: 61.8%;
    font-weight: bold;
    color: #e50051;
    box-shadow: 0px 0px 6px 3px #e50051;
shadowColor: "#e50051", shadowOffset:{width:0,height:0}, shadowOpacity:1, shadowRadius:6, borderWidth:0, borderColor:"#e50051", borderRadius:50;
}

.input-cover input:checked + span:before{
    font-size: 2rem;
}

@media (max-width: 767px) {

    .contents-all-wrap{
        margin-top: 0 !important;
    }
    .simu-main-form-area .col,.simu-main-form-area .w-100{
    }

}