﻿
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,800');


button {
    border-radius: 20px;
    border: 1px solid #53aad2;
    background-color: #ffffff;
    color: #53aad2;
    font-size: 12px;
    font-weight: bold;
    padding: 12px 45px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: transform 80ms ease-in;
    display: block;
    margin: auto;
}

    button:active {
        transform: scale(0.95);
    }

    button:focus {
        outline: none;
    }

    button.ghost {
        background-color: transparent;
        border-color: #FFFFFF;
    }

form {
    background-color: #FFFFFF;
    padding: 0px 40px;
    height: 100%;
}

input {
    width: 100%;
    min-height: 50px;
    box-shadow: none;
    border: 1px solid #e7e7e7;
    padding: 10px 15px;
    color: #111;
}

.login-register-box {
    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: 85%;
    height: 600px;
    margin: auto;
}



    .login-register-box.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;
}

.login-register-box.right-panel-active .overlay-container {
    transform: translateX(-100%);
}

.overlay {
    background: #53aad2;
    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;
}

.login-register-box.right-panel-active .overlay {
    transform: translateX(50%);
}





.login-register-box.right-panel-active .overlay-left {
    transform: translateX(0);
}

.overlay-right {
    right: 0;
    transform: translateX(0);
    margin: 20px 0;
    background: url('/assets/images/vector.png');
}

.overlay-left {
    margin: 20px 0;
    background: url('/assets/images/vector.png');
}

.login-register-box.right-panel-active .overlay-right {
    transform: translateX(20%);
}

.social-button {
    margin: 20px 0;
}

    .social-button a {
        border: 1px solid #DDDDDD;
        border-radius: 50%;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        margin: 0 5px;
        height: 40px;
        width: 40px;
    }

footer {
    background-color: #222;
    color: #fff;
    font-size: 14px;
    bottom: 0;
    position: fixed;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 999;
}

    footer p {
        margin: 10px 0;
    }

    footer i {
        color: red;
    }

    footer a {
        color: #3c97bf;
        text-decoration: none;
    }

.header_box_text h1 {
    margin-bottom: 15px;
    font-size: 30px;
    font-weight: 700;
    color: #14133b;
}

.header_box_text {
    padding: 50px 0px 0 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.header_img img {
    width: 34%;
    float: right;
}

.form-container .form-group {
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
}

    /*    .form-container .form-group i {
        position: absolute;
        z-index: 1;
        right: 19px;
        bottom: 18px;
        font-size: 14px;
        color: #a1a1a1;
    }*/
    .form-container .form-group i {
        position: relative;
        z-index: 1;
        right: 19px;
        bottom: 18px;
        font-size: 14px;
        color: #a1a1a1;
        float: inline-end;
        top: -30px;
    }

.fxt-checkbox-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.fxt-checkbox-box.mr-3 {
    margin-bottom: 5px;
    align-items: center;
    display: flex;
    width: 35%;
}

input#checkbox1 {
    width: 10%;
    margin-right: 8px;
}

a.fxt-switcher-text {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    background-color: transparent;
    cursor: pointer;
    padding: 0;
    color: #056697;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 5px;
    text-decoration: underline;
    display: inline-block;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.login-btn, .register_btn {
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    font-weight: 500;
    box-shadow: none;
    outline: none;
    border: 1px solid;
    border-color: #53aad2;
    color: #fff;
    border-radius: 3px;
    background-color: #53aad2;
    padding: 10px 36px;
    width: 100%;
    transition: all 0.3s ease-in-out;
}

.fxt-switcher-description {
    text-align: center;
    font-size: 16px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    color: #888888;
    margin: 15px 0;
}

.fxt-switcher-text {
    box-shadow: none;
    border: 0;
    background-color: transparent;
    cursor: pointer;
    padding: 0;
    color: #056697;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 5px;
    text-decoration: underline;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}

.comp_logo {
    background: white;
    padding: 12px;
    width: 25%;
    border-radius: 10px;
    margin: auto;
}

.overlay-right h1, .overlay-left h1 {
    font-size: 40px;
    font-weight: 500;
    color: white;
    margin: 10px 0;
}

.offer_box {
    border: 2px solid white;
    border-radius: 15px;
    padding: 12px;
    width: 85%;
    position: relative;
    margin: 20px auto;
}

.offer-box-content {
    background: white;
    border-radius: 10px;
    border-radius: 15px;
    border: 2px solid white;
    padding: 30px 15px;
}

img.animated-img {
    width: 38%;
    z-index: 9;
    right: -21px;
    bottom: 8px;
    position: absolute;
}

.offer-box-content p {
    margin: 0;
    font-size: 20px;
    text-shadow: 0px 0px 1px rgb(83 170 210);
    font-weight: 500;
    color: #53aad2;
    text-align: center;
}

p.info {
    font-size: 15px;
    color: white;
    margin: 0;
}

.hidden {
    display: none;
}

section.main-sec {
    position: relative;
    padding: 110px;
}
.custom-n-bgn {
    background-image: url('../img/loginbg.jpg');
    background-size: cover !important;
}
span.side-element {
    height: 100%;
    width: 28%;
    background-color: #137BAC;
    content: "";
    left: 0;
    top: 0;
    z-index: -1;
    position: absolute;
}

span.img-element {
    position: absolute;
    width: 62%;
    z-index: -1;
    top: 0;
    right: 0;
}

section.main-sec::after {
    content: '';
    position: absolute;
    background: url(https://roboexchange.ezytm.com/assets/images/shape.png);
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    background-repeat: no-repeat;
    background-position: right;
    z-index: -1;
}

.overlay-panel {
    background: #53aad2;
    padding: 50px 30px;
    position: relative;
}

img.animated-img {
    width: 37%;
    z-index: 9;
    right: -25px;
    bottom: -13px;
    position: absolute;
}

h1.text-center {
    font-weight: 500;
    color: white;
    margin: 10px 0;
}

.login, .register {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}

.main-sub {
    width: 80%;
    margin: auto;
}

@media screen and (max-width: 768px) {
    .main-sub {
        width: 100%;
    }
}

@media screen and (max-width: 1024px) {
    .main-sub {
        width: 100%;
    }

    section.main-sec {
        position: relative;
        padding: 70px;
    }
}

@media screen and (max-width: 1024px) {
    section.main-sec {
        position: relative;
        padding: 90px;
    }
}
