@import "main.css";

.btn {
    text-transform: uppercase !important;
}
.top-nav-collapse {
    background: #fff !important;
}
.slicknav_menu {
    background: #ffffff !important;
}
.slicknav_nav {
    background-color: #0e0202 !important;
}
.job-search-form .search-category-container .styled-select > select {
    border: 1px solid #ececec !important;
}
.my-resume .item h5 {
    font-size: 13px;
    color: #9a9a9a !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
}



   .cs-login-form-input{
       padding-left: 62px;
       position: relative;
   }

.cs-login-form-input-2{
    padding-left: 17px !important;
}

.cs-login-form-input:focus{
    box-shadow: inset 0 1px 2px rgba(0,0,0,.075), 0 0 5px rgba(128,189,255,.5);
}

.cs-custom-select{
    height: 41px;
    border: 1px solid #ececec;
}

.cs-custom-select:focus{
    border: 1px solid #00BCD4;
}

.cs-input-group-select{
    height: 100%;
    border: 1px solid #ececec;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.cs-input-group-select:focus{
    border: 1px solid #00BCD4;
    z-index: 1;
}

.cs-login-box{

    background-position: center center;
    background-size: cover;
    background-color: #002e2c;
    font-family: 'Chillax';
    color:#002e2c;
    line-height: 1.8;
    align-items: center;
    justify-content: center;
    height: 96%;
    width: 70%;
    margin: 20px;
}

.cs-login-page-header{
    padding: 20px 0px 20px;
}

.cs-logo-login{
    width: 11rem;
}

.cs-login-link{
    color: #ffffff !important;
}

.cs-login-link:hover{
    color: #00BCD4 !important;
}

.cs-login-title{
    font-family: 'Chillax';
}

.cs-bg-light-blue-1{
    background-color: #9ec3ee;
}

.cs-tipo-prefil-titulo{
    font-family: 'Chillax';
    font-size: 1.25rem !important
}


.cs-bg-micv-banner{
    background-image: url(../../assets/img/login/fondo.png) !important;
    background-position: center center;
    background-size: cover;
    background-color: #002e2c;
    font-family: 'Chillax';
    color:#002e2c;
    font-size: 1.4rem;
    line-height: 1.8;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    width: 100vw;
    margin: 0;
}

.cs-bg-dark-blue-0{
    background: #003D4B;
}

.cs-card-title{
    font-size: 1.09375rem;
    font-family: 'Chillax';
    font-weight: 500;
}

.cs-avatar {
    color: #fff;
    background-color: #adb5bd;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    border-radius: 50%;
}

.cs-avatar>img{
    border-radius: 50%;
}



.cs-tipo-prefil-titulo{
    font-family: 'Chillax';
    font-size: 1.25rem !important
}

.left_side{

    border-radius: 4rem;
    grid-column: 1;
    display: none;

    .cs-logo-login {
        height: 4rem;
        width: 21rem;
        margin-left: 1rem;
        margin-bottom: 1rem;
        content: url(../../assets/img/login/logo.png) !important;
    }

    h1{
        margin-top: 2rem;
        font-size: 2.7rem;
        max-width: 15rem;
        color: white;
        font-family: 'Chillax';
      	font-weight: 600;
    }

    .arrow{
        margin-top: 2rem;
        width: 3.7rem;
        margin-left: 1rem;
        content: url(../../assets/img/login/arrow2.png) !important;

    }

}

.right_side{
    grid-column: 2;
    border-radius: 3rem;
    background-color: #033130;
    padding-top: 1rem;
    position: relative;
    margin:0.1rem;
    color: #0c5460;

    h3{
        margin-top:2rem;
        margin-bottom: 2rem;
        text-align: center;
        color: white;
        font-size: 1rem;
        font-family: 'Chillax';
      	font-weight: 600;
    }



    form{
        display: block;
        text-align: center;

    }
    
    .form-links{
    font-family: 'Chillax';
    font-weight: 600;
  	}

    .form-group{
        position: relative;
        margin: 0 auto;
        color: white !important;
        text-align: center;
		font-family: 'Chillax';
   		font-weight: 600;

        img{
            position: absolute;
            display: block;
            bottom: .6rem;
            right: 1rem;
            width: 1.8rem;
            height: 1.8rem;
            left: 82%;
            top: 30%;
            transform: translateY(-50%);
        }

        .fa-solid {

            position: absolute;
            display: block;
            bottom: .6rem;
            right: 1rem;
            width: 1.8rem;
            height: 1.8rem;
            left: 80%;
            top: 60%;
            transform: translateY(-50%);

        }

        .arrow1{
            content: url(../../assets/img/login/arrow.png) !important;
        }
        
        .icon {
	      position: absolute;
	      display: block;
	      bottom: .6rem;
	      right: 1rem;
	      width: 1.8rem;
	      height: 1.8rem;
	      left: 80%;
	      top: 35%;
	      transform: translateY(-20%);
	      cursor: pointer;
	    }
    }

    .form-control{
        height: 3.5rem;
        width: 90%;
        text-align: left;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 1.5rem;
        color: #FFFFFF;
        border: 2px solid transparent;
        background: #a8989865;
        border-radius: 4rem;
        padding-left: 2rem;
        font-size: 18px;
        padding-right: 2rem;
        transition: 0.3s;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
    }

    .form-control:hover, .form-control:focus {
        background: transparent;
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-color: rgba(255, 255, 255, 0.4);
    }

    .btn.btn-primary {
        background: white;
        color: #000 !important;
        cursor: pointer;
        text-align: left;
        text-transform: unset !important;
        &:hover {
            background-color: greenyellow;
        }
    }

}

@media (min-width: 768px) {
    .left_side {
        display: inline;
    }
    .separador1{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        height: 90vh;
        width: 90vw;
        margin-left: 40px;
        margin-right: 60px;

    }
}

.separador1 {
    height: 40rem;
}

.contenedor {
    width: 100%;
    max-width: 87rem;
    margin: 0 auto;
    height: 30%;
}

.cont_22 {
    margin: 2.6rem;

}

.cs-login-box{

    .form-group{
        padding-top: 4px;
        margin: 1px;


    }

    .btn{
        margin-top: 5px;
    }
}


.section-padding{

    .cs-login-box{

        width:20rem;
    }
}

.iconvisible {
  position: absolute;
  display: block;
  bottom: .6rem;
  right: 1rem;
  width: 1.3rem;
  height: 1.3rem;
  left: 87%;
  top: 30%;
  transform: translateY(-20%);
  cursor: pointer;
}
