body{
    /* background-image: url('../img/login-bg.jpg'); */
    background: linear-gradient(rgb(255 255 255 / 0%), rgb(255 255 255 / 0%)), url('../img/login-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0;
    padding: 0;
    height: 100vh;
    width: 100%;

    font-family: Candara;
}

.logo{
    padding-left: 50px;
    padding-top: 20px;
}

.logo img{
    width: 250px;
}

.login-form{
    justify-content: center;
    align-items: center;
    padding-top: 100px;
    padding-left: 50px;
    padding-right: 150px;
}

.title{
    font-size: 45px;
    font-weight: bold;
    color: white;
    margin-bottom: 30px;
}

.input-group{
    height: 70px;
}

.input-group-text{
    background-color: rgba(255, 255, 255, 0.3);
    border-color: rgba(255, 255, 255, 0.2);
    border-width: 2px;
    border-radius: 50px;
}

.form-control{
    background-color: rgba(255, 255, 255, 0.3);
    border-color: rgba(255, 255, 255, 0.4);
    border-width: 2px;
    border-radius: 50px;
    z-index: 5;
}


.input-group-text{
    border-right: 0;
    padding: 5px;
    width: 70px;
}

.form-control{
    margin-left: 0px !important;
    border-left: 0;
    color: white;
}

.form-control::placeholder{
    color:  rgba(255, 255, 255, 0.6);
    font-size: 16px;
}

.form-control:focus{
    background-color: rgba(255, 255, 255, 0.3);
    outline: none;
    box-shadow: none;
    color: white;
}

.input-group:focus-within .input-group-text {
    border-color: rgba(255, 255, 255, 0.6);
}

.input-group:focus-within .form-control {
    border-color: rgba(255, 255, 255, 0.8);
    outline: none;
    box-shadow: none;
}

.icon-container{
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon-container img{
    width: 20px;
    height: auto;
}

.btn-login{
    background-color:  rgba(255, 255, 255, 0.5);
    font-size: 18px;
    font-weight: bolder;
    color: white;
    height: 70px;
    border-radius: 50px;
    z-index: 5;
}

.btn-login:hover{
    background-color:  rgba(255, 255, 255, 0.7) !important;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5) !important;
    color: white;
}

.options {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 0 1em;
    z-index: 5;
}

.form-check{
    z-index: 5;
}

.form-check-input{
    /* background-color: #181D5F; */
    border: none;
    z-index: 5;
}

.form-check-input:hover{
    cursor: pointer;
}

.form-check-label{
    color: white;
    font-size: 14px;
    z-index: 5;
}

.options a{
    color: white;
    font-style: italic;
    font-size: 14px;
    text-decoration: none;
    z-index: 5;
}


/* ==================================================
               START Shooting Stars 
====================================================*/

.shooting-stars{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    z-index: 1;
}

.shooting-stars span{
    position: absolute;
    top:50%;
    left:20%;
    width: 4px;
    height: 4px;
    background: #EA6BCC;
    border-radius: 50%;
    box-shadow: 0 0 0 4px rgba(255,255,255,0.1),0 0 0 8px rgba(255,255,255,0.1),0 0 20px rgba(255,255,255,0.1);
    animation: animate 3s linear infinite;
}
.shooting-stars span::before{
    content:'';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 300px;
    height: 1px;
    background: linear-gradient(90deg,#EA6BCC,transparent);
}
@keyframes animate
{
    0%
    {
        transform: rotate(220deg) translateX(0);
        opacity: 1;
    }
    70%
    {
        opacity: 1;
    }
    100%
    {
        transform: rotate(220deg) translateX(-1000px);
        opacity: 0;
    }
}
.shooting-stars span:nth-child(1){
    top: 0;
    right: 80;
    left: initial;
    animation-delay: 0s;
    animation-duration: 1s;
}
.shooting-stars span:nth-child(2){
    top: 0;
    right: 180px;
    left: initial;
    animation-delay: 0.2s;
    animation-duration: 3s;
}
.shooting-stars span:nth-child(3){
    top: 80;
    right: 0px;
    left: initial;
    animation-delay: 0.4s;
    animation-duration: 2s;
}
.shooting-stars span:nth-child(4){
    top: 0;
    right: 180px;
    left: initial;
    animation-delay: 0.6s;
    animation-duration: 1.5s;
}
.shooting-stars span:nth-child(5){
    top: 0;
    right: 400px;
    left: initial;
    animation-delay: 0.8s;
    animation-duration: 2.5s;
}
.shooting-stars span:nth-child(6){
    top: 0;
    right: 600px;
    left: initial;
    animation-delay: 1s;
    animation-duration: 3s;
}
.shooting-stars span:nth-child(7){
    top: 300px;
    right: 0px;
    left: initial;
    animation-delay: 1.2s;
    animation-duration: 1.75s;
}
.shooting-stars span:nth-child(8){
    top: 0px;
    right: 700px;
    left: initial;
    animation-delay: 1.4s;
    animation-duration: 1.25s;
}
.shooting-stars span:nth-child(9){
    top: 0px;
    right: 1000px;
    left: initial;
    animation-delay: 0.75s;
    animation-duration: 2.25s;
}
.shooting-stars span:nth-child(9){
    top: 0px;
    right: 450px;
    left: initial;
    animation-delay: 2.75s;
    animation-duration: 2.75s;
}
body {
    background-position: left;
}

/* ==================================================
                   END Shooting Stars 
====================================================*/


@media screen and (max-width: 1399px) {
    body {
        background-position: 25% 0%;
    }
    .login-form {
        padding-right: 85px;
    }
}

@media screen and (max-width: 1199px) {
    body {
        background-position: 35% 0%;
    }
    .login-form {
        padding-right: 50px;
    }
}

@media screen and (max-width: 991px) {
    body {
        background-position: 38% 0%;
    }
    .title {
        font-size: 36px;
    }
    form#loginform {
        position: relative;
        z-index: 9;
        background: linear-gradient(to right, rgb(47 27 124 / 95%), rgb(47 63 151 / 95%));
        padding: 2em 1.5em;
        border-radius: 20px;
    }
}

@media screen and (max-width: 767px) {
    .login-form {
        padding-right: 25px;
        padding-left: 25px;
        padding-top: 120px;
    }
}

@media screen and (max-width: 575px) {
    .title {
        font-size: 30px;
    }
}

@media screen and (max-width: 479px) {
    .title {
        font-size: 27px;
    }
    .input-group {
        height: 55px;
    }
    .input-group-text {
        width: 55px;
    }
    .icon-container img {
        width: 16px;
    }
    form#loginform input.form-control {
        padding-left: 3px;
    }
    .btn-login {
        height: 55px;
    }
    form#loginform {
        padding: 2em 1em;
    }
    .login-form {
        padding-right: 15px;
        padding-left: 15px;
        padding-top: 120px;
    }
    #togglePassword {
        font-size: 1em;
    }
    .logo img {
        width: 220px;
    }
}