@charset "utf-8";
/* CSS Document */
body{ font-family: 'Raleway', sans-serif; }



/* LOGIN PAGE*/


.login-container{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    background-size: cover;
    height: 100vh;
    padding: 15px;
}

.card{
    min-height: 370px;
    margin-bottom: 30px;
    width: 500px;
    background-color: rgba(0,0,0,0.5) !important;
}

* {
    box-sizing: border-box;
}

.logincontainer h1 {
    font-weight: bold;
    margin: 0;
}

.logincontainer h2 {
    text-align: center;
}



.logincontainer span {
    font-size: 20px; font-weight: 600; color: #777;
}
.logincontainer h4 {
    font-size: 16px; font-weight: normal; color: #777;
}
.f-password{
    padding-top: 15px; padding-bottom: 15px;
}
.f-password a { 
    color: red;
    font-size: 14px;
    text-decoration: none;
    margin: 15px 0;
 }
 .f-password a:hover { 
    color:#6f6f6f;
  
 }
 .btn-space{ padding-top: 15px; }

.logincontainer button {
    border-radius: 20px;
    border: 1px solid #1DA1DB;
    background-color: #1DA1DB;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    padding: 12px 45px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: transform 80ms ease-in;
}
.logincontainer button:hover {
  
    border: 1px solid #95C234;
    background-color: #95C234;

}

.logincontainer button:active {
    transform: scale(0.95);
}

.logincontainer button:focus {
    outline: none;
}

.logincontainer button.ghost {
    background-color: transparent;
    border-color: #FFFFFF;
}

.logincontainer form {
    background-color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 50px;
    height: 100%;
    text-align: center;
}

.logincontainer input {
    background-color: #eee;
    border: none;
    padding: 8px 10px;
    margin: 8px 0;
    width: 100%;
}

.logincontainer select {
    background-color: #eee;
    border: none;
    padding: 8px 10px;
    margin: 8px 0;
    width: 100%;
}

.logincontainer {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 
            0 10px 10px rgba(0,0,0,0.22);
    position: relative;
    overflow: hidden;
    width: 768px;
    max-width: 100%;
    min-height: 750px;
}

.form-container {
    position: absolute;
    top: 0;
    height: 100%;
    transition: all 0.6s ease-in-out;
}

.sign-in-container {
    left: 0;
    width: 50%;
    z-index: 2;
}

.logincontainer.right-panel-active .sign-in-container {
    transform: translateX(100%);
}

.sign-up-container {
    left: 0;
    width: 50%;
    opacity: 0;
    z-index: 1;
}

.logincontainer.right-panel-active .sign-up-container {
    transform: translateX(100%);
    opacity: 1;
    z-index: 5;
    animation: show 0.6s;
}

@keyframes show {
    0%, 49.99% {
        opacity: 0;
        z-index: 1;
    }
    
    50%, 100% {
        opacity: 1;
        z-index: 5;
    }
}

.overlay-container {
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%;
    overflow: hidden;
    transition: transform 0.6s ease-in-out;
    z-index: 100;
}

.logincontainer.right-panel-active .overlay-container{
    transform: translateX(-100%);
}

