﻿.ModalInsc {
    display: flex;
    align-items: end;
}

@media (min-width: 768px) {
    .modal-resize {
        width: 700px;
        height: 700px;
    }
}

.colortext {
    color: red;
}

.iconalert {
    position: absolute;
    top: 33%;
    right: 6%;
    font-size: 28px;
    color: red;
}

.bottonbusc {
    margin-top: 9px;
    margin-bottom: 20px;
}

.divisor-modal {
    border-top: 1px solid #eee;
    margin-top: 5px;
    padding-top: 5px;
}

.txtEmail {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.lblEmail {
    position: static;
    font-weight: bold;
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1;
    background-image: none;
    box-shadow: none;
    float: left;
    width: 100%;
    height: 34px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    border: 1px solid #ccc;
    border-radius: 4px;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
