﻿.btn-aceptar {
    border: solid 1px;
    border-radius: 15px;
    background: #1E345D;
    color: #FFFFFF;
}

    .btn-aceptar:hover {
        background: #FFFFFF;
        color: #1E345D;
    }

    .modal-content{
        margin-top: 35%;
    }

    .close{
        color: #FFFFFF;
    }

.close:hover{
    color: #FFFFFF;
}

@media(min-width: 200px) {
    .input-asociar {
        font-size: 16px;
    }
}

@media(min-width: 750px) {
    .div-input {
        margin-bottom: 2%;
    }

    .input-asociar {
        width: 50%;
        font-size: 18px;
    }

    .btn-aceptar {
        width: 50%;
    }
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    ::i-block-chrome, .container-asociar {
        display: block;
    }
}
