.login-block {
    background: #fff;
    padding: 20px 0 40px;
    height: 100%;
}
.login-block .carousel-inner {
    border-radius: 0 15px 15px 0;
    position: relative;
    width: 100%;
    overflow: hidden;
}
.banner-text {
    background: rgba(243, 79, 63, .7);
    padding: 10px 15px;
    border-radius: 10px;
    margin: 0 20px 20px;
    transform: scale(1);
    transition: 1s;
    color: #fff;
}
.banner-text h2 {
    color: #fff;
    font-weight: bold;
    padding-bottom: 10px;
}
.banner-text p { color: #fff !important; }
.banner-text p:last-child { display: none; }
.login-sec .copy-text p:first-child { display: none; }
.login-sec {
    background: #f1f7ed;
    padding: 40px 30px;
    position: relative;
    border-radius: 15px 0 0 15px;
    border-right: 1px solid #fff;
}
.login-sec .copy-text {
    position: absolute;
    width: 100%;
    bottom: 10px;
    font-size: 12px;
    left: 0;
    right: 0;
    text-align: center;
    color: #333;
}
.login-sec .copy-text p { margin: 0; }
.login-sec .copy-text i { color: #cc9933; }
.login-sec .copy-text a {
    font-weight: 600;
    text-transform: capitalize;
    text-decoration: underline;
}
.login-sec .copy-text a:hover { text-decoration: none; }
.login-sec h1 {
    font-size: 24px;
    line-height: 1.2;
    color: #333;
    margin-top: 0 !important;
    margin-bottom: 25px !important;
}
.login-sec h1 span {
    display: block;
    font-weight: bold;
    font-size: 30px;
}
.login-sec h2 {
    font-size: 24px;
    line-height: 1.2;
    color: #333;
    margin-top: 0 !important;
    margin-bottom: 25px !important;
}
.login-sec h2 span {
    display: block;
    font-weight: bold;
    font-size: 30px;
}
#contact_form { display: block !important; }
#contact_form .form-check {
    text-align: right;
    margin-bottom: 50px;
}
#contact_form .btn-login {
    background: #000;
    color: #fff;
    font-weight: 600 !important;
    padding: 0.5rem 3.5rem !important;
    cursor: pointer;
}
#contact_form .btn-login:hover { background: #f34f3f; }
#contact_form .btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.login-block .login-form .form-group { position: relative; }
.login-block #contact_form .form-control {
    padding: .375rem .75rem !important;
    line-height: 1.8;
    border: 1px solid #31aab9;
    border-radius: 0;
    padding-left: 40px !important;
    width: 100%;
}
.login-block .login-form .form-control:focus {
    background-color: #fff;
    outline: 0;
    color: #000;
}
.login-block .login-form i {
    position: absolute;
    left: 14px;
    top: 21px;
    font-size: 18px;
    color: #A9A9A9;
}
.login-block .login-form .form-control:focus+i { color: #333; }
.login-block .login-form .form-control::-webkit-input-placeholder { color: #a9a9a9 !important; font-size: 15px; }
.login-block .login-form .form-control:-moz-placeholder { color: #a9a9a9 !important; font-size: 15px; }
.login-block .login-form .form-control::-moz-placeholder { color: #a9a9a9 !important; font-size: 15px; }
.login-block .login-form .form-control:-ms-input-placeholder { color: #a9a9a9 !important; font-size: 15px; }
.banner-sec { padding-left: 1px; }
.row {
    display: flex;
    flex-wrap: wrap;
}
.row.login-box {
    background: #fff;
    border-radius: 20px;
    margin: 0 auto;
    box-shadow: 0 0 15px rgba(0,0,0,.1);
    background: url(https://flower-connection.b-cdn.net/v4/images/login-banner.jpg) top right no-repeat;
    background-size: auto;
    position: relative;
}
.col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 380px;
}
.col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 759px;
    padding: 0;
    z-index: 999;
    align-self: end;
}
.mobView { display: none; }

/* Customer satisfaction / reviews overrides */
.row.login-box {
    background-color: rgba(0,0,0,.3);
    background-blend-mode: soft-light;
}
.login-block .carousel-inner {
    display: grid;
    flex-direction: column;
    justify-content: flex-start;
}
.banner-text { margin: 0 20px 40px; }
.banner-text h2 { padding-bottom: 0; }
.banner-text:hover { background: #fff; }
.banner-text:hover h2 a { color: #333; }
.banner-text h2 a { color: #fff; text-decoration: none; font-size: 16px; }
.banner-text h2 a:hover { text-decoration: none; color: #333; }

@media screen and (max-width: 1024px) {
    .login-block { padding-left: 10px; padding-right: 10px; }
    .col-md-8.banner-sec { flex: 0 0 60%; }
}
@media screen and (max-width: 768px) {
    .login-block { padding-left: 10px; padding-right: 10px; }
    .col-md-8.banner-sec { flex: 0 0 58%; align-self: center; }
	.login-sec h1 { padding: 10px; }
    .login-sec h2 { padding: 10px; }
    #contact_form { padding: 0 10px; }
    #contact_form .btn { margin-bottom: 20px; }
    .login-block { position: relative; z-index: 1; }
}
@media screen and (max-width: 767px) {
    .mobView { display: block; }
    .deskView { display: none; }
    .row.login-box { background: none; }
    .col-md-8.banner-sec { flex: auto; width: 100%; max-width: 100%; }
    .login-block .carousel-inner { border-radius: 0; }
    .banner-text { background: rgba(243,79,63,1); border-radius: 15px 15px 0 0; margin: 0; padding: 10px 20px; }
    .col-md-4.login-sec { flex: auto; width: 100%; max-width: 100%; border-radius: 0 0 15px 15px; border: 0; padding: 30px 20px 40px; }
    #contact_form .form-check { text-align: center; margin-bottom: 20px; }
}
