﻿@import url("https://fonts.googleapis.com/css?family=Oswald:300,400,700|Roboto:300,300i,400,400i,500,500i,700,700i");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");

/*This is to hide the otp boxes , number counting arrows on the side*/
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .CensuraLogo{
        width:40%;
    }

    .LeftArt {
        height: 120px;
        top: 0;
    }
  
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .CensuraLogo {
        width: 40%;
    }
 
    .LeftArt {
        height: 120px;
        top: 0;
    }
  
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .CensuraLogo {
        width: 65%;
    }
  
    .LeftArt {
        height: 100%;
    }
  
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .CensuraLogo {
        width: 65%;
    }
 
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .CensuraLogo {
        width: 65%;
    }

}



 /*Hides the ! icon in the text box */
.input-validation-error {
    background-image: none !important;
}

/*#region OTP*/

#ShowButton {
    border: 0px;
    font-size: 18px;
    position: absolute;
    top: 16px;
    right: 17px;
    background: transparent;
}

    #ShowButton:hover {
        color: dimgray;
    }
    #ShowButton2 {
    border: 0px;
    font-size: 18px;
    position: absolute;
    top: 16px;
    right: 17px;
    background: transparent;
}

    #ShowButton2:hover {
        color: dimgray;
    }
.ErrorSpace {
    height: 30px;
}
    /*#endregion*/

    /*#region Login*/
.SignUpText {
    color: var(--censuraGrayBlue);
    font-size: 14px;
}
    .SignUpText a {
        color: var(--cenLightestPurple);
        font-weight: 600;
    }
.ForgotButton {
    background-color: transparent !important;
    color: var(--censuraPurple) !important;
    border: 0px solid var(--censuraPurple);
    padding: 0px;
    font-weight: 500;
    font-size: 13px;
}

.backupKey-form {
    position: relative;
    z-index: 1;
    background: rgba(255, 255, 255, 0.1);
    padding: 2rem;
    border-radius: 1rem;
    backdrop-filter: blur(10px);
    width: 300px;
    text-align: center;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    /*Load Animation*/
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 0.6s ease forwards;
    color: #6b6a6a;
}

    /*#endregion*/


.form-check-input:checked {
    background-color: var(--censuraPurple);
    border-color: var(--censuraPurple);
}
:focus-visible {
    outline: 0px;
}
.form-check-input:focus {
    border-color: #bc86fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgb(83 13 253 / 14%);
}
    /*3region Password*/
    .password-form {
    position: relative;
    z-index: 1;
    background: rgba(255, 255, 255, 0.1);
    padding: 2rem;
    border-radius: 1rem;
    backdrop-filter: blur(10px);
    width: 300px;
    color: white;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    /*Load Animation*/
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 0.6s ease forwards;
}

 

    .password-form input {
        display: block;
        
        margin: 1rem 0;
        padding: 6px 6px;
        border: 1px solid #d1d1d1;
        border-radius: 0.5rem;
        margin-right: 14px;
    }

        .password-form input:focus-visible {
            border: 1px solid #d1d1d1;
            outline: 0px;
        }

 .password-form label {
    color: var(--censuraPurpleBlue);
}

    .password-form p {
        color: var(--censuraPurpleBlue);
    }

    .password-form input:hover {
        box-shadow: var(--censuraPurple) 0px 0px 10px 1px;
    }label {
    color: var(--censuraPurpleBlue);
}

.password-form p {
    color: var(--censuraPurpleBlue);
}

.otp-form input:hover {
    box-shadow: var(--censuraPurple) 0px 0px 10px 1px;
}
/*#region OTP*/

.otp-form {
    position: relative;
    z-index: 1;
    background: rgba(255, 255, 255, 0.1);
    padding: 2rem;
    border-radius: 1rem;
    backdrop-filter: blur(10px);
    width: 300px;
    
    color: white;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    /*Load Animation*/
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 0.6s ease forwards;
}

  

    .otp-form input {
        display: block;
        width: 24px;
        margin: 1rem 0;
        padding: 6px 7px;
        border: 1px solid #d1d1d1;
        border-radius: 0.5rem;
        margin-right: 6px;
        margin-left:6px;
    }

        .otp-form input:focus-visible {
            border: 1px solid #d1d1d1;
            outline: 0px;
        }
