@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600&display=swap');

.tfa-body {
    font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
}

@media(max-width: 575px){
    #app{
        padding: 0;
    }
}

.reg-block {
    padding: 1rem;
    margin: 3rem auto;
    background: #fff;
    border: solid 2px #00a4ff;
}

.reg-block-sm {
    width: 380px;
}

.reg-block-md {
    width: 550px;
}

#main-title {
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 6px;
}

#main-title-sub {
    margin-top: 0;
    margin-bottom: 4px;
}

#main-title-sub a:link, #main-title-sub a:visited, #main-title-sub a:active{
    text-decoration: none;
    color: black;
}

#main-title-sub a:hover{
    text-decoration: underline;
    color: black;
}

.tit_formas {
    font-weight: 800;
    margin-bottom: 30px;
}

.validate_errors {
    font-size: .875em;
    color: #dc3545;
}

/*alert mns_temp*/
.alert {
    border-radius: 0;
}
.alert-success {
    color: black;
    background-color: #fff;
    border: solid 2px #00a4ff;
}

/*buttons*/
.btn {
    font-size: 14px;
    font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 600;
}
.btn-primary2 {
    background-color: #00a4ff;
    border-color: #007bbf;
    color: #fff;
}
.btn-primary2:hover {
    background-color: #007bbf;
    border-color: #007bbf;
    color: #fff;
}
.btn-secondary2 {
    background-color: #aeaeac;
    border-color: #969694;
    color: #fff;
}
.btn-secondary2:hover {
    background-color: #969694;
    border-color: #969694;
    color: #fff;
}
.btn-warning2 {
    background-color: #efe403;
    border-color: #ccc303;
    color: #fff;
}
.btn-warning2:hover {
    background-color: #ccc303;
    border-color: #ccc303;
    color: #fff;
}

#div_debug {
    background-color: yellow;
    padding: 0 12px;
    position: relative;
}

@media (min-width: 576px){
    .modal-sm {
        max-width: 350px; /*default 300px*/
    }
}
