.custom-card {
    max-width:70%;
    border-radius: 15px;
}

.bg-custom {
    background: url('../images/img_fondo.jpg'),
        linear-gradient(135deg, hsl(196, 62%, 70%) 0%, hsl(195, 61%, 63%) 50%, hsl(188, 70%, 36%) 100%);
    background-blend-mode: overlay;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-image {
    width: 60%;
}

.border-card {
    box-shadow: 0px 10px 30px #757575;
}

.border-cardLogin {
    box-shadow: #fff;

}
.social-header{
    display: flex;
    justify-content: center;
    gap: 1rem;
}
.social-footer{
    display: flex;
    justify-content: center;
    gap: 1rem;
}
.social-icon{
    margin-top: 5px;
    font-size: 1.5rem;
}
.envelope{
    color: #EA4335 !important;
}
.linkedin{
    color: #0A66C2 !important;
}
.youtube{
    color: #FF0000 !important;
}
.instagram{
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;

}
.twitter{
    color: #1DA1F2 !important;
}
.facebook{
    color: #1877F2 !important;
}
.phone{
    color: #25D366 !important;
}
.btn-check:checked+.btn-outline-info {
    background-color: #17a2b8;
    color: #fff;
    border-color: #17a2b8;
}
.globe{
    color: #1877F2 !important;
}

.btn-check:checked+.btn-outline-info:hover {
    background-color: #17a2b8;
    color: #fff;
    border-color: #17a2b8;
}

.btn-check:focus+.btn-outline-info {
    box-shadow: none;
}

.siaees-title {
    font-size: 4rem;
    font-family: 'Varsity', sans-serif;
    text-align: center;
    font-weight: bolder;
    -webkit-text-fill-color: #ffffff;
    -webkit-text-stroke: 3px #17a2b8;
    color: #ffffff;
}

.title-login{
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
    color: #17a2b8;
}

.siaees-subtitle {
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-weight: bolder;
    text-align: center;
}
.line {
    height: 4px;
    background: linear-gradient(
        to right, 
        #17a2b8 0%, 
        #17a2b8 20%, 
        #28a745 20%, 
        #28a745 40%, 
        #ffc107 40%, 
        #ffc107 60%, 
        #dc3545 60%, 
        #dc3545 80%, 
        #6f42c1 80%, 
        #6f42c1 100%
    );
    border-radius: 2px;
}

@media (max-width: 768px) {

    .custom-card {
        max-width: 100% !important;
    }

    .siaees-title {
        font-size: 2rem !important;
        -webkit-text-stroke: 2px #17a2b8;
    }
    .title-login{
        font-size: 2rem !important;
    }
    .siaees-subtitle {
        font-size: 1rem !important;
    }

    .login-image {
        display: none;
    }
    .social-header p{
        font-size: 8px;
    }
    
}