body {
    font-family: "Lato", sans-serif;
    margin:0px;
    padding:0px;
/*    background-image:url('../images/bg.png');
    background-repeat:no-repeat;
    background-size:cover;*/
    background:#fff;
}

/*.bg-login
{background-image:url('../images/bg-login.jpg');
    background-repeat:no-repeat;
    background-size:cover;}*/
/*
.bg-employer-signup
{background-image:url('../images/bg.png');
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;}*/

a{color:#0090a3;}

.login-form
{position:absolute;
background:#fff;
right:0;
/*padding:2% 5%;*/
padding:0 5%;
height:100%;}

.sign-up
{position:inherit;
height:auto;}

.title-header
{
margin-bottom:5%;
}

.form-control{border: none;
    border-bottom: 1px solid #dcdcdc;
    border-radius: 0;
    padding: 0;
    font-weight: 600;}

.label-txt{font-weight: 800;
    color: #182131;
    font-size: 17px;}


.form-control::-webkit-input-placeholder { /* Edge */
  color:#6c737b;
  font-weight:600;
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:#6c737b;
   font-weight:600;
}

.form-control::placeholder {
  color:#6c737b;
   font-weight:600;
  
}

.width-100
{float:left; width:100%;}

.btn-login{
        background-color:#0090a3;
    border-color:#0090a3;
        padding:.45rem 2rem;
    font-size: .8rem;
        line-height: 1.5;
}

.btn-login:hover
{color:#fff;}

.btn-rounded {
    border-radius: 2em;
}

.header-btn
{margin-top:3%;}

.label-txt-check
{line-height:12px;
cursor:pointer;}

.label-txt-check input[type="checkbox"]
{float:left; margin-right:5px;}

.sign-up .form-control
{
    border:1px solid #dcdcdc;
    border-radius:5px;
    padding:10px;
    min-height:42px;
}

.title-header h5
{
    color:#777;
    line-height:28px;
    font-weight:700;
}

.title-header h5 strong
{color:#313a46; font-weight:800;} 

.operative-map{margin-bottom:5%;}

.operative-map h5
{    color: #777;
    line-height: 28px;
    font-weight: 700;}

.operative-map h5 img{margin-right:5px;}

.p-r-5{padding-right:5px;}


.back{float:left;
width:100%;
padding:20px 0 20px 0;
color:#000;
font-weight:600;
text-transform:uppercase;}

.back:hover
{color:#313a46;}

.back img
{float:left; margin-right:10px;
width: 22px;}

.remember-check
{float:left;}


.logo-right
{text-align: right;
/*margin: 5% 0 10%;*/
margin:3rem 0 1rem 0;
float:left;
width:100%;}

.pt-17
{margin-top:19rem;}

.logo-left
{text-align:left;
margin:2% 0 4%;}


.img-cover
{float: left;
    width: 100%;
 height: 100vh;
/* height:100%;*/
    object-fit: cover;}


.border-radius-0
{border-radius:0px;}

.heg-100
{height:100%;}


/*10-AUG*/

.sign-up form h3
{background: #4090a3;
padding:10px;
font-weight:700;
color:#fff;
}

.sign-up form h5
{border-bottom: 1px solid #eee;
padding-bottom: 10px;
margin-bottom: 15px;}

/*07-SEP*/

.text-link-sign
{
        float: left;
    width: 100%;
    margin: 0;
    margin-bottom: 15px;
    padding-bottom:0px;
    font-size:17px;
}

.text-link-sign a
{text-decoration: underline;
font-weight:600;}

img.login-img-cover
{min-height:725px;
max-height: 100vh;}


.title-header h1
{
    font-size:26px;
}

.pd-150{padding-top:150px;}



.label-txt span.required
{color:red;}

.upload-cv-group
{position:relative;}

.upload-cv-group .required
{    top:0px;
    position: absolute;
    z-index: 1;
    left:3px;
    color: red;
    font-size:18px;
    font-weight: 700;}
	
.upload-cv-group.cvsignup .required{ position:inherit;}


.sign-up .form-group input[type="file"].form-control
{max-width:100%;
    white-space:normal;
}

#partitioned {
 padding-left: 10px;
    letter-spacing: 55px;
    border: 0;
    background-image: linear-gradient(to left, black 70%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-size: 68px 2px;
    background-repeat: repeat-x;
    background-position-x: 40px;
    width: 430px;
    min-width: 430px;
    font-size: 20px;
}

#divInner{
  left: 0;
  position: sticky;
}

#divOuter{
  width:400px; 
  overflow: hidden;
}


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

{
    body img.img-cover
    {display:none;}
    .login-form{height:auto;}
    .order-md-12
    {
        order:1;
    }

     .order-md-1
     {order:12;}


}

@media only screen and (max-width:575px)
{
    .bg-employer-signup .order-md-12
    {
        order:inherit;
    }
	
	
#divOuter
{    width: 285px;
    overflow: hidden;}

#partitioned
{padding-left:14px; letter-spacing:40px; background-size:50px 2px;
    width: 330px;
    min-width: 330px;
    font-size: 18px;}
	
}


.mt-rem-6{margin:6rem 0 0;}


@media screen and (min-width:0\0) {  
    /* IE9 and IE10 rule sets go here */  
	
	
#partitioned {
    padding-left: 10px;
    letter-spacing: 49px;
    border: 0;
    background-image: linear-gradient(to left, black 60%, rgba(255, 255, 255, 0) 25%);
    background-position: bottom;
    background-size: 61px 2px;
    background-repeat: repeat-x;
    background-position-x: 35px;
    width: 425px;
    min-width: 425px;
    font-size: 20px;
}

#divOuter {
    width: 380px;
    overflow: hidden;
	position:relative;
}

#divOuter:after
{
position:absolute;
width:20px;
height:62px;
content:'';
background:#fff;
right:0px;
top:0px;
}

}

@supports (-ms-ime-align: auto) {

#divOuter {
    width: 100%;
    overflow: hidden;
	position:relative;
}

#partitioned {
 width: 100%!important;
    min-width: 100%!important;
    font-size: 22px!important;
	letter-spacing:35px!important;
border-bottom:1px solid #dcdcdc!important;
background-image:none;
background:none;
 }

}
