.login-container {
    margin-top: 7%;
}
img.logo.modif{
    height: 150px;
    margin-top: 10px;
}
.login-logo, .register-logo {
    font-size: 35px;
    text-align: center;
    margin-bottom: 0;
    font-weight: 300;
    margin-top: 50px;
}
.center{
    text-align: center;
}
.none-view-mobile{
    display: none;
        
}
.not-view{
}

.pos-restpass{
    margin-left: 33.667%;
}


/*================= Register Class===================== */
    .margin-row{
    margin-left : 0px;
}
   .pos-text-register{
    text-align: left;
    margin-top: 10px;
    margin-left: -14%;
    
}
.btn-test-register{ 
     color: #fff; padding: 12px 36px; font-weight: 600; border: none; position: relative; 
     font-family: 'Raleway', sans-serif; display: inline-block; text-transform: uppercase; 
     -webkit-border-radius: 90px; -moz-border-radius: 90px; border-radius: 90px; margin: 2px; 
     background-image: linear-gradient(to right, #09b3ef 0%, #1e50e2 51%, #09b3ef 100%); 
     background-size: 200% auto; flex: 1 1 auto; 
    }

@media only screen and (max-width:1000px){
    .login-logo {
        font-size: 35px;
        text-align: center;
        margin-bottom: 30px;
        font-weight: 300;
        margin-top: -30px;
    }
    img.logo.modif {
        height: 100px;
        margin-top: 40px;
    }
    .none-view-mobile{
            display: table;
    }
    .not-view{
     display : none;
    }
    .pos-logo-register{
     margin-bottom: 55px;
    }
  

}
/*================= Login Class ===================== */
@media (min-width:360px) and (max-width:600px){
   .pos-container{
     margin-top: 80px;
   }
   .align-center-login{
     text-align: center;
     width: 100%;
   }
   .pos-signup-and-forgot-margin-login{
     margin-top: -15px;
   }
   .btn-width-login{
     width: 100%;
     margin-right: 0px;
   }

}
/*================= Register Class ===================== */
@media (min-width:360px) and (max-width:999px){
   .pos-container{
     margin-top: 80px;
   }
   .align-center-regis{
     text-align: center;
     width: 100%;
   }
   .btn-width-regis{
    width: 105%;
    margin-top: 27px;
    margin-right: -17px;
    margin-left: 0px;
   }
}
/*================= Register Class ===================== */
@media (min-width:360px) and (max-width:600px){
   .pos-container{
     margin-top: 80px;
   }
   .align-center-forget{
     text-align: center;
     /*width: 100%;*/
   }
   .pos-signup-and-forgot-margin-forget{
     margin-top: -15px;
   }
   .btn-width-forget{
     margin-top: 20px;
   }
   .pos-text-register{
    text-align: center;
    margin-top: 65px;
    margin-left: 0%;
}

}