﻿body,
	html {
		margin: 0;
		padding: 0;
		height: 100%;
		/*background: #C8C3C3 !important;*/
        /*border: 2px solid red;*/
		}
		


.ContenedorLogin {
    /*width: 95%;
    padding-right: 15px;
    padding-left: 15px;*/
    margin-right: auto;
    margin-left: auto;
    height: 98%!important;
    /*border: 2px solid white;*/
}
.SubContenedor {
    /*height: 100%!important;*/
    justify-content: center!important;
    display: flex!important;
}
.CajaLogin {
    height: 400px;
    width: 350px;
    margin-top: auto;
    margin-bottom: auto;
    background: #2ab1ce;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 5px;
}

.clDivLogo {
    justify-content: center!important;
    display: flex!important;
}
.clForm {
    justify-content: center!important;
    display: flex!important;
    margin-top: 100px;
}
.clFormEnc {
    justify-content: center!important;
    display: flex!important;
    /*margin-top: 100px;*/
}
.clAccion {
    justify-content: center!important;
    display: flex!important;
    margin-top: 1rem!important;
    padding: 0 2rem;
}
.clPie {
    justify-content: center!important;
    display: flex!important;
}
.clLogoContenedor {
    position: absolute;
    height: 150px;
    width: 150px;
    top: -75px;
    border-radius: 50%;
    background: #2ab1ce;
    padding: 10px;
    text-align: center;
    display: block;
}
.clLogo {
    height: 150px;
    width: 150px;
    border-radius: 50%;
    border: 2px solid white;
    vertical-align: middle;
   
}
.clLogoF2 {
    height: 150px;
    width: 150px;
    /*border-radius: 50%;*/
    /*border: 2px solid white;*/
    vertical-align: middle;
}
.grupoInput {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
        margin-bottom: 1rem!important;
}
.gIcono {
    margin-left: -1px;
    display: flex;
}
.cIcono {
        align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem;
        background: #4d4d4d !important;
    color: white !important;
    border: 0 !important;
    border-radius: 0.25rem 0 0 0.25rem !important;
}

.inputCtrl {
        display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    box-shadow: none !important;
    outline: 0px !important;
        overflow: visible;
            margin: 0;
    font-family: inherit;
}
form {
    display: block;
    margin-top: 0em;
    /*margin-block-end: 1em;*/
}
 .grupoInput>.inputCtrl:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.grupoInput>.inputCtrl {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}
.login_btn {
    cursor: pointer;
    -webkit-appearance: button;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    width: 100%;
    background: #4d4d4d !important;
    color: white !important;
}


.features-hero--vpad-md {
    padding: 80px;
}
.features-hero {
    box-sizing: border-box;
    font-size: 16px;
    position: relative;
    padding: 60px 0;
    overflow: hidden;
    width: 100%;
}

.bgColor--san-marino {
    background-color: #3F51B5;
}
.zero-padding-bottom {
    padding-bottom: 0px !important;
}
.text--align-center {
    text-align: center;
}
.border--semi-circle::after {
    content: '';
    display: inline-block;
    background: #fff;
    width: 105%;
    border-radius: 50%;
    height: 200px;
    height: 250px;
    position: absolute;
    bottom: -160px;
    min-width: 1100px;
    left: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateX(-50%);
}

@media screen and (max-width: 600px) {
    #CabLogn {
        display:none;
    }
    .SubContenedor {
    height: 100%!important;
    }
}


@media only screen and (min-width: 480px) and (max-width: 767px)
.be-wrap {
    max-width: 440px;
    margin: 0 auto;

}
@media only screen and (max-width: 767px)
.be-wrap {
    max-width: 300px;
    margin: 0 auto;
}

.be-row {
    z-index: 3;
    position: relative;
}
.be-wrap {
    max-width: 1160px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
.features-hero h1, .features-hero .text--h1 {
    font-family: "aktiv-grotesk","Helvetica Neue","Segoe UI",Helvetica,Arial,sans-serif !important;
    font-weight: 400;
}
.features-hero h1, .features-hero h2, .features-hero h3, .features-hero h4, .features-hero h5, .features-hero h6 {
    margin: 5px 0;
}
[class*="bg--dark"] h1, [class*="bg--dark"] h2, [class*="bg--dark"] h3, [class*="bg--dark"] h4, [class*="bg--dark"] h5, [class*="bg--dark"] h6, [class*="bg--dark"] .text--h1, [class*="bg--dark"] .text--h2, [class*="bg--dark"] .text--h3, [class*="bg--dark"] .text--h4, [class*="bg--dark"] .text--h5, [class*="bg--dark"] .text--h6 {
    color: #f7f7f7;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Segoe UI",Arial,sans-serif;
    font-weight: 400;
    margin: 10px 0;
}
h1 {
    font-size: 36px;
}