body {
    font-family: "Roboto", sans-serif;
    color: #4a4a4a;
    background: #ffffff;
    font-size: 16px;
}

.comman-from-style {
    display: flex;
    flex: 1 1 auto;
    width: 100%;
    max-width: 100%;
    min-width: 0;
}

.bg-gray {
    background-color: #f1f5f9;
}

.content-container {
    position: relative;
    display: flex;
    flex: 1 1 auto;
    align-items: center;
    justify-content: center;
    order: 2;
    overflow: hidden;
    background: #5145cd;
    color: #fff;
    height: 100vh;
}

.title-content {
    position: relative;
    display: flex;
    flex-direction: column;
    max-width: 480px;
    width: 100%;
    margin: 64px;
}

.title-content  {
    display: flex;
    flex-direction: column;
}

.title-content span {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
}

.title-content p {
    margin-top: 12px;
    font-size: 15px;
    opacity: .7;
    color: #fff;
}


.btn-outline-white {
    width: 160px;
    margin-top: 40px;
    border: solid 1px #cfd8e3;
    color: #cfd8e3;
    white-space: nowrap;
    text-decoration: none;
    vertical-align: baseline;
    text-align: center;
    border-radius: 4px;
    height: 40px;
    min-height: 40px;
    max-height: 40px;
    line-height: 1!important;
}

.btn-outline-white:hover,
.btn-outline-white:focus {
    background: rgba(207, 216, 227, 0.1);
    color: #cfd8e3; 
}

.btn-white {
    width: 160px;
    margin-top: 40px;
    border: solid 1px #fff;
    background: #ffffff;
    color: rgba(231, 37, 37, 0.90);
    white-space: nowrap;
    text-decoration: none;
    vertical-align: baseline;
    text-align: center;
    border-radius: 4px;
    height: 40px;
    min-height: 40px;
    max-height: 40px;
    line-height: 1!important;
}

.btn-white:hover,
.btn-white:focus {
   color: rgba(231, 37, 37, 0.90);
   background: rgba(255, 255, 255, 0.88);
}

.screen-order-change {
    order: 1;
}

.screen-order-change .form-container {
    order: 2;
}

.form-container {
    width: 45%;
    display: flex;
    flex-direction: column;
    padding: 48px;
    order: 1;
}

.plush-from{
    width: 100%;
    min-width: 310px;
    max-width: 310px;
    margin: auto auto auto 32px;
}

.plush-from-signup{
    max-width: 490px;
}


.plush-from-left {
    margin: auto 32px auto auto;
}

.form-container .logo {
    /*width: 150px;*/
}

.form-container .logo img {
    max-width: 100%;
}

.form-container h2 {
    margin: 32px 0 0;
    font-size: 30px;
    font-weight: 800;
    letter-spacing: -.022em;
    line-height: 1.25;
    color: #27303f;
}

.form-container p {
    display: flex;
    align-items: baseline;
    margin-top: 2px;
    font-weight: 500;
    font-size: 14px;

}

.form-container p a {
    margin-left: 4px;
    color: #5850ec;
}

.form-container .login-btn {
    background-color: #E72525;
    color: #f0f5ff;
    height: 48px;
    min-height: 48px;
    max-height: 48px;
    width: 100%;
    margin-top: 30px;
    text-align: center;
    box-sizing: border-box;
    position: relative;
}

.form-container .login-btn:hover,
.form-container .login-btn:focus {
    background-color: rgba(231, 37, 37, 0.90);
}

.form-container label {
    color: #27303f;
    font-weight: 500;
    font-size: 14px;
}

textarea.form-control, select.form-control, .dataTables_length select, input[type="text"], input[type="file"], 
input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], 
input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], 
input[type="search"], input[type="tel"], input[type="color"], .uneditable-input, input[type="color"] {
	border: 1px solid #cfd8e3 !important;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,.05) !important;
	min-height: 48px !important;
}

textarea.form-control:focus, select.form-control:focus, .dataTables_length select:focus, 
input[type="text"]:focus, input[type="file"]:focus, input[type="password"]:focus, 
input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, 
input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, 
input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, 
input[type="search"]:focus, input[type="tel"]:focus, 
input[type="color"]:focus, .uneditable-input:focus, input[type="color"]:focus  {
	border: 1px solid #5850ec !important;
	box-shadow: none !important;
    outline: 0 none !important;
}


