.page-load{
    position: fixed;
    width: 100%;
    height: 0px;
    z-index: 1;
	background: #b5b5b5;
}

.top-pop-msg{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 80px;
    z-index: 1;
}

.top-pop-msg p{
    position: relative;
    width: fit-content;
    height: auto;
    padding: 9px 10px;
    margin: 20px auto;
    display: block;
    border-radius: 20px;
    background:  #efefef; 
    font-size: 12px;
    display: none;
}

section {
    position: fixed;
    width: 100%;
    height: 100%;
    padding: 20px;
    background: #020712;
}

section .logo{
    position: absolute;
    width: 150px;
    height: 70px;
/*    background-color: green;*/
    background-image: url(../img/logo.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

section .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0px;
    background-image: url(../img/rollvid.gif);
    opacity: 0.01;
}

.start {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 400px;
    height: 100%;
    display: none;
}

.start img {
    position: relative;
    width: 150px;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    display: none;
    margin-bottom: 20px;
    mix-blend-mode: multiply;
    background: rgba(0, 0, 0, 0);
}

.start h2 {
    position: relative;
    width: 100%;
    font-size: 25px;
    margin-bottom: 10px;
    text-align: center;
    line-height: 40px;
}

.start p {
    font-size: 16px;
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
    color: #fff!important;
    font-weight: 300;
}

.start .btn {
    position: relative;
    width: 200px;
    height: 50px;
    margin-right: auto;
    margin-left: auto;
    display: block;
    background: #ff608b;
    border-radius: 30px;
}

.start .btn i {
    margin-left: 10px;
    animation: swing;
    animation-duration: 0.9s;
    animation-iteration-count: infinite;
}

.animate {
    animation: slideInRight;
    animation-duration: 0.9s;
}

/*////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////*/

.mobile-control {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
}

.login {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 400px;
    height: 100%;
    padding-top: 10%;
    display: none;
}

.login .holder {
    position: relative;
    width: 100%;
    height: auto;
    animation: slideInLeft;
    animation-duration: 0.9s;
}

.login .heading {
    position: relative;
    margin-bottom: 60px;
}

.login .heading h2 {
    text-align: center;
    color: #fff;
    font-size: 40px;
    margin-bottom: 10px;
}

.login .heading p {
    position: relative;
    text-align: center;
    height: auto;
    width: 100%;
    color: rgba(255, 255, 255, 0.53);
    display: block;
    font-size: 14px;
    font-weight: 500;
    padding: 0px 5px;
}

.login .form-control {
    position: relative;
    width: 80%;
    height: fit-content;
    margin-bottom: 30px;
    margin-right: auto;
    margin-left: auto;
    display: block;
}

.login img {
    width: 50%;
    margin: 20px auto;
    display: block;
}

.login label {
    position: absolute;
    width: 100%;
    top: 0;
    color: rgba(255, 255, 255, 0.83);
    font-family: "Lexend", sans-serif;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0.2px;
    margin: 12px 10px;
    transition: 0.4s;
    text-transform: capitalize;
}

.login input {
    position: relative;
    width: 100%;
    height: 50px;
    border-bottom: 0.4px solid rgba(255, 255, 255, 0.8);
    background: none;
    font-family: "Lexend", sans-serif;
    outline-style: none;
    color: #ffffff;
    font-size: 16px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
    display: block;
}

.login button {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
    display: block;
    border-radius: 20px;
    background: #de003c;
    color: #fff;
    height: 45px;
    width: 80%;
    cursor: pointer;
}

.login .action {
    position: relative;
    width: 80%;
    display: flex;
    justify-content: space-between;
    margin-right: auto;
    margin-left: auto;
    padding: 10px;
}

.login .action span {
    color: #ffffff;
    font-size: 13px;
    cursor: pointer;
    transition: 0.5s;
}

.login .action span:hover {
    color: #000;
    font-weight: 500;
}

.login .action span:last-child {
    color: #a99ac9;
    font-weight: bold;
}

/*////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////*/

.signup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 400px;
    height: 100%;
    display: none;
    z-index: 2;
}

.signup i {
    position: relative;
    width: 50px;
    height: 50px;
    margin: 100px 30px;
    font-size: 20px;
    background: #e2e2e2;
    color: #020712;
    padding: 15px 0;
    text-align: center;
    border-radius: 20px;
    cursor: pointer;
}

.signup i:hover {
    background: #020712;
    color: #fff;
}

.signup .heading {
    position: relative;
    margin-bottom: 70px;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    font-size: 13px;
}

