#success_message { display: none;}

#btnDes {
    border-radius: 28px;
    font-family: Arial;
    color: #ffffff;
    font-size: 12px;
    background-color: rgb(0,173,202);
    padding: 7px 15px;
    text-decoration: none;
}

.letritas{
    line-height: 1.2;
}

.error {
    color: #a94442;
    font-weight: 500;
}
label[class~="valid"] {
    color: blue;
}

ul.tab {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border: 0px solid #ccc;
    background-color: rgb(0,173,202);
}

ul.tab li {float: left;}

ul.tab li a {
    display: inline-block;
    color: black;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    transition: 0.3s;
    font-size: 17px;
}

ul.tab li a:hover {background-color: rgb(0,193,222);}

ul.tab li a:focus, .active {background-color: rgb(0,173,202);}

.tabcontent {
    /* display: none;*/
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}

.tabcontent {
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s;
}

.well{
    padding-left: 0px !important;
    padding-right: 0px !important;
    padding-bottom: 0px !important;
}

.Aligner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 24em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.Aligner-item--fixed {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    max-width: 50%;
}

.Aligner-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
/*
body {
    top: 0 !important;
}

body > .skiptranslate > iframe {
    display: none !important;
}*/