﻿.ivent-login {
    max-width: 600px !important;
    justify-self: center;
    min-width: 600px;
}

    .ivent-login > div {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .ivent-login .col-md-8 {
        max-width: 350px;
    }

    .ivent-login #Email {
        padding-top: 12px;
    }

    .ivent-login h2 {
        text-align: center;
    }

    .ivent-login #loginForm > form > div:nth-child(4),
    .ivent-login #loginForm > form > div:nth-child(5) {
        display: flex;
        flex-direction: column;
        position: relative;
    }

        .ivent-login #loginForm > form > div:nth-child(4) label,
        .ivent-login #loginForm > form > div:nth-child(5) label,
        .ivent-login > form > div:nth-child(5) > label {
            position: absolute;
            z-index: 3;
            background-color: white;
            top: -12px;
            padding: 3px 5px;
            width: fit-content;
            left: 24px;
        }

    .ivent-login .form-control:focus {
        box-shadow: none;
        -webkit-box-shadow: none;
        border: 2px solid #83a9c9fa;
        background-color: white !important;
    }

    .ivent-login #loginForm > form > div:nth-child(6) .col-md-12 {
        margin-top: -18px;
        font-size: 1.1rem;
    }

        .ivent-login #loginForm > form > div:nth-child(6) .col-md-12 > div > input:first-child {
            top: 4px;
            position: absolute;
            cursor: pointer;
        }

    .ivent-login #loginForm > form > div:nth-child(7) .col-md-12 > input:first-child,
    .ivent-login > form .col-md-12 .btn-default {
        width: 100%;
        margin-top: 10px;
        background-color: #61b3f2;
        transition: background-color .3s ease;
        border: none;
        height: 35px;
    }

    .ivent-login > form .col-md-12 .btn-default {
        width: fit-content;
    }

        .ivent-login #loginForm > form > div:nth-child(7) .col-md-12 > input:first-child:hover,
        .ivent-login > form .col-md-12 .btn-default:hover {
            background-color: #5699de;
            transition: background-color .3s ease;
        }

    .ivent-login #loginForm > form > p:nth-child(8) {
        text-align: end;
        margin-top: -10px;
    }

#socialLoginList div,
#socialLoginList div button {
    display: flex;
    border-radius: 0;
}

    #socialLoginList div button p {
        margin-bottom: 0;
        margin-top: 2px;
        margin-left: 5px;
    }

.ivent-login .field-validation-error {
    font-size: 1rem;
}

.ivent-login .validation-summary-errors ul li {
    list-style: none;
    font-size: 1rem;
}

.ivent-login .validation-summary-errors ul {
    padding-left: 0;
}

.ivent-login > form {
    max-width: 350px;
    justify-self: center;
    margin-top: 25px;
}

.loginText-container {
    padding: 10px;
}
.loginText-container > *:not(.logintitle) {
    text-align: center;
}

@media (min-width: 768px) {
    .jumbotron {
        /*position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);*/
        text-align: center;
        line-height: 1.5em;
        padding: 30px !important;
        width: 50%;
        display: block;
        margin-right: auto;
        margin-left: auto;
    }

    .control-label {
        font-size: 0.8em !important;
    }
}




/****************************************************************************** EXPOSITORES _MAIN - CAT�LOGO_*/

.alert {
    min-height: 75px !important;
}

.thumbnail {
    margin-top: 25px;
}

/***********MEDIA QUIRIES*****************/
@media (max-width:640px){
    .ivent-login {
        max-width: 375px !important;
        min-width: 300px;
    }

/*CLASES COMUNES*/

.break-word {
    word-break: break-word;
}