/* @import url('https://fonts.googleapis.com/css?family=Montserrat:400,800'); */

/* * {
    box-sizing: border-box;
} */

.img-popup-wrapLogin{
	border-radius: 4px;
	background: #fff;
	max-width: 764px;
	max-height: 480px;
	position: relative;
	top: 5%;
	margin: 20px auto;
    padding: 0px;
    z-index: 10001;
}

.body-center{
    /* font-family: 'Montserrat', sans-serif;
    background: #f6f5f7; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* height: 100vh;
    margin: -20px 0 50px; */
    margin: 50px 50px;
}

.body-center0 {
    font-family: 'Montserrat', sans-serif;
    /* background: #f6f5f7; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* height: 100vh; */
    /* margin: -20px 0 50px; */
}

.h10 {
    font-weight: bold;
    margin: 0;
    /* font-size: 15px; */
}

.p0 {
    font-size: 14px;
    font-weight: 100;
    line-height: 20px;
    letter-spacing: .5px;
    margin: 20px 0 30px;
}

.containers span {
    font-size: 12px;
}

.alink {
    color: #333;
    font-size: 14px;
    text-decoration: none;
    margin: 15px 0;
}

.containers {
    background: #f6f5f7;
    border-radius: 10px;
    box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22);
    position: relative;
    overflow: hidden;
    width: 768px;
    max-width: 100%;
    min-height: 480px;
}

.sign-in-container form {
    background: #f6f5f7;
    display: flex;
    flex-direction: column;
    padding: 0 50px;
    height: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.sign-up-container form {
    background: #f6f5f7;
    display: flex;
    flex-direction: column;
    padding: 0 50px;
    height: 100%;
    justify-content: center;
    /* align-items: center; */
    /* text-align: center; */
    font-size: small;
}
/* .social-container {
    margin: 20px 0;
} */
.sign-in-container .social-container {
    margin: 20px 0;
}

.sign-in-container .social-container a {
    border: 1px solid #ddd;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0 5px;
    height: 40px;
    width: 40px;
}

.form-container input {
    background: rgb(238, 238, 238);
    border: none;
    padding: 12px 15px;
    margin: 8px 0;
    width: 100%;
    border-radius: 20px;
    outline: none;
}
.containers input:hover {
    outline: none;
}
.containers .input-group span{
    border-radius: 30px;
    padding: 0px 3px !important;
}
.containers .input-group-text{
    margin-top: 9px;
    border: none;
}

.redbutton {
    border-radius: 20px;
    border: 1px solid #ff4b2b;
    background: #ff4b2b;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 12px 45px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: transform 80ms ease-in;
}

.containers button:active {
    transform: scale(.95);
}

.containers button:focus {
    outline: none;
}

.containers button.ghost {
    background: transparent;
    border-color: #fff;
}

.blacButton {
    border-radius: 20px;
    border: 1px solid #423838;
    background: #423838;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 12px 45px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: transform 80ms ease-in;
}

.form-container {
    position: absolute;
    top: 0;
    height: 100%;
    transition: all .6s ease-in-out;
}

.sign-in-container {
    left: 0;
    width: 50%;
    z-index: 2;
}

.sign-up-container {
    left: 0;
    width: 50%;
    z-index: 1;
    opacity: 0;
}

.overlay-container {
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%;
    overflow: hidden;
    transition: transform .6s ease-in-out;
    z-index: 100;
}

.overlay {
    /* background: #ff416c;
    background: #423838 no-repeat 0 0 / cover; */
    color: #fff;
    position: relative;
    left: -100%;
    height: 100%;
    width: 200%;
    transform: translateY(0);
    transition: transform .6s ease-in-out;
}

.overlay-left {
    background: #ff4b2b;
    position: absolute;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 40px;
    height: 100%;
    width: 50%;
    text-align: center;
    transform: translateY(0);
    transition: transform .6s ease-in-out;
}

.overlay-right {
     background: #423838 no-repeat 0 0 / cover;
    position: absolute;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 40px;
    height: 100%;
    width: 50%;
    text-align: center;
    transform: translateY(0);
    transition: transform .6s ease-in-out;
}

.overlay-right {
    right: 0;
    transform: translateY(0);
}

.overlay-left {
    transform: translateY(-20%);
}

/* Move signin to right */
.containers.right-panel-active .sign-in-container {
    transform: translateY(100%);
}

/* Move overlay to left */
.containers.right-panel-active .overlay-container {
    transform: translateX(-100%);
}

/* Bring signup over signin */
.containers.right-panel-active .sign-up-container {
    transform: translateX(100%);
    opacity: 1;
    z-index: 5;
}

/* Move overlay back to right */
.containers.right-panel-active .overlay {
    transform: translateX(50%);
}

/* Bring back the text to center */
.containers.right-panel-active .overlay-left {
    transform: translateY(0);
}

/* Same effect for right */
.containers.right-panel-active .overlay-right {
    transform: translateY(20%);
}
