
html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

.form-control {
    font-size: 15px;
    height: auto;
    padding: 8px 12px;
}
        
.full-height {
    height: 100vh;
}
        
.left-section {
    /* background-color: #f8f9fa; */
    overflow-y: auto;
    position: relative;
    background: linear-gradient(90deg, rgb(87, 140, 118) 0%, rgb(50, 125, 194) 100%);
}

.left-content {
    /* position:absolute; */
    width:100%;
    height:100%;
    /* padding:8rem; */
    padding: 2rem;
    top:0;
    justify-content: space-between;
    flex-direction: column;
}

.left-content .left-content-icon {
    width:80px;
    height:80px;
    background-color: white;
    border-radius: 50%;
    background-size: 70%;
    background-position: center;
    background-repeat: no-repeat;
}

.left-content .carousel .carousel-indicators{
    bottom: 0;
}

.left-content .carousel .carousel-control {
    width: 4rem;
    height: 4rem;
    top:50%;
    transform:translateY(-50%);
}

.left-content .carousel .carousel-control.left {
    margin-left: -1.9rem;
}

.left-content .carousel .carousel-control.right {
    margin-right: -1.9rem;
}

.left-content .carousel .carousel-inner {
    background-color: rgba(0,0,0,.2);
    border-radius: 2rem;
}

.left-content .carousel .carousel-inner .item {
    padding: 2rem 4rem;
}

.left-content .card-wrap-info {
    width:100%;
    height:100%;
    display:flex;
    justify-content:center;
    background-color: rgba(0,0,0,.2);
    border-radius: 2rem;
    padding:2rem;
}

.left-content .card-wrap-info .avatar-wrap-info {
    width:70%
}

.left-content .card-wrap-info .avatar-info-img {
   width: 100%;
   height: 100%;
   background-repeat: no-repeat;
   background-size: cover;
   background-position: center;
   border: 1px solid rgba(255,255,255,.5);cursor:pointer;
}

.left-content .wrap-info {
    overflow: auto;
}

.left-content .wrap-info .col-sm-12{
    min-width: 90%;
}

.right-section {
    background-color: #ffffff;
    height: 100vh;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
}
        
.right-content {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    padding: 2rem;
    overflow-y: auto;
    max-height: 100%;
    background-repeat: no-repeat;
    background-size: 5rem;
    background-position: left 18%;
}

.right-content form,
.right-content .form-response-result {
    width: 30rem;
    margin: 0 auto;
}

.right-content form .form-top-subtitle {
    font-size: .85rem;
    color: #4A4B46;
    max-width: 18rem;
    margin: 0 auto;
}

.right-content .company-image{
    width: 120px;
    height:120px;
    margin:0 auto;
    /* margin-bottom: 1rem; */
    /* background-color:#fff; */
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    background-size: 77%;
    background-repeat: no-repeat;
    background-position: center;
    /* margin-bottom: 4rem; */
}

.form-response-result .icon-main {
    max-width: 11rem;
    margin: 0 auto;
}

.right-copy {
    color: #808080;
    width: 100%;
    text-align: center;
    display: block;
    position: relative;
    left: 0;
    bottom: 1rem;
    font-size: 1.25rem;
}

.right-back {
    position: absolute;
    top: 2rem;
    left: 1.5rem;
    width: 34px;
}

.left-background-cover {
  object-fit: cover;
  object-position: left center;
}

.left-logo {
    max-width: 450px;
    position: absolute;
    padding: 2rem;
    margin: 0 auto;
    left: 0;
    right: 0;
    margin-top: 2rem;
}

.right-logo {
    max-width: 450px;
    width: 86%;
    margin: 0 auto;
    margin-bottom: 3rem;
}

/* .left-bottom-content {
    position: absolute;
    bottom: 9%;
    left: 12%;
    color: white;
    max-width: 270px;
} */

.right-content::-webkit-scrollbar {
    width: 8px;
}
        
.right-content::-webkit-scrollbar-track {
    background: #f1f1f1;
}
        
.right-content::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
}
        
.right-content::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.password_container {
	position: relative;
}

.password_container span {
	display: inline-flex;
	position: absolute;
	top: 0;
	right: 0;
	color: #555;
	font-size: 1.7rem;
	width: 30px;
	height: 100%;
	align-items: center;
	z-index: 3;
	cursor: pointer;
}

fieldset {
    margin: 0 auto;
    /* padding: 2em 6rem; */
    border-radius: 3rem;
    /* border: 1px solid rgba(0,0,0,.5); */
}

fieldset legend {
    margin: 0 auto;
    color: #49908a;
    border: 0;
    text-align: center;
    width: auto;
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 2.75rem;
    font-weight: bold;
}

fieldset input.form-control,
fieldset select.form-control{
    background: #e5edf2;
    padding: 1.25rem;
    border-color: transparent;
}
        
@media (max-width: 992px) {
    .full-height {
        height: auto;
    }
            
    .right-section {
        height: auto;
    }
            
    .right-content {
        position: static;
        transform: none;
        max-height: none;
    }
}

@media (min-width: 576px) {
    html, body {
        overflow: hidden;
    }   

    .right-content {
        background-image: url(../img/auth-lazo.png);
    }
}

@media (min-width: 960px) {
    /* body {
		padding-left: 25rem;
	} */
}

@media (min-width: 992px) {
    .right-copy {
        position: absolute;
    }

    .left-content {
        position:absolute;
        padding:8rem;
    }

    .left-content .wrap-info {
        overflow: inherit;
    }

    .left-content .wrap-info .col-sm-12{
        min-width: inherit;
    }

    fieldset {
        border: 1px solid rgba(0,0,0,.5);
        padding: 2em 6rem;
    }
}

/*
html,body {
	min-height: 100%;
	height: 100%;
}

body {
    background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
    padding-top: 0;
}

.form-signin .checkbox {
    font-weight: normal;
}

.form-signin .checkbox {
    margin-bottom: 10px;
}

.form-signin .form-control {
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin .form-control:focus {
    z-index: 2;
}

.form-signin .form-signin-heading,
.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.form-signin input[type="text"] {
    margin-bottom: -1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.form-signin {
    max-width: auto;
    padding: 15px;
    margin: 0 auto;
    padding-bottom: 0;
    padding-top: 0;
}

.navbar {
    margin-bottom: 20px !important;
	background-color: rgba(255,255,255,0.3);
    border-bottom: 1px solid #d0d5d8;
}

.navbar-brand {
    padding: 5px;
}

.logo-top {
	max-height: 40px;
}

.logo-panel {
	width: 80%;
	max-width: 225px;
}

.panel-over {
	border: 0;
    padding-top: 25px;
    padding-bottom: 25px;
    box-shadow: 1px 1px 20px #5b5f5b;
}

form#form-signin {
	width: 85%;
	max-width: 300px;
}

form#form-signin button.btn {
	border: 0;
    border-radius: 1px;
    font-size: 1.4rem;
}
	
.password_container {
	position: relative;
}

.password_container span {
	display: inline-flex;
	position: absolute;
	top: 0;
	right: 0;
	color: #555;
	font-size: 1.7rem;
	width: 30px;
	height: 100%;
	align-items: center;
	z-index: 3;
	cursor: pointer;
}

#password_login {
	margin-bottom: 10px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
*/