
@font-face {
    font-family: "Noto Sans"; /* set name */
    src: url(../fonts/NotoSans-SemiBoldItalic.ttf); /* url of the font */
}
* {
    -webkit-tap-highlight-color: transparent;
    outline: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
body{
    margin: 0;
    font-family: 'Noto Sans', sans-serif;
    background: #201b2c;

}

.main-login{
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.left-login{
    width: 50vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.left-login > h1 {
    font-size: 3vw;
    color: #77ffc0
}

.right-login{
    width: 50vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card{
    border: 1px solid rgb(60, 62, 63);
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 2rem;
}
.card > .header{
    padding: 1rem;
    border-bottom: 2px solid #00000025;
    background-color: #00000025;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 1.1rem;
}
.card > .body{
    padding: .5rem 2rem 2rem;
    background-color: #5148698c;
}
.card > .footer{
    padding: .5rem;
    border-top: 2px solid #00000025;
    background-color: #00000025;
}
.card-login{
    width: 60%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 30px 35px;
    background: #2f2841;
    border-radius: 20px;
    box-shadow: 0px 10px 40px #00000056;
}

.card-login > h1 {
    color: #00ff88;
    font-weight: 800;
    margin: 0;
}

.textfield{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    margin: 10px 0px;
}

.textfield  input{
    width: 100%;
    border: none;
    border-radius: 10px;
    padding: 15px;
    background: #514869;
    color: #f0ffffde;
    font-size: 12pt;
    box-shadow: 0px 10px 40px #00000056;
    outline: none;
    box-sizing: border-box;
}
.textfield > input:disabled{
    font-style: italic;
    color: #00000091;
}

.textfield > select{
    width: 100%;
    border: none;
    border-radius: 10px;
    padding: 15px;
    background: #514869;
    color: #f0ffffde;
    font-size: 12pt;
    box-shadow: 0px 10px 40px #00000056;
    outline: none;
    box-sizing: border-box;
}

.textfield > label {
    color: #f0ffffde;
    margin-bottom: 10px;
}

.textfield > input::placeholder{
    color: #f0ffff94;
}
.inlineFormField{
    position:relative;
    width: 100%;
}
button.inlineFormBtn{
    height: 100%;
    position: absolute;
    right: 0;
    width: 50px;
    border: 0;
    border-radius: 0 10px 10px 0;
    background-color: #5f9ea0;
    cursor: pointer;
}
button.inlineFormBtn > i{
    font-size: 1.2rem;

}

.btn-login{
    width: 100%;
    padding: 10px 0px;
    margin: 25px;
    border: none;
    border-radius: 8px;
    outline: none;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 3px;
    color: #2b134b;
    background: #00ff88;
    cursor: pointer;
    box-shadow: 0px 10px 40px -12px #00ff8052;
}
.flex{
    display: flex;
}
.row {
    flex-wrap: nowrap;
    align-items: center;
    flex-direction: row;
    width: 100%;
}
.gap-1{
    gap: .5rem;
}
.m-auto {
    margin: auto;
}
.m-0 {
    margin: 0;
}
.m-1 {
    margin: .5rem;
}
.m-2 {
    margin: 1rem;
}
.m-3 {
    margin: 1.5rem;
}
.m-4 {
    margin: 2rem;
}
.mt-4 {
    margin-top: 2rem;
}
.infobox {
        color: #259d9c;
        border-left: 4px solid #259d9c;
        padding-left: 10px;
        background-color: #259d9c33;
        margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
}

.modulChoiceBox{
    display: grid;
    justify-items: stretch;
    grid-template-columns: auto auto;
    align-items: center;
    background-color: #ffffff14;
    padding: 10px;
    border-top: 2px solid #201b2c;
    border-right: 2px solid #655e77;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
}
.modulChoiceBox > .modulTitle {
    font-size: large;
    color: aquamarine;
}
    .modulChoiceBox > span {
        padding-left: 10px;
        color: #737577;
    }

.switch {
    display: inline-block;
    height: 24px;
    position: relative;
    width: 50px;
}

.switch input {
    display:none;
}

.slider {
    background-color: #2f2841;
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: .4s;
}

.slider:before {
    background-color: #201b2c;
    translate: 0px 3px;
    content: "";
    height: 18px;
    left: 4px;
    position: absolute;
    transition: .4s;
    width: 18px;
}

input:checked + .slider {
    background-color: #7fffd4;
}

input:checked + .slider:before {
    transform: translateX(26px);
}

.slider.round {
    border-radius: 25px;
}

.slider.round:before {
    border-radius: 50%;
}

.licence{
        position: absolute;
        top: 10px;
        right: 10px;
        color: red;
        text-shadow: 0 0 0px #fff;
}
.licence:empty {
    display: none;
}
.modulinfobox {
        margin: auto;
        border-radius: 1rem;
        border: 2px solid red;
        padding: 1rem;
        display: inline-grid;
        grid-template-columns: auto auto;
        justify-items: stretch;
        justify-content: stretch;
        align-content: space-evenly;
        column-gap: 1rem;
}
.modulinfobox h3 {
    grid-column: 1 / 3;
    margin-bottom: 1rem;
}

@media only screen and (max-width: 950px){
    .card-login{
        width: 85%
    }
}

