@keyframes LoadingAnim {
    0%   {background-image: url("/assets/img/AnimationFrames/LoadingModal/Group 481.png");}
    25%  {background-image: url("/assets/img/AnimationFrames/LoadingModal/Group 482.png");}
    50%  {background-image: url("/assets/img/AnimationFrames/LoadingModal/Group 483.png");}
    75%  {background-image: url("/assets/img/AnimationFrames/LoadingModal/Group 484.png");}
    100% {background-image: url("/assets/img/AnimationFrames/LoadingModal/Group 485.png");}
    
}
.loadingDiv{
    width: 134px;
    height: 18px;
    animation-name: LoadingAnim;
    animation-duration: 0.4s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    margin-left: 70px;
    margin-top: 30.41px;
}
.divLoading{
    align-items: center;
    margin: 0;			
    margin-bottom: 100px;
    margin-top: 100px;

    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    text-align: center;

    /* GRAY TEXT */

    color: #4B4B4B;
}
.btn.btn-primary.btn-simple:hover {

    background-color: black;
    color: white;

}

.signup-page .wrapper>.header {
    min-height: 90vh;
}

.input-group .input-group-addon {
    border: solid 1px #697282;
    border-left: 0;

}

#locales {
    background: transparent;
    width: 70%;
    margin: 0px;
    padding: 8px;
    color: #BFB7FF;
    border: 0;

}


.flag_US {
    display: inline-block;
    height: 24px;
    width: 24px;
    vertical-align: text-top;
    line-height: 16px;
    background: url(/assets/img/flags/24x24/US.png) no-repeat;
    margin-left: 5px;
}

.flag_MX {
    display: inline-block;
    height: 24px;
    width: 24px;
    vertical-align: text-top;
    line-height: 16px;
    background: url(/assets/img/flags/24x24/MX.png) no-repeat;
    margin-left: 5px;
}

.custom-select {
    background: transparent;
    border: 0;
    box-shadow: none;
    text-transform: none;
    color: #BFB7FF;
}

/* Style items (options): */
.custom-select>.dropdown-menu {
    background-color: black;
    color: white;
}

.cent {
    display: flex;
    justify-content: center;
}

.row_center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.abs-center {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
}
.swal2-styled.swal2-confirm {
/* Button */

    font-family: 'Arial';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    /* or 161% */

    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: -0.01em;

    /* Light */

    color: #F2F4FA;
    background: #1C238B;

}
#ErrorMsg{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 26px;
    text-align: center;

    /* RED FAIL */

    color: #FF5D5B;
    margin-top: 68px;
}
.swal2-styled.swal2-confirm{
    background-color: #1C238B;
    color: #FFFFFF;
    box-shadow: none !important;
}
.btn.btn-info{
    background-color: #1C238B !important;
    color: #FFFFFF !important;
    border-radius: 0;
    width: 158px;
    height: 43.65px;
    /* Button */

    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
}
.html-containerSuccess{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 43px;
    /* or 167% */

    text-align: center;
    letter-spacing: 0.15px;

    /* GRAY TEXT */

    color: #4B4B4B;
}
.titleSwal2{

    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    
    /* GRAY TEXT */
    
    color: #4B4B4B;
    
}