.overlay {
    background: #FF416C;
    background: -webkit-linear-gradient(to right, #1da1db, #1da1db);
    background: linear-gradient(to right, #1da1db, #1da1db);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
    color: #FFFFFF;
    position: relative;
    left: -100%;
    height: 100%;
    width: 200%;
    transform: translateX(0);
    transition: transform 0.6s ease-in-out;
}

.logincontainer.right-panel-active .overlay {
    transform: translateX(50%);
}

.overlay-panel {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 40px;
    text-align: center;
    top: 0;
    height: 100%;
    width: 50%;
    transform: translateX(0);
    transition: transform 0.6s ease-in-out;
}

.overlay-left {
    transform: translateX(-20%);
}

.logincontainer.right-panel-active .overlay-left {
    transform: translateX(0);
}

.overlay-right {
    right: 0;
    transform: translateX(0);

}

.logincontainer.right-panel-active .overlay-right {
    transform: translateX(20%);
}

.social-container {
    margin: 20px 0;
}



.login-img img{ width: 230px; }


.ajent-footer p{ font-size: 14px; color: #777; }
.ajent-footer a{ font-size: 14px; color: #1da1db; }

.logincontainer input {
    background-color: #eee;
    border: none;
    padding: 8px 10px;
    margin: 8px 0;
    width: 100%;
    border-radius: 10px;
}

.logincontainer select {
    background-color: #eee;
    border: none;
    padding: 8px 10px;
    margin: 8px 0;
    width: 100%;
    border-radius: 10px;
}






@media screen  and (max-width:1199px) {

.logincontainer input {
    background-color: #eee;
    border: none;
    padding: 8px 10px;
    margin: 8px 0;
    width: 100%;
    border-radius: 10px;
}
.logincontainer select {
    background-color: #eee;
    border: none;
    padding: 8px 10px;
    margin: 8px 0;
    width: 100%;
    border-radius: 10px;
}
}

@media screen  and (max-width:991px) {

.register .nav-tabs {
    margin-top: 3%;
    border: none;
    background: #0062cc;
    border-radius: 1.5rem;
    width: 40%;
    float: right;
}
.register .form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 12px;
}
.logincontainer input {
    background-color: #eee;
    border: none;
    padding: 8px 10px;
    margin: 8px 0;
    width: 100%;
    border-radius: 10px;
}
.logincontainer select {
    background-color: #eee;
    border: none;
    padding: 8px 10px;
    margin: 8px 0;
    width: 100%;
    border-radius: 10px;
}
    }
@media screen  and (max-width:767px) {

.register-left img {
    margin-top: 4%;
    margin-bottom: 0%;
    width: 52%;
    -webkit-animation: mover 2s infinite alternate;
    animation: mover 1s infinite alternate;
}
.register-left input {

    margin-top: 6%;

}
.register .nav-tabs {
    margin-top: 3%;

    width: 41%;

}
.register-heading {
    text-align: center;
    margin-top: 15%;
    margin-bottom: -15%;
    color: #495057;
}
.logincontainer form {
    background-color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0px 15px;
    height: 100%;
    text-align: center;
}
.logincontainer input {
    background-color: #eee;
    border: none;
    padding: 8px 10px;
    margin: 8px 0;
    width: 100%;
    border-radius: 10px;
}
.logincontainer select {
    background-color: #eee;
    border: none;
    padding: 8px 10px;
    margin: 8px 0;
    width: 100%;
    border-radius: 10px;
}
    }













@media screen  and (max-width:499px) {

.register-left img {
    margin-top: 6%;
    margin-bottom: 0%;
    width: 56%;
    -webkit-animation: mover 2s infinite alternate;
    animation: mover 1s infinite alternate;
}
.register-left input {
   
    margin-top: 6%;

}
.register .nav-tabs {
    margin-top: 5%;
    border: none;
    background: #0062cc;
    border-radius: 1.5rem;
    width: 68%;
    float: right;
}
.register-heading img {
    margin-top: 15px; width: 110px;
}

.logincontainer {
    min-height: 540px;
}

.logincontainer input {
    background-color: #eee;
    border: none;
    padding: 5px 5px;
    margin: 8px 0;
    width: 100%;
    border-radius: 4px;
    font-size: 10px;
}
.logincontainer select {
    background-color: #eee;
    border: none;
    padding: 5px 5px;
    margin: 8px 0;
    width: 100%;
    border-radius: 4px;
    font-size: 10px;
}
.logincontainer form {
    background-color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0px 10px;
    height: 100%;
    text-align: center;
}
.logincontainer button {
    border-radius: 20px;
    border: 1px solid #1DA1DB;
    background-color: #1DA1DB;
    color: #FFFFFF;
    font-size: 8px;
    font-weight: bold;
    padding: 5px 25px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: transform 80ms ease-in;
}
.overlay-panel p{ font-size: 10px; }
.login-img img {
    width: 190px;
}
.logincontainer span {
    font-size: 10px;

}
.logincontainer h4 {
    font-size: 10px;

}
.f-password {
    padding-top: 0px;
    padding-bottom: 5px;
}
.f-password a {

    font-size: 10px;
 
}
.ajent-footer p {
    font-size: 10px;
   
}
.ajent-footer a {
    font-size: 10px;
    color: #1da1db;
}
.logincontainer h1 {
    font-weight: bold;
    margin: 0;
    font-size: 16px;
}
.sign-in-container {
    left: 0;
    width: 70%;
    z-index: 2;
}
.overlay-container {
    position: absolute;
    top: 0;
    left: 70%;
    width: 30%;
    height: 100%;
    overflow: hidden;
    transition: transform 0.6s ease-in-out;
    z-index: 100;
}
.logincontainer.right-panel-active .sign-up-container {
    transform: translateX(43%);
    opacity: 1;
    z-index: 5;
    animation: show 0.6s;
    width: 70%;
}
.logincontainer.right-panel-active .overlay-container {
    transform: translateX(-234%);
}
}
