.margin-5{
    margin: 5px;
}

.btn{
    border-radius: 0;
}

/*background-color: #7400288a;*/

.cont{
    background-color: #740028b3;
    width: 100%;
    height: 100%;
    display: flex;
}

.cont-item{
    color: white;
    margin: auto;
    text-align: center;
    font-size: 17px;
}


.custom-img{
    width: 270px;
    background: white;
}

.custom-img-register{
    width: 270px;
    background: white;
	object-fit: contain;
	padding-left: 0.5rem;
}

.custom-link{
	color: #fff;
	text-decoration: underline;
}

/* visited link */
.custom-link:visited, .custom-link:hover, .custom-link:active{
  color: #e1e1e1;
}

.custom-logo{
    position: absolute;
    margin: 10px;
    display: flex;
    margin-left: 0;
}

hr.solid {
    border-top: 1px solid #bbbbbb8a;
    margin: 0px;
    margin-left: 10px;
    margin-right: 10px;
}

.triangulo-equilatero-bottom-left {
    width: 0;
    height: 0;
    border-right: 32px solid transparent;
    border-top: 32px solid transparent;
    border-left: 32px solid #ffffff;
    border-bottom: 32px solid #ffffff;
}

.custom-cont-2{
    display: none;
}

.custom-brand-logo{
    display: none;
}

.custom-logo-chido{
    width: 100%;
    height: 100%;
    margin-left: 15px;
}

.custom-img-a{
    padding: 0;
}

.log-custom-cont-2{
    display: none;
    height: 280px;
}

.custom-user-icon{
    display: none;
}

.form-content{
    padding: 50px 0px;
    padding-top: 10px;
}

.navbar .navbar-menu-wrapper .navbar-nav .nav-item .nav-link {
    color: white;
    font-size: 0.875rem;
    font-style: normal;
    padding: 1.2rem 1.2rem;
    font-weight: 300;
}

.logo-header{
    width: 25%;
}

.custom-btn-container{
    width: 100%;
    display: flex;
    justify-content: center;
}

.custom-btn-container-2{
    display: none;
}

.custom-action-button{
    border-radius: 0;
    margin: 0px 10px;
}

.card .card-title {
    margin-bottom: 1.5rem;
    margin-top: 2.5rem;
}

.form-group .file-upload-default {
	visibility: visible;
    position: absolute;
    pointer-events: none;
    opacity: 0;
}

ul.parsley-errors-list {
    width: 100%;
}

@media screen and (max-width:800px){
    .cont-item{
        font-size: 12px;
    }
    .custom-cont{
        display: none;
        height: 280px;
    }
    .custom-logo{
        display: none;
    }

    .custom-cont-2{
        height: 280px;
        display: block;
    }

    .custom-brand-logo{
        display: block;
    }

    .log-custom-cont{
        display: none;
        height: 280px;
    }

    .log-custom-cont-2{
        display: block;
        height: 280px;
    }
    .navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown .navbar-dropdown {
        left: auto;
        right: 0px;
        top: 64px;
        width: calc(50% - 40px);
    }
    .navbar .navbar-menu-wrapper {
        width: 40%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .custom-user-icon{
        display: block;
    }

    .form-content{
        padding: 100px 0px;
        padding-top: 0px;
    }
    .logo-header{
        width: 100%;
    }
}

@media screen and (max-width:470px){
    .navbar .navbar-brand-wrapper {
        width: 50%;
    }

    .custom-btn-container{
        display: none;
    }

    .custom-btn-container-2{
        display: revert;
    }
}