.Dash {
    margin-top: 11px;
    padding:0px !important;
    margin-right: 10px;
    margin-left: 10px;
    position: relative !important;
    overflow: hidden !important;
    font-size: 27px !important;
    text-overflow: revert-layer !important;
}
    .otp-form label {
        color: var(--censuraPurpleBlue);
       
    }

    .otp-form p{
        color: var(--censuraPurpleBlue);
    }

    .otp-form input:hover {
        box-shadow: var(--censuraPurple) 0px 0px 10px 1px;
    }


.btn_LogInOtp {
    margin-right: 0px;
    margin-top: 5px;
    animation: fadeInUp 0.6s ease forwards;
    animation-delay: 0.4s;
    padding:10px !important;
}



.btn_SignUpOpenOtp {
    border: none;
    /* border-radius: 0.5rem; */
    font-weight: 400;
    cursor: pointer;
    background-color: transparent;
    color: var(--cenGray);
    font-size: 14px;
}
.text-purple {
    font-size: 14px;
    font-weight: 500;
    margin-bottom:0px !important;
}
.btn_SignUpOpenOtp:hover {
    color: #5e6b80;
}
    
/*#region Icon Swarm*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    height: 100vh;
    background: #0f172a;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    font-family: 'Segoe UI', sans-serif;
}



.icon-swarm {
    position: relative;
    pointer-events: none;
    z-index: 0;
}

    .icon-swarm i {
        position: absolute;
        color: rgba(255, 255, 255, 0.1);
        animation: swarmMove linear infinite;
        opacity: 0;
    }

@keyframes swarmMove {
    0% {
        transform: translate(0, 0) scale(0.6);
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    50% {
        transform: translate(var(--x), var(--y)) scale(1);
        opacity: 0;
    }

    100% {
        transform: translate(var(--x), var(--y)) scale(0.8);
        opacity: 0;
    }
}


.Leftrow {
    height: 100%;
    width: 100%;
}
.LeftArt {
    text-align: center;
    background-color: var(--cenDarkGray);
    /* background-image: linear-gradient(45deg, var(--censuraGrayBlue) 25%, var(--censuraLightGray) 25%, var(--censuraLightGray) 50%, var(--censuraGrayBlue) 50%, var(--censuraGrayBlue) 75%, var(--censuraLightGray) 75%, var(--censuraLightGray)), linear-gradient(rgba(0, 0, 0, 0.2) 0.2px, transparent 0.1px); */
    background-size: 10px 10px, 20px 20px;
}

/*#endregion*/

/*#region Login Form*/

.login-form {
    position: absolute;
    z-index: 1;
    background: rgba(255, 255, 255, 0.1);
    padding: 2rem;
    border-radius: 5px;
    backdrop-filter: blur(10px);
    width: 300px;
    /*    text-align: center;*/
    color: white;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    /*Load Animation*/
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 0.6s ease forwards;
}





.LogInTitle {
    animation: fadeInLeft 0.6s ease forwards;
    text-align: center;
    font-weight: 700 !important;
}
/*#endregion*/
.CopyButton {
    margin-top: 13px;
    padding: 5px;
    margin-left: -13px;
    border: 0px;
    border-radius: 8px;
    color: var(--censuraPurple);
    background-color: transparent;
}

    .CopyButton i {
        font-size: 18px;
    }


    .CopyButton:hover {
        color: dimgray;
    }

/*#region InputBoxes*/
.InputBoxEmail {
    margin-top: 15px;
    opacity: 0;
    text-align:center;
    transform: translateX(-20px);
    animation: fadeInLeft 0.6s ease forwards;
}
.InputBoxEmailLogin {
    margin-top: 15px;
    opacity: 0;
    transform: translateX(-20px);
    animation: fadeInLeft 0.6s ease forwards;
}


.InputBoxPassword {
    margin-top: 0px;
    margin-bottom: 0 !important;
    opacity: 0;
    transform: translateX(-20px);
    animation: fadeInLeft 0.6s ease forwards;
    animation-delay: 0.2s;
}
@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInLeft {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}
/*#endregion*/

/*#region LogIn Buttons*/

.Buttonrow {
    height: 100%;
    width: 100%;
    top: 15%;
    position: relative;
    justify-content: center;
}

.nav-item {
    height: 38px;
}

