@font-face {
    font-family: "Roboto";
    src: url(../fonts/Roboto-Thin.ttf);
    font-weight: 100;
}

@font-face {
    font-family: "Roboto";
    src: url(../fonts/Roboto-Light.ttf);
    font-weight: 300;
}

@font-face {
    font-family: "Roboto";
    src: url(../fonts/Roboto-Regular.ttf);
    font-weight: 400;
}

@font-face {
    font-family: "Roboto";
    src: url(../fonts/Roboto-Medium.ttf);
    font-weight: 500;
}

@font-face {
    font-family: "Roboto";
    src: url(../fonts/Roboto-Bold.ttf);
    font-weight: 700;
}

@font-face {
    font-family: "Roboto";
    src: url(../fonts/Roboto-Black.ttf);
    font-weight: 900;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
}

body {
    font-family: "Roboto";
    line-height: 1.6;
    color: #1a1a1a;
    font-size: 1.6rem;
    overflow-x: hidden;
}

a {
    color: #407BFB;
    text-decoration: none;
}

.container {
    display: grid;
    grid-template-rows: minmax(min-content, 100vh);
    grid-template-columns: repeat(2, 50vw);
}

.row {
    display: flex;
    justify-content: space-between;
    margin-left: -5px;
    margin-right: -5px;
}

.col-2 {
    width: 16.6%;
    padding: 0 5px;
}

.otp_row .input-text {
    padding: 16px 5px;
    text-align: center;
    margin: 0 1px;
}

.is-invalid {
    border-color: #dc3545 !important;
}

.text-center {
    text-align: center;
}

.btn.btn-back {
    background-color: rgb(66, 66, 66);
    align-self: flex-end;
    width: 100%;
    margin-right: 10px;
    margin-top: 2rem;
    text-align: center;
    box-shadow: 0 5px 5px #00000020;
}

.btn.btn-back:hover {
    background-color: #000;
}

@media all and (min-width:768px) {
    .d-md-flex {
        display: flex;
    }
    .justify-content-md-between {
        justify-content: space-between;
        white-space: nowrap;
    }
}

.heading-secondary {
    font-size: 3rem;
    font-weight: 500;
}

.heading-primary {
    font-size: 4rem;
}

.span-blue {
    color: #407BFB;
}

