* {
    font-family: Myriad_Pro_Regular;
    font-size: 16px;
}

body {
    font-family: Myriad_Pro_Regular, 'Arial';
    overflow-x: hidden;
}


label.error {
    margin-bottom: 0px !important;
}

.container-body {
    height: 100vh;
}

.select2-container .select2-choice>.select2-chosen {
    font-size: 12px !important;
    color: #495057 !important;
    float: left !important;
}

.img_back_left {
    background: url("/assets/images/imagen_login1.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: 95%;
}

.img_back_right {
    background: url("/assets/images/bg-login.png");
    background-repeat: repeat;
    background-size: contain;
}

.logo_tierra {
    width: 23%;
}

.form-control-label label {
    color: #33ad3e;
    font-weight: bolder;
    text-align: left;
    display: block !important;
}

form {
    width: 90% !important;
}

.bienvenida p {
    font-size: 14px;
}

.h1_p {
    font-size: 30px !important;
    font-weight: bolder;
    color: #33ad3e;
    font-family: 'Myriad_Pro_Bold';
}

.p-text {
    font-size: 14px !important;
    color: #875427;
    margin-top: -16px;
}

.form-control {
    font-size: 12px !important;
    display: block;
    width: 100% !important;
    height: calc(1.5em + .75rem + 10px);
    /* padding: .375rem .75rem; */
    font-size: 1rem;
    /* font-weight: 400; */
    line-height: 1.5;
    color: #495057;
    background-color: #fff !important;
    background-clip: padding-box;
    border: 1px solid #ffffff;
    border-radius: 10px;
    /*transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;*/
}

/* input:focus { outline: none; } */


.btn-primary {
    background-color: #33ad3e !important;
    color: #fff !important;
    width: 95% !important;
    height: 50px;
    font-family: 'Myriad_Pro_Bold';
    font-size: 18px !important;
}

.btn-primary:hover {
    box-shadow: 2px 2px 5px #737373 !important;
}

.enlaces {
    width: 160px;
    height: 70px;
    position: absolute;
    right: 0;
    top: 15%;
}



.registrarse {
    margin-top: 20px;
    width: 150px;
    background: white;
    padding: 10px;
    float: right;
    color: #33ad3e !important;
    font-weight: bolder;
    font-size: 16px;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    text-align: center;

}

.iniciar_Sesion {
    width: 150px;
    margin-top: 0px;
    background: #33ad3e;
    padding: 10px;
    float: right;
    color: white;
    font-weight: bolder;
    font-size: 16px;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    text-align: center;
}

.enlaces a:hover {
    color: white !important;
}

.logo_tierra {
    margin-top: 10%;
}

.enlaces-mobile {
    display: none;
}

@media  only screen and (max-width: 600px) {

    .img_back_left {
        display: none;
    }

    .logo_tierra {
        width: 40%;
    }

    .enlaces-mobile {
        display: inline-block;
        margin-top: 12px;
        width: 100%;
    }

    .registrarse_mobile {
        width: 150px;
        height: 40px;
        display: inline-block;
        border: 1px solid #33ad3e;
        padding: 0px;
        border-top-right-radius: 25px;
        border-bottom-right-radius: 25px;
        /* font-size: 18px; */
        padding-top: 5px;
        color: #33ad3e;
        font-size: 18px;
    }

    .iniciar_Sesion_mobile {

        width: 150px;
        height: 40px;
        display: inline-block;
        border: 1px solid;
        /* padding: 5px; */
        background: #33ad3e;
        color: white;
        border-top-left-radius: 25px;
        border-bottom-left-radius: 25px;
        padding-top: 5px;
        font-size: 18px;
    }

    form {
        width: 100% !important;
    }

    .form-control-label label {
        font-size: 12px;
    }

    .btn-primary {
        width: 82% !important;
    }
}

div.pac-container {
    z-index: 99999999999 !important;
}

.modal-content .modal-header {
    border-radius: 30px 30px 0px 0px !important;
    background: #67a94a;
    color: white;
    padding: 25px !important;
}

.modal-content {
    border-radius: 30px !important;
    background: url("/assets/images/bg-login.png");

}

#address-map-container {
    width: 100%;
    height: 400px;
}

#address-map {
    width: 100%;
    height: 100%;
}