.btn_LogIn {
  
    transform: translateY(20px);
    animation: fadeInUp 0.6s ease forwards;
    animation-delay: 0.4s;
}

  

/*SignUp Link Button*/
.btn_SignUpOpen {
    font-size: 14px;
    color: var(--cenGray);
    font-weight: 500;
}
    .btn_SignUpOpen:hover {
        color: #5e6b80;
    }
/*#endregion*/

/*Fade the Error Message*/
.InvalidDetailsError {
    margin-left: 2%;
    animation-delay:5s;
    animation-name:Disapear;
    animation-fill-mode:forwards;
    animation-duration:1s;
}

@keyframes Disapear{
    0%{
        opacity:1;
    }
    95%{
        opacity:0;
    }
    97% {
        height: 0;
       
    }
    100% {
        opacity: 0;
        height:0;
        
     
    }
}

/*#region Master*/
:root {
    --censuraDarkerPurple: #451F55;
    --censuraPurple: #724E91;
    --censuraLightGray: #D3D3D3;
    --censuraGrayBlue: #8D99AE;
    --censuraPurpleBlue: #2B2D42;
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    display: flex;
    flex-direction: column;
    text-rendering: optimizeSpeed;
    font-family: "Roboto", sans-serif;
    font-size: 13px;
    background-color: #f8f9fa;
}

/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-text-fill-color: var(--offBlack);
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
    transition: background-color 5000s ease-in-out 0s;
}




a {
    text-decoration: none !important;
}

.btn-rounded {
    font: 400 13px/35px "Roboto", sans-serif;
    text-align: center;
    background: var(--brainwaveBlue);
    display: block;
    text-shadow: none;
    outline: none !important;
    box-shadow: none;
    border: 1px solid var(--brainwaveGray);
    color: white !important;
    padding: 0 12px;
    border-radius: 5px;
    text-decoration: none !important;
    cursor: pointer;
    transition: all 200ms linear 0s;
}

    .btn-rounded:hover, .btn-rounded:active, .btn-rounded:focus-visible, .btn-rounded:focus {
        background-color: var(--censuraPurpleBlue) !important;
    }

    .btn-rounded:disabled {
        pointer-events: none;
        filter: none;
        opacity: .5;
        background: var(--censuraLightGray);
        border: 1px solid var(--censuraGrayBlue);
    }

.input-validation-error {
    border-color: var(--bs-form-invalid-border-color);
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

    .input-validation-error:focus {
        border-color: var(--bs-form-invalid-border-color);
        box-shadow: 0 0 0 .25rem rgba(var(--bs-danger-rgb), .25);
    }



/*#endregion*/

/*#region Screen Sizes*/
/* MD Breakpoint (tablets, 768px and up) */
@media (min-width: 768px) {
}

/* LG Breakpoint (tablets, 992px and up) */
@media (min-width: 992px) {
}

/* Normal Screen 17 Inch Square ( (Resolution 1280x1024 ) 1263px and up) */
@media (min-width: 1263px) {

    /*#region  Login */

    .login {
        min-height: calc(100vh - 174px); /* Adjust for header/footer */
    }

    /*#endregion */

    /*#region  Footer */

    .footer {
        margin-top: auto;
    }

    /*#endregion */

    /*#region Master */

    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 940px;
    }

    /*#endregion */

}

/* Normal Screen 18 Inch - 19 Inch ( (Resolution 1366x768 ) 1349px and up) */
@media (min-width: 1349px) {

    /*#region Master */

    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 980px;
    }

    /*#endregion */

}

/*Adelia laptop small screen size high resolution ( (Resolution 1920x1080), 1500px and up) */
@media (min-width: 1440px) {
}

/*22inch ( (Resolution 1600x900), 1600px and up) */
@media (min-width: 1600px) {

    /*#region Master */

    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1150px;
    }

    /*#endregion */

}

/*Extra Large Screen 23 Inch ( (Resolution 1920x1080 ) 1800px and up) */
@media (min-width: 1800px) {

    /*#region Master */

    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1540px;
    }

    /*#endregion */


}

/*Extra Large Screen 27 Inch ( (Resolution 2560x1440 ) 2560px and up) */
@media (min-width: 2560px) {

    /*#region Master */

    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1620px;
    }

    /*#endregion */

}
/*#endregion*/