/*.container__messsage {
    background-color: white;
    height: calc(100vh - 20px);
    position: relative;
}*/

/*.text__custom{*/
/*    text-align: left;*/
/*    margin: 10px;*/
/*    font-size: 18px;*/
/*    font-weight: bold;*/
/*}*/
/*.content__custom--fixed{*/
/*    margin: 10px;*/
/*}*/

/*.content__custom{*/
/*    margin-top: 30px;*/
/*}*/
/*.Action_btn{*/
/*    display: block;*/
/*    position: absolute;*/
/*    bottom: 30px;*/
/*    width: calc(100% - 35px);*/
/*    left: 50%;*/
/*    transform: translateX(-50%);*/
/*}*/
/*.btn_continue{*/
/*    margin-bottom: 10px;*/
/*    width: 100%;*/
/*}*/
/*.form__action--custom{*/
/*    display: flex;*/
/*    justify-items: center;*/
/*    justify-content: center;*/
/*    margin: 0;*/
/*    padding: 0;*/
/*}*/

/*.img__btn--anonymous{*/
/*    height: 50px;*/
/*    width: 100%;*/
/*}*/
/*@media only screen and (min-device-width : 320px) and (max-device-width : 350px) {*/
/*    .Action_btn{*/
/*        bottom: -15px;*/
/*        width: calc(100% - 20px);*/
/*    }*/

/*}*/
/*@media only screen*/
/*and (min-device-width: 320px)*/
/*and (max-device-width: 480px)*/
/*and (-webkit-min-device-pixel-ratio: 2){*/
/*    .container__messsage {*/
/*        background-color: white;*/
/*        height: calc(100vh - 60px);*/
/*        position: relative;*/
/*    }*/
/*    .Action_btn{*/
/*        bottom: 10px;*/
/*        width: calc(100% - 34px);*/
/*    }*/


/*}*/
/*@media only screen and (min-device-width : 319px) and (max-device-width : 813px) and (orientation : landscape) {*/
/*    .container__messsage {*/
/*        background-color: white;*/
/*        height: calc(90vh - 10px);*/
/*        position: relative;*/
/*    }*/
/*    .btn_continue {*/
/*        width: 350px !important;*/
/*    }*/
/*    .Action_btn{*/
/*        bottom: 10px;*/
/*        width: calc(90% - 20px);*/
/*    }*/
/*}*/

/*@media only screen and (max-device-width : 415px) and (orientation: landscape){*/
/*    .container__messsage {*/
/*        background-color: white;*/
/*        height: calc(100vh - 90px);*/
/*        position: relative;*/
/*    }*/
/*    .Action_btn{*/
/*        bottom: 10px;*/
/*        width: calc(100% - 34px);*/
/*    }*/
/*}*/

.container_info-message {
}

.container_info-message  .form-action {
    flex-wrap: wrap;
    text-align: center;
    margin: 0;
}

.container_info-message  .form-action > div {
    width: 100%;
}

.container_info-message  .form-action .btn {
    width: 100%;
    display: inline-block;
    margin: 5px 0;
}

.container_info-message  .form-action a {
    margin: 10px 0;
    display: inline-block;
}

.container_info-message  .form-action a img {
    max-width: 100%;

}
.btn_anonymous{
    background-color: #003B60;
    color: white;
    height: 50px;
    border-radius: 8px;
    margin-top: 12px;
    width: 100%;
    font-size: 14px;
    border: none;
    box-shadow: 0 1px calc(1.5px) rgba(0,0,0, 0.16);
    text-transform: none;

}
.container_info-message .ttl {
    font-size: 18px;
    font-weight: bold;
    margin: 8% 0 15px;
}
.content__custom--fixed{
    margin-top: 30px;
}
.img_scan{
    margin-right: 10px;
}
.img_id{
    margin: 0 0 4px 1px;
}
.btn_anonymous:hover{
    color: white !important;
    background-color: #0f253c;
}

.form__message-box {
    max-width: 600px;
    margin: 0 auto;
}

.form-action .btn_anonymous {
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*.form-action .btn_anonymous .img_scan {*/
/*    position: absolute;*/
/*    left: 20px;*/
/*    top: 50%;*/
/*    transform: translateY(-50%);*/
/*    z-index: 9;*/
/*}*/

.form-action .anonymous-text  {
    line-height: 1.3;
    white-space: normal;
    display: inline-block;
}

@media only screen and (min-width: 992px) {

    .container_info-message  .form-action {}
    .container_info-message  .form-action > div {

    }
}

@media only screen and (max-width: 991px) {
    .container_info-message {
        padding-bottom: 160px;
    }
}

@media only screen and (max-width: 1335px) {
    .container_info-message .form-action .btn {
        width: 100%;
        display: inline-block;
        margin: 5px 0;
    }

    .container_info-message .form-action .btn_anonymous {
        display: flex;
    }
}
@media only screen and (max-width: 400px) {
    .container_info-message {
        padding-bottom: 160px;
    }

    .form-action .btn_anonymous {
        font-size: 12px;
    }
    .img_scan{
        width: 10%;
    }
    .img_id{
        margin: 0 0 3px 1px;
    }

    .container_info-message .form-action {
        flex-direction: column;
    }

    .text_anonymous{
        font-size: 12px;
    }
    .btn_continue{
        order: 1;
    }
}

@media only screen and (max-width: 319px) {
    .container_info-message {
        padding-left: 10px;
        padding-right: 10px;
    }

    .container_info-message .img_scan {
        margin-right: 5px;
    }

    .container_info-message .barAction {
        left: 10px;
        right: 10px;
    }
}