.signup-container,
.signup-form {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.signup-container {
    width: 50vw;
    padding: 1rem 10rem;
    align-items: flex-start;
    justify-content: flex-start;
    grid-column: 2 / 2;
    grid-row: 1;
    max-height: calc(100vh - 42px);
    overflow-y: auto;
}

.signup-form {
    max-width: 45rem;
    width: 100%;
}

.text-mute {
    color: #aaa;
}

.input-text {
    font-family: "Roboto";
    font-size: 1.8rem;
    padding: 3rem 5rem 1rem 2rem;
    border: none;
    border-radius: 2rem;
    background: #eee;
    width: 100%;
}

.input-text:focus {
    outline-color: #407BFB;
}
.input-text:-internal-autofill-selected {
    font-size: 1.8rem;
}
.btn {
    padding: 2rem 3rem;
    border: none;
    background: #246ABF;
    color: #fff;
    border-radius: 1rem;
    cursor: pointer;
    font-family: "Roboto";
    font-weight: 500;
    font-size: inherit;
}

.btn:focus {
    outline: none;
}

.btn-login {
    align-self: flex-end;
    width: 100%;
    text-align: center;
    box-shadow: 0 5px 5px #00000020;
    display :flex;
    justify-content:center;
    align-items:center;

}

.btn.btn-login:hover {
    background-color: #0d3a9c;
}

.btn-login:active {
    box-shadow: none;
}

.btn-login:hover {
    background: #407BFB;
}

.inp {
    position: relative;
}

.label {
    pointer-events: none;
    position: absolute;
    top: 2rem;
    left: 2rem;
    color: #00000070;
    font-weight: 500;
    font-size: 1.8rem;
    transition: all 0.2s;
    transform-origin: left;
}

.input-text:not(:placeholder-shown)+.label,
.input-text:focus+.label {
    top: 0.7rem;
    transform: scale(0.75);
}

.input-text:focus+.label {
    color: #407BFB;
}

.input-icon {
    position: absolute;
    top: 1.5rem;
    right: 2rem;
    font-size: 2rem;
    color: #00000070;
}

.input-icon-password {
    cursor: pointer;
}

.btn-google {
    color: #222;
    background: #fff;
    border: solid 1px #eee;
    padding: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 1px 2px #00000020;
    cursor: default;
}

.btn-google img {
    width: 3rem;
    margin-right: 1rem;
}

.login-wrapper {
    max-width: 45rem;
    width: 100%;
}

.line-breaker .line {
    width: 50%;
    height: 1px;
    background: #eee;
}

.line-breaker {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ccc;
    margin-top: 4px;
}

.line-breaker span:nth-child(2) {
    white-space: nowrap;
    margin: 0 2rem;
}

.welcome-container {
    background: #EDF2F7;
    grid-column: 1 / 2;
    grid-row: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 1rem 10rem;
}

.welcome-container h1 {
    margin-top: 15px;
}

.welcome-container h2 {
    font-weight: 500;
    color: #263238;
}

.welcome-container>* {
    margin: 0 auto;
    gap: 15px;
}

.copyFt a {
    color: #B5070D;
    font-family: Impact;
}

.copyFt {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    color: #585858;
    background-color: #EEEEEE;
    text-align: center;
    padding: 8px 15px;
}

.lg {
    font-size: 3rem;
    color: #407BFB;
    font-weight: 700;
}

.lg img {
    width: 10rem;
}

.m-auto {
    margin: auto;
}

.welcome-container .loginGif {
    height: 50vh;
    display: block;
    margin: 0 auto;
    margin-top: 15px;
}

.remMe input,
.remMe label {
    margin-right: 6px;
    cursor: pointer;
}

@media only screen and (max-width: 1200px) {
    .lg img {
        width: 6rem;
    }
    .heading-primary {
        font-size: 3rem;
    }
    .heading-secondary,
    .lg {
        font-size: 2rem;
    }
    .welcome-container h2 {
        font-size: 1.5rem;
    }
    .welcome-container>img:first-child {
        width: 180px;
    }
    .btn-google {
        padding: 1rem;
    }
    .input-text {
        padding: 2rem 2rem 2.2rem 2rem;
        font-size: 14px;
    }
    .label {
        font-size: 16px;
    }
    .input-text:not(:placeholder-shown)+.label,
    .input-text:focus+.label {
        top: 0.1rem;
        transform: scale(0.55);
    }
    body {
        font-size: 14px;
    }
}

@media only screen and (max-width: 992px) {
    .input-icon {
        top: .35rem;
    }
    .lg img {
        width: 4rem;
    }
    .heading-primary {
        font-size: 1.5rem;
    }
    .heading-secondary,
    .lg {
        font-size: 1rem;
    }
    .welcome-container h2 {
        font-size: 1rem;
    }
    .welcome-container h1 {
        margin-top: 0;
    }
    .container {
        all: unset;
    }
    .signup-container {
        grid-column: 1 / 3;
        grid-row: 3/3;
        width: 100vw;
    }
    .welcome-container {
        padding: 1rem;
    }
    .welcome-container .loginGif {
        display: none;
    }
    .login-wrapper,
    .signup-form {
        max-width: 100%;
    }
    body {
        font-size: 1rem;
    }
    .btn-google {
        padding: 5px;
    }
    .btn-google img {
        width: 2rem;
    }
    .input-text {
        padding: 1rem 2rem 1.2rem 2rem;
    }
    .label {
        font-size: 14px;
        top: 1rem;
    }
    .input-text:not(:placeholder-shown)+.label,
    .input-text:focus+.label {
        top: -.3rem;
    }
    .btn-login,
    .btn.btn-back {
        margin-top: 1rem;
        padding: 1rem 2rem;
        display: block;
        margin-right: 0;
    }
    .mob-reverse {
        display: flex;
        flex-direction: column-reverse;
    }
}

@media all and (max-width:768px) {
    .heading-primary {
        margin-top: 10px;
    }
}

@media only screen and (max-width:500px) {
    .signup-container {
        padding: 1rem 3rem;
    }
    .copyFt {
        padding: 6px;
    }
}