
@font-face {
    font-family: rajdhani;
    src: url(../font/Rajdhani/Rajdhani-Light.ttf);
}

.forgot-text {
    margin: 0;
    border: 1px dotted #ffffff;
    background-color: #3c3b3b;
    padding: 5px 10px;
    box-sizing: border-box;
    font-family: rajdhani !important;
    /* border-radius: 0.5rem !important; */
    color: #fff;
    font-weight: bolder;
}

.login-logo {
    right: 70px;
    bottom: 15px;
    z-index: 100;
    width: 15%;
    position: absolute;
}

.social-icons a {
    color: #fff !important;
    text-decoration: none;
}

.form h2 {
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 5px;
}

.form .input {
    text-align: left;
}

    .form .input .inputBox {
        margin-top: 10px;
    }

        .form .input .inputBox label {
            display: block;
            color: #fff;
            margin-bottom: 5px;
            font-size: 1.2rem;
            letter-spacing: 1px;
        }

        .form .input .inputBox input {
            position: relative;
            width: 100%;
            height: 40px;
            outline: none;
            padding: 5px 15px;
            /*    background:linear-gradient(315deg,#e91e63,#5d02ff) ;*/
            color: #fff;
            font-size: 1.2rem;
            background-color: transparent;
            border: none;
            border-bottom: 0.5px solid #757575;
        }

            .form .input .inputBox input[type="submit"] {
                cursor: pointer;
                margin-top: 20px;
                letter-spacing: 1px;
                background-color: #ffcc00;
            }

                .form .input .inputBox input[type="submit"]:hover {
                    background: transparent;
                }

                .form .input .inputBox input[type="submit"]:active {
                    color: rgba(255, 255, 255, 0.521);
                }

.forgot {
    margin-top: 10px;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.5px;
    font-size: 1rem;
    font-weight: bold;
    text-shadow: 0 0 5px black;
}

    .forgot a {
        color: #ffcc00;
    }

        .forgot a:hover {
            color: #fff;
        }

body {
    background-color: #3c3c3b !important;
}


.app-icon {
    background: #3c3c3b;
    border-radius: 10px 0px !important;
    height: 80px;
    padding: 20px;
    width: auto;
    position: fixed;
    bottom: 30px;
    right: 30px;
    box-shadow: 5px 5px 25px rgba(255, 255, 255, 0.2);
}

.mobalogo {
    position: relative;
    top: -20%;
    /*left: 25%;*/
    width: 50% !important;
    height: auto;
    align-content: center;
    border-radius: 5px !important;
    /*box-shadow: 0px 0px 25px rgba(250,205,0,0.3);*/
    box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.3);
    transition: all 0.5s ease-in !important;
    animation-name: introImage;
    animation-duration: 4s;
    animation-iteration-count: 1;
    animation-delay: 0.2s;
}

@keyframes introImage {
    0% {
        top: -15%;
        width: 40% !important;
        box-shadow: 0px 0px 50px rgba(250,205,0,0.5);
    }

    50% {
        box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.9);
    }

    100% {
        top: -20%;
        width: 50% !important;
        box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.3);
    }
}

.bg {
    position: relative;
    background-image: url("/img/loginPageBackGround2.jpg");
    background-color: #3c3c3b;
    opacity: 0.5;
    top: 0 !important;
    left: 0 !important;
    height: 100% !important;
    width: 100% !important;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.5s ease-in !important;
    animation-name: bgImage;
    animation-duration: 4s;
    animation-iteration-count: 1;
    animation-delay: 0s;
}

@keyframes bgImage {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0.5;
    }
}

.bgwidth {
    width: 100% !important;
}

.bgheight {
    height: 100% !important;
}

.btn {
    background: #ffcc00 !important;
    font: inherit;
    line-height: 1;
    height: 70px !important;
    width: 70px !important;
    border-radius: 100px !important;
    color: #3c3c3b !important;
    z-index: 100;
    position: absolute;
    padding: 0rem !important;
    position: absolute;
    bottom: -35px;
    right: 40px;
}

    .btn:hover {
        background-color: #ffcc00 !important;
        transition-duration: 0.2s;
        color: #fff !important;
        box-shadow: 0px 0px 15px rgba(250,205,0,0.5);
    }

.arrow-login {
    font-size: 20px;
    padding-top: 5px;
}

.fas-arrow {
    font-size: 1.5rem !important;
}

img {
    width: 100%;
    height: auto;
}

.text-tomato {
    color: tomato !important;
    text-shadow: 0 0 1.2rem black;
    font-weight: bold;
}

