form {
    color: #FFF;
}

.login .content .form-actions {
    background-color: transparent;
    clear: both;
    border: 0;
    padding: 0 30px 35px;
    margin-left: -30px;
    margin-right: -30px;
}

.input-group-text > i {
    color: #003265;
}

#codigo_section{
    border: solid 1px #ccc;
    border-radius: 10px;
}
#codigo_section input{
    text-align: center;
    font-size: 1.8rem;
}
#loading_codigo_section{
    display: none;
    text-align: center;
}
.lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid #fff;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #3d94fb transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}
@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


*.danger {

}

.carouselImg {
    height: 100%;
    width: 100%;
    padding: 4rem;
}

.social-media-buttons.google {
    width: 200px;
    height: 40px;
}

.social-media-buttons.facebook {
    width: 200px;
    height: 40px;
}

.social-media-buttons.apple {
    width: 200px;
    height: 40px;
}

.social-media-buttons.linkedin {
    width: 200px;
    height: 40px;
}


@media (max-width: 1023px) {
    .carouselImg {
        height: 70vh;
        width: 60%;
    }

    #imagesArea, #carouselExampleIndicators {
        height: 70vh;
    }

    .social-media-buttons.google {
        width: 25vw;
        height: 4vh;
    }

    .social-media-buttons.facebook {
        width: 25vw;
        height: 4vh;
    }

    .social-media-buttons.apple {
        width: 25vw;
        height: 4vh;
    }

    .social-media-buttons.linkedin {
        width: 25vw;
        height: 10%;
    }
}

@media (max-width: 691px) {
    #imagesArea, #carouselExampleIndicators {
        display: none;
    }

    .social-media-buttons.google {
        width: 30vw;
        height: 4vh;
    }

    .social-media-buttons.facebook {
        width: 30vw;
        height: 4vh;
    }

    .social-media-buttons.apple {
        width: 30vw;
        height: 4vh;
    }

    .social-media-buttons.linkedin {
        width: 30vw;
    }
}
