/* Customizations Alertify */
/* Small devices (landscape phones, 576px and up)*/

@media (min-width: 576px) {
    .logo-samsung-account{
        width: auto;
        margin: 10px 10px;
    }
    .modal-body .sub-notice{
        font-size: 1.8rem;
        margin: auto;
    }
}

/*Medium devices (tablets, 768px and up)*/
@media (max-width: 768px) {
    .modal-body .sub-notice {
        font-size: 1.6rem;
        width: 100%;
        margin: 0;
    }
    .logo-samsung-account{
        width: auto;
        margin: 10px 10px;
    }
}

@media (min-width: 769px){
    .modal-body .notice{
        margin-top: 0;
        text-align: center;
    }
    .modal-body .sub-notice{
        font-size: 2.0rem;
        margin: 40px 50px 0 60px;
    }
}




/*!*Message SSO*!*/
/*.samsung-account{*/
/*    margin-bottom:1%;*/
/*    padding: 0px;*/
/*}*/

.logo-samsung-account{
    width: 250px;
    margin: 10px 10px;
}
.vinculo-samsung-account{
    margin: 30px 10px;
}
.btn-continue{
    margin: 30px 10px;
    background-color: #1DACE4;
    color: white;
    font-size: larger;
    font-weight: bold;
    padding: 12px 75px  !important;
}

.btn-continue:hover{
    color: white;
    font-size: larger;
    font-weight: bold;
}

.btn-continue:active{
    color: white;
}

.countdown{
    margin-top: 0;
}
#clock{
    margin-bottom: 50px;
}

.modal-header {

    border-bottom: 0px transparent !important;
}