.signup .heading h2 {
    text-align: left;
    color: #ffffff;
    font-size: 35px;
    margin-bottom: 10px;
    line-height: 35px;
}

.signup .heading #msg {
    /*    color: red;*/
}

.signup .form-control {
    position: relative;
    width: 80%;
    height: fit-content;
    margin-bottom: 30px;
    margin-right: auto;
    margin-left: auto;
    display: block;
}

.signup .form-control i{
    background: rgba(0, 128, 0, 0.58);
    color: #fff;
    position: absolute;
    width: 20px;
    height: 20px;
    padding: 4px 3px;
    top: 0;
    right: 0;
    z-index: 3;
    margin: 20px 10px;
    font-size: 11px;
    display: none;
}

.signup label {
    position: absolute;
    width: 100%;
    top: 0;
    color: rgba(255, 255, 255, 0.83);
    font-family: "Lexend", sans-serif;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0.2px;
    margin: 12px 10px;
    transition: 0.4s;
    text-transform: capitalize;
}

.signup input {
    position: relative;
    width: 100%;
    height: 50px;
    border-bottom: 0.4px solid rgba(255, 255, 255, 0.55);
    background: none;
    font-family: "Lexend", sans-serif;
    outline-style: none;
    color: #fff;
    font-size: 16px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
    display: block;
}

.signup input:focus{
    border-bottom: 0.4px solid #4965fa;
}

.signup select {
    position: relative;
    width: 100%!important;
    height: 45px!important;
    padding-left: 10px;
    outline-style: none;
    font-family: "Lexend", sans-serif;
    display: block;
    border-bottom: 0.4px solid rgba(77, 77, 77, 0.55);
}

.signup .bottom-hold {
    position: absolute;
    top: 75%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.signup .bottom-hold button {
    position: relative;
    margin: 30px auto;
    display: block;
    border-radius: 20px;
    background: #de003c;
    color: #fff;
    height: 45px;
    width: 80%;
    cursor: pointer;
    border-style: none;
}

.signup .bottom-hold p {
    position: relative;
    width: 75%;
    margin: 0 auto;
    display: block;
    font-size: 12px;
    color: #9d9d9d;
    text-align: center;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0.1px;
}

/*//////////////////////////////////////////*/
/*//////////////////////////////////////////*/
/* The message box is shown when the user clicks on the password field */
.signup .bottom-hold #message {
    position: relative;
    top: 30px;
    display: none;
    background: #f1f1f1;
    color: #000;
    position: relative;
    padding: 10px 20px;
    margin-bottom: 60px;
    border-radius: 20px;
}

.signup .bottom-hold #message h3 {
    font-size: 10px;
    text-align: left;
    margin-bottom: 15px;
    margin-left: 5px;
}

.signup .bottom-hold #message .holder {
    position: relative;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    height: auto;
    width: 100%;
}

.signup .bottom-hold #message p {
    position: relative;
    width: fit-content;
    height: 30px;
    padding: 5px 20px;
    font-size: 9px;
    text-align: left;
    background: #fff;
    border-radius: 20px;
    margin: 2px;
}

/* Add a green text color and a checkmark when the requirements are right */
.signup .bottom-hold .valid {
    color: green;
}

.signup .bottom-hold .valid:before {
    position: relative;
    left: -10px;
    content: "✔";
}

/* Add a red text color and an "x" when the requirements are wrong */
.signup .bottom-hold .invalid {
    color: red;
}

.signup .bottom-hold .invalid:before {
    position: relative;
    content: "✖";
    margin-right: 10px;
}


/*//////////////////////////////////////////*/
/*//////////////////////////////////////////*/

.signup .congrats h2 {
    width: 100%;
    text-align: center;
    font-size: 25px;
}

.signup .congrats p {
    text-align: center;
}

/*//////////////////////////////////////////*/
/*//////////////////////////////////////////*/

.signup .wallet-details{
    top: 55%;
}

.signup .generating h2{
     width: 100%;
    text-align: center;
    font-size: 25px;
}

.signup .generating p {
    text-align: center;
}

.signup .generating img{
    width: 60px;
    margin: 10px auto;
    display: block;
}

.signup .generating .wallet-details img{
    width: 40%;
}

.signup .generating .wallet-details i{
    position: absolute;
    top: 0;
    margin: 0;
    width: 20%;
    height: 100%;
    display: block;
    font-size: 20px;
    border-radius: 0;
    padding: 10px 0;
    z-index: 2;
    background: #4965fa;
}

