﻿@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap');

:root {
    --primarycolor: #EA0029;
    --gradiencolor1: #D95146;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

body {
    overflow: hidden;
    /* display: grid; */
    max-height: 100%;
    max-width: 100%;
    place-items: center;
    background-image: url(../Asset/Backgroundcopy.png);
    background-size: cover;
}

#mymain {
    margin-top: 2%;
    width: auto;
    height: auto;
    display: flex;
    justify-content: space-between;
}

#mymain1 {
    width: auto;
    height: auto;
    display: flex;
    justify-content:center;
}

/*#logo img {
    max-height: 50px;
}*/

#logo1 img {
    height: 160px;
}

#bluediv {
    flex: 3 0 auto;
}

#bumn {
    /*display: flex;
    background-color: rgba(255, 255, 255, 0.521);
    border-radius: 50px 0px 0px 50px;*/
    align-items: center;
}

#bumn1 {
    display: flex;
    border-radius: 50px 0px 0px 50px;
    align-items: center;
}

#anper img {
    max-height: 10px;
}

#bumn img {
    max-height: 80px;
    padding-left: 20px;
}

#bumn1 img {
    max-height: 70px;
}

::selection {
    background: var(--primarycolor);
    color: #fff;
}

.form-container {
    overflow: hidden;
    max-width: 390px;
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.1);
}

.wrapper {
    overflow: hidden;
    max-width: 390px;
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.1);
}

    .wrapper .title-text {
        display: flex;
        width: 200%;
    }

    .wrapper .title {
        width: 50%;
        font-size: 12px;
        font-weight: 600;
        text-align: center;
        transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    }

.center {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 5%;
    justify-content: center;
}

.container {
    max-width: 390px;
    margin-left: 5px;
}

.containertext {
    font-family: 'Poppins', sans-serif;
    max-width: 390px;
    margin-right: 5px;
    text-align: left;
    color: white;
}

.container .slide-controls {
    position: relative;
    display: flex;
    height: auto;
    width: auto;
    overflow: hidden;
    margin: 0px 10px -25px 0px;
    justify-content: space-between;
    box-shadow: 5px 5px 10px #797979;
    border-radius: 0px 0px 25px 25px;
    background-color: #fff;
}

.slide-controls .slide {
    height: 100%;
    width: 100%;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    line-height: 48px;
    cursor: pointer;
    z-index: 1;
    transition: all 0.6s ease;
}

.slide-controls label.signup {
    color: #000;
}

.slide-controls .slider-tab {
    position: absolute;
    height: 100%;
    width: 50%;
    left: 0;
    z-index: 0;
    border-radius: 0px 0px 25px 25px;
    background: -webkit-linear-gradient(left, var(--primarycolor), var(--gradiencolor1));
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

input[type="radio"] {
    display: none;
}

#signup:checked ~ .slider-tab {
    left: 50%;
}

#signup:checked ~ label.signup {
    color: #fff;
    cursor: default;
    user-select: none;
}

#signup:checked ~ label.login {
    color: #000;
}

#login:checked ~ label.signup {
    color: #000;
}

#login:checked ~ label.login {
    cursor: default;
    user-select: none;
}

.wrapper .form-container {
    width: 100%;
    overflow: hidden;
}

.form-container .form-inner {
    display: flex;
    width: 200%;
}

    .form-container .form-inner form {
        width: 50%;
        transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
        padding-left: 10px;
        padding-right: 10px;
    }

.form-inner form .field {
    height: 50px;
    width: 100%;
    margin-top: 20px;
}



    .form-inner form .field input {
        height: 50px;
        width: 300px;
        outline: none;
        padding-left: 15px;
        border-radius: 5px;
        border: 1px solid lightgrey;
        border-bottom-width: 2px;
        font-size: 12px;
        transition: all 0.3s ease;
        background-color: #00000000 !important;
    }

        .form-inner form .field input:focus {
            border-color: var(--primarycolor);
            /* box-shadow: inset 0 0 3px var(--primarycolor);; */
        }

        .form-inner form .field input::placeholder {
            color: #999;
            transition: all 0.3s ease;
        }

form .field input:focus::placeholder {
    color: #b3b3b3;
}

.form-inner form .pass-link {
    margin-top: 5px;
}

.form-inner form .signup-link {
    text-align: center;
    margin-top: 30px;
}

    .form-inner form .pass-link a,
    .form-inner form .signup-link a {
        color: var(--primarycolor);
        text-decoration: none;
    }

        .form-inner form .pass-link a:hover,
        .form-inner form .signup-link a:hover {
            text-decoration: underline;
        }

form .btn {
    height: 50px;
    width: 100%;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}

.containertext .btn {
    height: 50px;
    width: 100%;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}

/*form .btn .btn-layer {
    height: 100%;
    width: 300%;
    position: absolute;
    left: -100%;
    background: -webkit-linear-gradient(right, var(--primarycolor), var(--gradiencolor1), var(--primarycolor), var(--gradiencolor1));
    border-radius: 5px;
    transition: all 0.4s ease;
    ;
}*/

.btn-layer.x-btn-default-small {
    border: none;
    width: 300px;
    background: -webkit-linear-gradient(right, white, var(--primarycolor));
    border-radius: 5px;
    box-shadow: 5px 5px 5px 2px #2b2b2b40;
}

.btn-layerOver {
    background: -webkit-linear-gradient(right, var(--primarycolor), white);
    transition: 0.3s;
    transition-timing-function: ease-in;
}
    .btn-layerOver.x-btn-default-small {
        transform: scale(1.1);
        transition: transform 250ms;
    }
.x-btn-inner-default-small {
    font-size: 18px;
    padding: 5px;
    font-weight: bold;
}

.x-keyboard-mode .x-btn-focus.x-btn-default-small {
    background: var(--primarycolor);
    border: none;
    color: white;
    box-shadow: 5px 5px 5px 2px #2b2b2b40;
}

.btn-login.x-btn-default-small {
    border: none;
    width: 300px;
    background: var(--primarycolor);
    border-radius: 5px;
    box-shadow: 5px 5px 5px 2px #2b2b2b40;
    margin: 50px 0px 0px 0px;
}

.btn-sendotp.x-btn-default-small {
    border: none;
    width: 300px;
    background: var(--primarycolor);
    border-radius: 5px;
    box-shadow: 5px 5px 5px 2px #2b2b2b40;
    margin: 10px 0px 0px 0px;
}

.btn-sendotp.x-btn-default-small {
    border: none;
    width: 300px;
    background: var(--primarycolor);
    border-radius: 5px;
    box-shadow: 5px 5px 5px 2px #2b2b2b40;
    margin: 10px
}

    .btn-layerOver.x-btn-default-small {
        transform: scale(1.1);
        transition: transform 250ms;
    }

.x-btn-inner-default-small {
    font-size: 18px;
    padding: 5px;
    font-weight: bold;
}

form .btn:hover .btn-layer {
    left: 0;
}

.containertext .btn:hover .btn-layer {
    left: 0;
}

form .btn input[type="submit"] {
    height: 100%;
    width: 100%;
    z-index: 1;
    position: relative;
    background: none;
    border: none;
    color: #fff;
    padding-left: 0;
    border-radius: 5px;
    font-size: 24px;
    font-weight: 500;
    cursor: pointer;
}

.containertext input[type="submit"] {
    height: 100%;
    width: 100%;
    z-index: 1;
    position: relative;
    background: none;
    border: none;
    color: #fff;
    padding-left: 0;
    border-radius: 5px;
    font-size: 24px;
    font-weight: 500;
    cursor: pointer;
}
