*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
font-family: 'Poppins', sans-serif;
}

body{
    background: #031837;
    height: 100%;
}

.header img{
    color: #fff;
    font-weight: 900;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 21px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.border-bottom{
    border-bottom: 1px solid #ffff;
    width: 100%;
    padding: 0 10px;
    margin-top: 5px;
}

.body{
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    margin-top: 2rem;
    text-align: center;
}

.body h3{
    color: #FFF;
font-size: 24px;
font-family: Source Sans 3;
font-weight: 400;
margin-bottom: 4px;
text-align: center;
}

.body p{
    color: #FFF;
font-size: 18px;
margin-left: 3px;
margin-right: 3px;
font-family: Source Sans 3;
text-align: center;
}

#form{
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: auto;
    margin-top: 70px;
    width: 90%;
}

#form label{
    display: inline-block;
    text-align: left;
    width: 92%;
    font-size: 18px;
    color: var(--gray-5, #E0E0E0);
    margin-bottom: 5px;
}

#form input{
    width: 92%;
    align-items: center;
    padding: 16px;
    border-radius: 8px;
    border: 2px solid #CBC9C9;
    background: #031837;
    color: #FFF;
    margin-bottom: 30px;
}

#form input :placeholder-shown{
    font-size: 18px;
}

.passcode{
    position: relative;
}

.passcode span{
    position: absolute;
    right: 6%;
    top: 40%;
    color: white;
    cursor: pointer;
}

.passcode h3{
    position: relative;
    display: inline-block;
    text-align: left;
    font-size: 10px;
    color: var(--gray-5, #E0E0E0);
    margin: 0;
    padding-top: 10px;
    width: 92%;
    bottom: 100%;
    display: none;
}

.conditions{
    position: relative;
    display: grid;
    justify-content: center;
    text-align: left;
    margin: auto;
    width: 80%;
display: flex;
text-align: left;
margin-top: 2%;
}

.checkbox{
    position: relative;
    text-align: left;
    align-items: start;
  /*  display: none;*/
}

.checkbox-input{
    position: absolute;
    right: 75%;
    top: 80%;
    color: white;
    cursor: pointer;
}

.checkbox-p{
    position: relative;
    color: white;
    right: 15%;
    margin-top: 25%;
    cursor: pointer;
    font-size: 16px;
}

.checkbox-p::after {
    content: "";
    display: block;
    border-bottom: 1px solid white;
    margin-top: 0px;
    width: 70%;
    margin-left: 30%;
}

@media screen and (min-width: 375px) and (max-width: 420px){
    .checkbox-input{
        right: 60%;
        top: 80%;
    }
    
    .checkbox-p{
        right: 4%;
        margin-top: 25%;
    }
}

.button{
    width: 292px;
    padding: 16px 32px;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    gap: 4px;
    font-size: 18px;
    background: #197ED2;
    border-radius: 8px;
    margin-top: 60px;
    border: none;
    color: #FFF;
    margin-bottom: 30px;
}

.span{
    position: relative;
    color: #E0E0E0;
    font-size: 18px;
    margin-top: 5px;
    align-items: center;
    text-align: center;
    right: 2%;
    margin-bottom: 5px;
}

.span a{
    color:#197ED2 ;
    text-decoration: none;
}

.light, .class, .zoom, .time{
    display: none;
}

@media screen and (min-width: 768px){
    #form{
        display: grid;
        grid-template-columns: 1fr 1fr;
        column-gap: 20px;
        justify-content: center;
        align-items: center;
        text-align: center;
        margin: auto;
        margin-top: 70px;
        width: 30%;
        justify-content: space-evenly;
    }
    #form input{
        width: 340px;
        align-items: center;
        padding: 16px;
        border-radius: 8px;
        border: 2px solid #CBC9C9;
        background: #031837;
        color: #FFF;
        margin-bottom: 30px;
    }

    #form label{
        position: relative;
        align-items: left;
        text-align: left;
        right: 10px;
    }

    .passcode h3{
        position: absolute;
        display: inline-block;
        text-align: left;
        font-size: 14px;
        color: var(--gray-5, #E0E0E0);
        margin: 0;
        right: 8%;
        top: 77%;
    }

    .checkbox{
        position: relative;
        display: block;
    }

    /*.checkbox{
        position: relative;
        display: none;
    }*/
    
    .checkbox-input{
        position: absolute;
        right: 180%;
        top: 88%;
        color: white;
        cursor: pointer;
    }
    
    .checkbox-p{
        position: relative;
        color: white;
        right: 139%;
        margin-top: 47%;
        cursor: pointer;
        font-size: 16px;
    }

    .button{
        position: relative;
        width: 292px;
        padding: 16px 32px;
        align-items: center;
        left: 50%;
        gap: 4px;
        font-size: 18px;
        background: #197ED2;
        border-radius: 8px;
        margin-top: 150px;
        border: none;
        color: #FFF;
        margin-bottom: 30px;
    }

    .span{
        position: relative;
        color: #E0E0E0;
        font-size: 18px;
        margin-top: 5px;
        align-items: center;
        text-align: center;
        right: 1%;
        margin-bottom: 5px;
}
}


@media screen and (min-width: 1024px){
    .icons{
        display: block;
    }
    .light{
        position: absolute;
        display: block;
        bottom: 70%;
        left: 10%;

    } 
    .class{
        position: absolute;
        display: block;
        bottom: 10%;
        left: 5%;
    } 
    .zoom{
        position: absolute;
        display: block;
        right: 5%;
        bottom: 75%;
    } 
    .time{
        position: absolute;
        display: block;
        left: 90%;
        bottom: -5%;
    }
}