.signup .generating .wallet-details input{
    width: 100%;
    height: 45px;
    background: #efefef;
	color: #000;
    font-size: 12px;
    border-bottom: 0px;
}

.signup .generating .wallet-details button{
    position: relative;
    margin: 30px auto;
    display: block;
    border-radius: 20px;
    background: #4965fa;
    color: #fff;
    height: 45px;
    width: 80%;
    cursor: pointer;
    border-style: none;
}

/*//////////////////////////////////////////*/
/*//////////////////////////////////////////*/

.log-option {
    position: absolute;
    width: 100%;
    height: auto;
    padding: 30px;
    bottom: 0;
}

.log-option p {
    width: 100%;
    height: auto;
    font-family: 10px;
    color: rgba(77, 77, 77, 0.55);
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 0.2px;
    text-align: center;
}

.log-option .holder {
    position: relative;
    width: 100%;
    height: auto;
    padding: 20px 0;
    display: flex;
    justify-content: center;
    column-gap: 10px;
}

.log-option i {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.41);
    color: #ffffff;
    border-radius: 30px;
    text-align: center;
    padding: 10px 0;
    font-size: 18px;
    cursor: pointer;
}

.log-option i:hover {
    background: rgba(152, 168, 255, 0.65);
}


/*//////////////////////////////////////////*/
/*//////////////////////////////////////////*/
/*//////////////////////////////////////////*/
/*//////////////////////////////////////////*/

@media (min-width: 0px) and (max-width: 1024px) {

    .mobile-control {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        height: auto;
    }

}

@media (min-width: 0px) and (max-width: 500px) {
    section .logo {
        position: relative;
        margin-bottom: 40px;
        width: 70px;
        width: 60px;
        margin-top: 5px;
        margin-right: auto;
        margin-left: auto;
        background-image: url(../img/favicon.png);
    }

    .start {
        width: 100%;
    }

    .start img {
        position: relative;
        width: 50%;
        margin-bottom: 50px;
        mix-blend-mode: color-burn;
    }

    .start .finger-print {
        width: 30%;
    }

    .start h2 {
        width: 100%;
        white-space: normal;
        font-size: 22px;
        text-align: center;
        padding: 10px 20px;
        line-height: 30px;
    }

    .start .mobile-control p {
        padding: 0 20px;
        text-align: center;
        font-size: 15px;
        color: #5f5f5f;
        margin-bottom: 15px;
    }
    
    .start .btn {
        width: 90%;
    }
    /*//////////////////////////////////////////*/
    /*//////////////////////////////////////////*/
    .mobile-control {
        position: absolute;
        top: 45%;
    }

    .log-option {
        padding: 0px;
        bottom: 5px;
    }

    .log-option p {
        margin-bottom: 10px;
    }

    .log-option .holder {
        border-top: 1px solid #eee;
    }
    
    /*//////////////////////////////////////////*/
    /*//////////////////////////////////////////*/
    
    .login .heading {
        margin-bottom: 50px;
    }
    
    .login .heading h2{
        font-size: 29px;
        color: #fff;
    }
    
    .login .heading p {
        width: 75%;
        margin: 0 auto;
        display: block;
        font-size: 11px;
        color: #fff;
    }
    
    /*//////////////////////////////////////////*/
    /*//////////////////////////////////////////*/
    
    .signup i {
        margin: 35px 30px;
        border-radius: 15px;
        background: rgba(0, 0, 0, 0);
        color: #fff;
    }
    
    .signup p{
        text-align: left;
        line-height: 23px;
    }
    
    .signup .bottom-hold #message{
        margin-right: auto;
        margin-left: auto;
        display: block;
        width: 90%;
        margin-bottom: 60px;
    }
    
    .signup .bottom-hold #message p {
        position: relative;
        width: 100%;
        height: 20px;
        padding: 5px 20px;
        font-size: 9px;
        text-align: left;
        background: rgba(255, 255, 255, 0);
        border-radius: 20px;
        margin-bottom: 0px;
    }
    
    .signup .bottom-hold {
        position: absolute;
        bottom: 0px;
        top:auto;
        left: 0%;
        transform: none;
        width: 100%;
    }
    
    .signup .bottom-hold button{
        height: 50px;
        width: 85%;
    }
    
    .signup .congrats img {
        width: 50%;
    }

    .signup .congrats h2 {
        font-size: 25px;
    }
    
    .signup .generating .wallet-details img{
        width: 50%;
        margin: 50px auto;
        display: block;
    }
    
    .signup .generating .wallet-details input{
        height: 45px;
    }
    
    .signup .generating .wallet-details

}
