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

body {
    overflow-x: hidden;
}

.select2-container .select2-choice {
    background-color: red !important;
}

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

.container-body {
    height: 100vh;
}

.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: 33%;
}

.form-control-label label {
    color: #33ad3e;
    font-weight: bolder;
    text-align: left;
    display: block !important;
    font-size: 18px;
    font-family: "Myriad_Pro_Bold";
}

form {
    width: 90% !important;
    font-family: "Myriad_Pro_Regular";
    font-size: 16px;
}

.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: 14px !important;
    display: block;
    width: 100% !important;
    height: calc(1.5em + 0.75rem + 20px);
    /* 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;*/
}

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

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

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

.iniciar_Sesion {
    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;
}

.registrarse {
    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%;
}

.recuerdame {
    display: inline-block;
    color: #737373;
    font-size: 14px;
}

.recuerdame-div {
    text-align: left;
}

.olvido {
    font-family: "Myriad_Pro_Bold";
    color: #33ad3e;
    font-size: 16px;
}

.olvido:hover {
    color: #737373;
}

.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%;
    }

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

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

.btn-wallmart {
    background-color: #0052e2 !important;
}

.btn-wallmart span {
    font-size: 14px;
}