.box-bottom {
    position: absolute;
    bottom: 4rem;
    width: 100%;
    left: 50%;
    background-color: RGBA(205,50,0,1);
    transform: translateX(-50%);
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.form {
    position: relative;
    background-color: rgba(60,60,59,1);
    width: 350px;
    text-align: center;
    max-height: 80%;
    height:450px;
    border-radius: 8px !important;
    border: 0.5px solid rgba(255,205,0,0.1);
    /*box-shadow: 0px 3px 14px -1px rgba(0,0,0,0.47);*/
    box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.3);
    /*box-shadow: 0px 0px 25px rgba(255,205,0,0.3);*/
}

.login-box {
    position: absolute;
    top: 53%;
    right: 50%;
    padding: 20px 40px 40px 40px;
    transform: translate(50%, -50%);
    box-sizing: border-box;
    border-radius: 8px !important;
    /*box-shadow: 0px 0px 25px #3C3C3B;*/
    transition: all 0.5s ease-in !important;
    animation-name: introform;
    animation-duration: 2s;
    animation-iteration-count: 1;
    animation-delay: 0s;
}

    .login-box h2 {
        margin: 0 0 30px;
        padding: 0;
        color: #fff;
        text-align: center;
    }

    .login-box .user-box {
        position: relative;
        top: -10%;
        width: 100%;
    }

        .login-box .user-box input {
            width: 100%;
            padding: 2px 10px;
            font-size: 1.2rem;
            color: #fff;
            margin-bottom: 10px;
            border: none;
            border-bottom: 1px solid #fff;
            border-radius: 0.5rem;
            outline: none;
            background: transparent;
        }

        .login-box .user-box label {
            position: absolute;
            top: -0.5rem;
            left: 0.8rem;
            padding: 10px 0;
            font-size: 1.2rem;
            color: #fff;
            pointer-events: none;
            transition: .5s;
        }

        /*.login-box .user-box input.txtBox:not(:focus) ~ label,
.login-box .user-box input.txtBox:not(:active) ~ label,
.login-box .user-box input.txtBox:not(:valid) ~ label {
  position: absolute;
  top:-0.5rem;
  left: 0.8rem;
  padding: 10px 0;
  font-size: 1.2rem;
  color: #fff;
  pointer-events: none;
  transition: .5s;
}*/

        .login-box .user-box input:focus ~ label,
        .login-box .user-box input:active ~ label,
        .login-box .user-box input:valid ~ label {
            top: -2rem;
            left: 0rem;
            color: #ffcc00;
            font-size: 1rem;
        }

    .login-box form a {
        position: relative;
        display: inline-block;
        padding: 10px 20px;
        color: #03e9f4;
        font-size: 1.2rem;
        text-decoration: none;
        text-transform: uppercase;
        overflow: hidden;
        transition: .5s;
        margin-top: 40px;
        letter-spacing: 4px
    }

    .login-box a span {
        position: absolute;
        display: block;
    }

        .login-box a span:nth-child(1) {
            top: 0;
            left: -100%;
            width: 100%;
            height: 2px;
            background: linear-gradient(90deg, transparent, #03e9f4);
            animation: btn-anim1 5s linear infinite;
        }

@keyframes introform {
    0% {
        opacity:0;
    }

    100% {
        opacity:1
    }
}


@keyframes btn-anim1 {
    0% {
        left: -100%;
    }

    100% {
        left: 100%;
    }
}

.login-box a span:nth-child(2) {
    top: -100%;
    right: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(180deg, transparent, #03e9f4);
    animation: btn-anim2 1s linear infinite;
    animation-delay: .25s
}

@keyframes btn-anim2 {
    0% {
        top: -100%;
    }

    50%,100% {
        top: 100%;
    }
}

.login-box a span:nth-child(3) {
    bottom: 0;
    right: -100%;
    width: 100%;
    height: 2px;
    background: linear-gradient(270deg, transparent, #03e9f4);
    animation: btn-anim3 1s linear infinite;
    animation-delay: .5s
}

@keyframes btn-anim3 {
    0% {
        right: -100%;
    }

    50%,100% {
        right: 100%;
    }
}

.login-box a span:nth-child(4) {
    bottom: -100%;
    left: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(360deg, transparent, #03e9f4);
    animation: btn-anim4 1s linear infinite;
    animation-delay: .75s
}

@keyframes btn-anim4 {
    0% {
        bottom: -100%;
    }

    50%,100% {
        bottom: 100%;
    }
}