.field-footer {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin: 6px 0 12px;
}

.social-login {
    display: flex;
    flex-direction: column;
}

.social-separator {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1 1 auto;
    margin: 32px 0;
    font-size: 14px;
    color: #64748b;
}

.social-separator::before,
.social-separator::after {
    content: "";
    display: flex;
    flex: 1 1 auto;
    height: 1px;
    background: #e2e8f0;
}

.social-separator::before {
    margin-right: 8px;
}

.social-separator::after {
    margin-left: 8px;
}

.button-row {
    display: flex;
    align-items: center;
}

.button-row img {
    width: 18px;
    margin-right: 8px;
}

.button-row .social-btn {
    flex: 1 1 auto;
    margin-right: 8px;
    border: solid 1px #cfd8e3;
    border-radius: 4px;
    height: 48px;
    min-height: 48px;
    max-height: 48px;
    white-space: nowrap;
    text-decoration: none;
    vertical-align: baseline;
    text-align: center;
    padding: 0 15px;
    display: inline-flex!important;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 50%;
}

.button-row .social-btn:hover,
.button-row .social-btn:focus {
    background-color:rgba(207, 216, 227, 0.22);
  }


  .sign-in-page .content-container,
  .forgot-password .content-container {
    background: url('../images/Log-In-screen-3.png') no-repeat 5% 50%;
    background-size: cover;
}

.sign-in-page,
.forgot-password {
    position: relative;
}

.sign-in-page .title-content,
.forgot-password .title-content {
    margin: 160px;
}   


.sign-up-page .content-container {
    background: url('../images/Log-In-screen-1.jpg') no-repeat 100% 100%;
    background-size: cover;
}

.sign-up-page .plush-from{
    margin: auto;
}

.sign-up-page .title-content {
    position: relative;
}

.sign-up-page .title-content img {
    position: absolute;
    top: -84px;
    width: 130px;
    right: calc(100% - 80%);
}

.forgot-password {
    height: 100vh;
}

/* .forgot-password .content-container {
    background: url('../images/forgot-password-banner.png') no-repeat 100% 100%;
    background-size: cover;
    height: 600px;
    margin: auto;
} */
.forgot-password .content-container{
    background: url(../images/Log-In-screen-3.png) no-repeat 5% 50%;
    background-size: cover;
}

.reset-password {
    height: 100vh;
}

.reset-password .content-container {
    background: url('../images/reset-password-banner.png') no-repeat -1% 100%;
    background-size: cover;
    height: 600px;
    margin: auto;
}

/* RESPONSIVE */
@media (max-width: 991px){
    .comman-from-style {
        justify-content: center;
        padding: 15px;
        box-sizing: border-box;
    }

    .content-container {
     display: none;
    }


    

    .sign-up-page::after {
        background: url('../images/Log-In-screen-3.png') 5% 50% no-repeat;
        background-size: cover;
        content: '';
        width: 300px;
        height: 300px;
        position: absolute;
        top: -20px;
        right: 0;
    }

    .sign-up-page .form-container {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: 9;
    }

    .sign-in-page::after,
    .forgot-password::after {
        background: url('../images/Log-In-screen-3.png') 5% 50% no-repeat;
        background-size: cover;
        content: '';
        width: 300px;
        height: 300px;
        position: absolute;
        top: -20px;
        right: 0;
    }

    .sign-in-page  .form-container,
    .forgot-password .form-container {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: 9;
    }

    .form-container {
        width: auto;
        padding: 20px;
    }

    .plush-from {
        margin: 0px auto;
    }
}


@media (max-width: 767px){
    .form-container {
        margin-top: 160px;
    }
    
}

@media (max-width: 599px){
    .plush-from {
        min-width: 290px;
        max-width: 290px;
    }

    .form-container {
        width: auto;
        padding: 10px;
    }
   
}
small {
    font-size: 100%;
}
.mt-4{
    margin-top: 16px!important;
}