﻿ 
html, body {
    overflow: hidden;
}

html, body, .container-fluid, inicial {
    overflow-y: auto;
    overflow-x: hidden;
    margin-left: 10px;
}


.container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.container-login100 {
   
}

.container-login100 {
    padding:5px;
    left: 0px;
    background: url('image1.png');
    background-size: cover;
    height: 80vh;
    position: fixed;
    width: 100vw;
    flex-direction: column;
}

    .container-login100 input[type=text],
    .container-login100 input[type=password],
    .container-login100 button,
    .login100-form-btn {
        font-family: Verdana, Geneva, Tahoma, sans-serif !important;
        font-size: 16px;
        border-bottom: 0px;
    }

.login100-form {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    padding-bottom: 10px;
    border-radius:25px;
}

.logocontainer {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    margin-top: 20px;
}


.wrap-input100 {
    padding: 10px;
    max-width:400px;
}

.m-t-32 {
    margin-top: 10px;
}

.login100-form-btn {
    border-radius: 15px;
    font-weight:bold;
    float: right;
}

.navbar .container-fluid {
    margin-left: 0px !important;
}


.login100-form {
    background: #630037;
    opacity:0.8;
}

.circleIcon{
    border:thick;
    border-radius:10px;
}



.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}

    .btn-circle.btn-lg {
        width: 50px;
        height: 50px;
        padding: 10px 16px;
        font-size: 18px;
        line-height: 1.33;
        border-radius: 25px;
    }

    .btn-circle.btn-xl {
        width: 72px;
        height: 72px;
        padding: 16px 16px;
        font-size: 36px;
        line-height: 1.33;
        border-radius: 35px;
    }

.datosCliente {
    background: url('image2.png');
    background-size: cover;
    height: 80vh;
    position: fixed;
    width: 100vw;
    flex-direction: column;
}

.lblNombre {
    font-size:32px;
    color:white;
    font-weight:bolder;
}

.lblCorreo {
    font-size: 24px;
    color: white;
    font-weight: bold;
    font-style:italic;
}


.btn-action {
    align-content:center;
    border-radius:25px;
    background-color:green;
    color:white;
    height:50px;
    width:50px;
    font-size:24px;
    padding-bottom:-25px;
    margin-top:-150px;
    position:relative;
 }

.btn-action:hover {
    color: lightgray;
}

.btn-option {
    align-content: center;
    border-radius: 25px;
    background-color: white;
    color: green;
    height: 50px;
    width: 50px;
    font-size: 32px;
    text-align: center;
    margin: 10px;
    margin-left: 20px;
}

.btn-option:hover {
    background-color: lightgray;
}

.info-box {
    margin-top:200px;
    background-color: white;
    border-radius:20px;
}

.iaamb {
    background-color: #630037;
}

table.table thead th {
    font-weight:bolder;
    color:black !important;
}

.rowheader {
    background-color: white;
    padding-top: 50px;
    margin-top: -50px;
    padding-left: 50px;
    padding-right: 50px;
    margin-left: -50px;
    margin-right: -50px;
    margin-bottom:50px;
}


.falogin {
    align-content: center;
    border-radius: 15px;
    background-color: #630037;
    color: white;
    height: 30px;
    width: 30px;
    font-size: 14px;
    text-align: center;
    margin: 10px;
    margin-left: 20px;
    border: 2px solid white;
}

.input {
    width: 75%;
    margin:auto;
    height: 35px;
    padding: 10px 20px 5px;
    border-color: transparent;
    border-bottom: 1px solid #ffffff;
    font-size: 18px;
    color: white !important;
    background-color: #630037 !important;
}

.input:focus {
    outline: none;
}

.input::-webkit-input-placeholder {
    padding-left: 5px;
    font-size: 15px;
    color: #ffffff;
}


.wrap-login100 {
    padding-top:90px;
    opacity:0.7;
}



.input:-moz-placeholder { /* Firefox 18- */
    padding-left: 5px;
    font-size: 15px;
    color: #ffffff;
}

.input::-moz-placeholder { /* Firefox 19+ */
    padding-left: 5px;
    font-size: 15px;
    color: #ffffff;
}

.input:-ms-input-placeholder {
    padding-left: 5px;
    font-size: 15px;
    color: #ffffff;
}



.login-form-btn {
    margin-top:50px;
    text-align:center;
    vertical-align:central;
    height: 45px;
    width:200px;
    font-size: 24px;
    color: white;
    border-radius: 10px;
    background-color: #630037;
    opacity:1;
}


.lblRecordar {
    color: indigo;
    text-shadow: initial;
    font-size: 14px;
    margin: 10px;
    text-decoration: underline;
    text-decoration-line: underline;
    text-decoration-thickness: 3px;
    opacity:1;
}