 body {
            font-family: 'Open Sans', sans-serif;
            padding: 20px;
            color: #323232;
        }

        body, html {
            margin: 0;
            padding: 0;
        }

        /* LEFT COLUMN */
        .left-column {
            background: url('https://lh3.googleusercontent.com/d/16IBjA6U130QVwK9S91dk0veY-655Q0Bg') repeat-y center center fixed;
            background-size: 120%;
            background-position: left -5px top -50px;
            padding: 20px;
        }

        .left-content {
            text-align: left;
            margin-left: 20px;

        }

        .main-title {
            color: #fcbd14;
            font-size: 36px;
            font-weight: bold;
            margin-top: 12%;
            margin-bottom: 10px;
        }

        .sub-title {
            color: #ffff;
            font-size: 22px;
            font-weight: 700;
            margin-bottom: 35px;
        }

        .left-bullet-content {
            color: white;
            margin: 0%;
        }

        .left-bullet-row {
            display: flex;
            align-items: center;
            margin-bottom: 30px;
        }

        .left-bullet-row img {
            margin-left: 30px;
            margin-right: 30px;
            width: 40px; 
            height: 40px;
        }

        /* RIGHT COLUMN */

        .right-column {
            background-color: #f4f4f4;
            padding: 20px;
        }

        .right-content {
            margin-top: 10%;
            text-align: center;
            margin-bottom: 8%;
        }

        .FEU-logo{
            width: 350px;
        }

        form {
            max-width: 600px;
            margin: 0 auto;
            text-align: left;
        }


        input[type="text"],
        input[type="password"],
        select {
            width: 75%; 
            margin-bottom: 10px;
            border: 1px solid #c5c5c5;
            background-color: #e4e4e4;
            border-radius: 5px;
            box-sizing: border-box;
            font-size: 14px;
            margin: 0 auto; 
            display: block;
            padding: 5px;
        }
            
    
        .input-forms {
            margin-bottom: 10px;
            text-align: left;
            
        }

        .input-studentnumber, .input-password{
            text-align: left;
            margin-left: 75px;
        }


        .forgot a {
            margin-top: 0px;
            font-size: 12px;
            color: #237537;
            font-style: underline;
            margin-left: 75px;
        }

        
        button {
            width: 75%;
            padding: 10px;
            background-color:  #237537;
            color: white;
            border: none;
            border-radius: 5px;
            cursor: pointer;
            font-size: 16px;
            margin: 0 auto; 
            display: block;
            margin-top: 30px;
            margin-bottom: 140px;
            
        }

        button:hover {
            background-color: #004b1c;
        }

        /* FOOOTER */
        footer {
            background-color: #f4f4f4;
            padding-top: 10px;
           
            margin-left: 0;
            width: 100%;
         
            border-top: 1.5px dotted #b6b6b6;
            display: flex;
            justify-content: space-between;
            vertical-align: auto;
         
        }

        .left a{
            color: #b6b6b6;
            font-size: 10px;
        }


        .social-media-links a {
            color:  #f4f4f4;
          
        }

        .X, .Facebook, .YouTube{
            width: 20px;
            margin-right: 15px;
        }

        .social-media-links a img:hover {
            filter: brightness(0) saturate(100%) invert(60%) sepia(9%) saturate(271%) hue-rotate(333deg) brightness(91%) contrast(104%);
        }

        .left a:hover, .right a:hover{
            color: #988989;
        }

        .portrait{
            display: none;
        }

        .portrait-2{
            display: none;
        }

        .navbar-brand:hover{
            color: white;
        }
    
        /*-------------------- LANDSCAPE --------------------------------------- */

         /* iMac Pro 27" 5K */
        @media (max-width: 3200px) and (orientation: landscape){

        .left-column{
            padding: 5rem;
            
        }

        .left-content{
            margin-left: 2rem;
            margin-top: 200px;
        }   

        .main-title{
            font-size: 6rem;

        }

        .sub-title{
            font-size: 3.5rem;
            margin-bottom: 4.5rem;
        }

        .left-bullet-content {
            display: flex;
            flex-direction: column;
            gap: 10px; 
        }

        .left-bullet-row {
            display: flex;
            align-items: center;
            margin-bottom: 3.5rem;
        }

        .left-bullet-row img {
            width: 5rem;
            height: auto;
        }

        .left-bullet-row span {
            flex: 1;
            font-size: 2rem;
        }

        .right-column{
            padding: 3rem;
        }

        .right-content {
            margin-top: 15%;
            margin-bottom: 3rem;
        }

        .FEU-logo{
            width: 50rem;
            height: auto;
        }

        form {
            margin-top: 50px;
            max-width: 1200px;
        }

        input[type="text"],
        input[type="password"],
        select {
            margin-bottom: 20px;
            border: 1px solid #c5c5c5;
            background-color: #e4e4e4;
            border-radius: 7px;
            font-size: 20px;
            padding: 20px;
        }

        .input-forms {
            margin-bottom: 30px; 
        }

        .input-studentnumber, .input-password{
            margin-left: 150px;
            font-size: 2rem;
        }

        .forgot a{
            font-size: 1.5rem;
            margin-left: 150px;

        }

        button {
            padding: 28px;
            font-size: 2rem;
            border-radius: 7px;
            margin-top: 70px;
            margin-bottom: 500px;
        }

        .left a{
        font-size: 15px;
        }

        .X, .Facebook, .YouTube{
        width: 25px;
        margin-right: 15px;
        }

        }

         /* iMac Pro Retina 27" (2016) */
         @media (max-width: 2560px) and (orientation: landscape){

        .left-column{
            padding: 5rem;
            
        }

        .left-content{
            margin-left: 2rem;
            margin-top: 130px;
        }   

        .main-title{
            font-size: 4.6rem;

        }

        .sub-title{
            font-size: 2.9rem;
            margin-bottom: 4.5rem;
        }

        .left-bullet-content {
            display: flex;
            flex-direction: column;
            gap: 10px; 
        }

        .left-bullet-row {
            display: flex;
            align-items: center;
            margin-bottom: 3.5rem;
        }

        .left-bullet-row img {
            width: 4.8rem;
            height: auto;
        }

        .left-bullet-row span {
            flex: 1;
            font-size: 2rem;
        }

        .right-column{
            padding: 3rem;
        }

        .right-content {
            margin-top: 11%;
            margin-bottom: 3rem;
        }

        .FEU-logo{
            width: 48rem;
            height: auto;
        }

        form {
            margin-top: 50px;
            max-width: 1100px;
        }

        input[type="text"],
        input[type="password"],
        select {
            margin-bottom: 20px;
            border: 1px solid #c5c5c5;
            background-color: #e4e4e4;
            border-radius: 7px;
            font-size: 20px;
            padding: 18px;
        }

        .input-forms {
            margin-bottom: 30px; 
        }

        .input-studentnumber, .input-password{
            margin-left: 140px;
            font-size: 2rem;
        }

        .forgot a{
            font-size: 1.5rem;
            margin-left: 140px;

        }

        button {
            padding: 25px;
            font-size: 2rem;
            border-radius: 7px;
            margin-top: 70px;
            margin-bottom: 250px;
        }

        .left a{
        font-size: 15px;
        }

        .X, .Facebook, .YouTube{
        width: 25px;
        margin-right: 15px;
        }

        }

        /* LANDSCAPE iMac Pro 24" 4.5K */
        @media (max-width: 2240px) and (orientation: landscape){
            .left-column{
                padding: 3rem;
                
            }

            .left-content{
                margin-left: 1.5rem;
                margin-top: 135px;
            }   

            .main-title{
                font-size: 3.8rem;

            }

            .sub-title{
                font-size: 2.6rem;
                margin-bottom: 4.5rem;
            }

            .left-bullet-content {
                display: flex;
                flex-direction: column;
                gap: 10px; 
            }

            .left-bullet-row {
                display: flex;
                align-items: center;
                margin-bottom: 3.5rem;
            }

            .left-bullet-row img {
                width: 4rem;
                height: auto;
            }

            .left-bullet-row span {
                flex: 1;
                font-size: 1.7rem;
            }

            .right-column{
                padding: 2.5rem;
            }

            .right-content {
                margin-top: 12%;
                margin-bottom: 3rem;
            }

            .FEU-logo{
                width: 35rem;
                height: auto;
            }

            form {
                margin-top: 50px;
                max-width: 900px;
            }

            input[type="text"],
            input[type="password"],
            select {
                margin-bottom: 20px;
                border: 1px solid #c5c5c5;
                background-color: #e4e4e4;
                border-radius: 7px;
                font-size: 20px;
                padding: 18px;
            }

            .input-forms {
                margin-bottom: 30px; 
            }

            .input-studentnumber, .input-password{
                margin-left: 110px;
                font-size: 1.8rem;
            }

            .forgot a{
                font-size: 1.3rem;
                margin-left: 110px;

            }

            button {
                padding: 18px;
                font-size: 1.8rem;
                border-radius: 7px;
                margin-top: 70px;
                margin-bottom: 230px;
            }

            .left a{
            font-size: 12px;
            }

            .X, .Facebook, .YouTube{
            width: 25px;
            margin-right: 15px;
            }
        }

        /* iMac Pro 21" 4K */
        @media (max-width: 2048px) and (orientation: landscape){
            .left-column{
                padding: 2.5rem;
                
            }

            .left-content{
                margin-left: 1.4rem;
                margin-top: 110px;
            }   

            .main-title{
                font-size: 3.8rem;

            }

            .sub-title{
                font-size: 2.6rem;
                margin-bottom: 4.5rem;
            }

            .left-bullet-content {
                display: flex;
                flex-direction: column;
                gap: 10px; 
            }

            .left-bullet-row {
                display: flex;
                align-items: center;
                margin-bottom: 3.5rem;
            }

            .left-bullet-row img {
                width: 4rem;
                height: auto;
            }

            .left-bullet-row span {
                flex: 1;
                font-size: 1.7rem;
            }

            .right-column{
                padding: 2.5rem;
            }

            .right-content {
                margin-top: 10%;
                margin-bottom: 3rem;
            }

            .FEU-logo{
                width: 30rem;
                height: auto;
            }

            form {
                margin-top: 50px;
                max-width: 850px;
            }

            input[type="text"],
            input[type="password"],
            select {
                margin-bottom: 20px;
                border: 1px solid #c5c5c5;
                background-color: #e4e4e4;
                border-radius: 7px;
                font-size: 20px;
                padding: 15px;
            }

            .input-forms {
                margin-bottom: 30px; 
            }

            .input-studentnumber, .input-password{
                margin-left: 110px;
                font-size: 1.8rem;
            }

            .forgot a{
                font-size: 1.3rem;
                margin-left: 110px;

            }

            button {
                padding: 22px;
                font-size: 1.8rem;
                border-radius: 7px;
                margin-top: 70px;
                margin-bottom: 210px;
            }

            .left a{
            font-size: 12px;
            }

            .X, .Facebook, .YouTube{
            width: 25px;
            margin-right: 15px;
            }
        }

         /* Macbook Pro 16" (2021) */
         @media (max-width: 1728px) and (orientation: landscape){

            .left-column{
            background: url('https://lh3.googleusercontent.com/d/16IBjA6U130QVwK9S91dk0veY-655Q0Bg') repeat-y center center fixed;
            background-size: 130%;
            background-position: left -5px top 0px;
            padding: 1.5rem;   
            }

            .left-content{
                margin-left: 1.4rem;
                margin-top: 120px;
            }   

            .main-title{
                font-size: 3.1rem;
            }

            .sub-title{
                font-size: 2rem;
                margin-bottom: 4.5rem;
            }

            .left-bullet-content {
                display: flex;
                flex-direction: column;
                gap: 10px; 
            }

            .left-bullet-row {
                display: flex;
                align-items: center;
                margin-bottom: 2rem;
            }

            .left-bullet-row img {
                width: 3.2rem;
                height: auto;
            }

            .left-bullet-row span {
                flex: 1;
                font-size: 1.5rem;
            }

            .right-column{
                padding: 2.5rem;
            }

            .right-content {
                margin-top: 15%;
                margin-bottom: 3rem;
            }

            .FEU-logo{
                width: 30rem;
                height: auto;
            }

            form {
                margin-top: 50px;
                max-width: 850px;
            }

            input[type="text"],
            input[type="password"],
            select {
                margin-bottom: 20px;
                border: 1px solid #c5c5c5;
                background-color: #e4e4e4;
                border-radius: 6px;
                font-size: 20px;
                padding: 12.5px;
            }

            .input-forms {
                margin-bottom: 30px; 
            }

            .input-studentnumber, .input-password{
                margin-left: 100px;
                font-size: 1.6rem;
            }

            .forgot a{
                font-size: 1.2rem;
                margin-left: 100px;

            }

            button {
                padding: 18.5px;
                font-size: 1.6rem;
                border-radius: 6px;
                margin-top: 70px;
                margin-bottom: 190px;
            }

            .left a{
            font-size: 12px;
            }

            .X, .Facebook, .YouTube{
            width: 25px;
            margin-right: 15px;
            }
        }

         /* My Device */
         @media (max-width: 1536px) and (orientation: landscape){

        .left-column{
        background: url('https://lh3.googleusercontent.com/d/16IBjA6U130QVwK9S91dk0veY-655Q0Bg') repeat-y center center fixed;
        background-size: 120%;
        background-position: left -5px top 0px;
        padding: 1rem;   
        }

        .left-content{
            margin-left: 1.4rem;
            margin-top: -20px;
        }   

        .main-title{
            font-size: 2.6rem;
        }

        .sub-title{
            font-size: 1.7rem;
            margin-bottom: 2.1rem;
        }

        .left-bullet-content {
            display: flex;
            flex-direction: column;
            gap: 10px; 
        }

        .left-bullet-row {
            display: flex;
            align-items: center;
            margin-bottom: 1.5rem;
        }

        .left-bullet-row img {
            width: 2.8rem;
            height: auto;
        }

        .left-bullet-row span {
            flex: 1;
            font-size: 1.1rem;
        }

        .right-column{
            padding: 1.0rem;
        }

        .right-content {
            margin-top: 8%;
            margin-bottom: 3rem;
        }

        .FEU-logo{
            width: 22rem;
            height: auto;
        }

        form {
            margin-top: 20px;
            max-width: 600px;
        }

        input[type="text"],
        input[type="password"],
        select {
            margin-bottom: 15px;
            border: 1px solid #c5c5c5;
            background-color: #e4e4e4;
            border-radius: 5px;
            font-size: 16px;
            padding: 5px;
        }

        .input-forms {
            margin-bottom: 10px; 
        }

        .input-studentnumber, .input-password{
            margin-left: 80px;
            font-size: 1.1rem;
        }

        .forgot a{
            font-size: 1rem;
            margin-left: 80px;

        }

        button {
            padding: 10px;
            font-size: 1rem;
            border-radius: 5px;
            margin-top: 40px;
            margin-bottom: 110px;
        }

        .left a{
        font-size: 10px;
        }

        .X, .Facebook, .YouTube{
        width: 20px;
        margin-right: 15px;
        }
        }

        /* Macbook Pro 14" (2021) */
        @media (max-width: 1512px) and (orientation: landscape){

        .left-column{
            background: url('https://lh3.googleusercontent.com/d/16IBjA6U130QVwK9S91dk0veY-655Q0Bg') repeat-y center center fixed;
            background-size: 126%;
            background-position: left -5px top 0px;
            padding: 1.5rem;  
        }

        .left-content{
            margin-left: 1.4rem;
            margin-top: 120px;
        }   

        .main-title{
            font-size: 2.6rem;
        }

        .sub-title{
            font-size: 1.7rem;
            margin-bottom: 2.1rem;
        }

        .left-bullet-content {
            display: flex;
            flex-direction: column;
            gap: 10px; 
        }

        .left-bullet-row {
            display: flex;
            align-items: center;
            margin-bottom: 1.5rem;
        }

        .left-bullet-row img {
            width: 2.8rem;
            height: auto;
        }

        .left-bullet-row span {
            flex: 1;
            font-size: 1.1rem;
        }

        .right-column{
            padding: 1.0rem;
        }

        .right-content {
            margin-top: 17%;
            margin-bottom: 3rem;
        }

        .FEU-logo{
            width: 22rem;
            height: auto;
        }

        form {
            margin-top: 20px;
            max-width: 600px;
        }

        input[type="text"],
        input[type="password"],
        select {
            margin-bottom: 15px;
            border: 1px solid #c5c5c5;
            background-color: #e4e4e4;
            border-radius: 5px;
            font-size: 16px;
            padding: 5px;
        }

        .input-forms {
            margin-bottom: 10px; 
        }

        .input-studentnumber, .input-password{
            margin-left: 80px;
            font-size: 1.1rem;
        }

        .forgot a{
            font-size: 1rem;
            margin-left: 80px;

        }

        button {
            padding: 10px;
            font-size: 1rem;
            border-radius: 5px;
            margin-top: 40px;
            margin-bottom: 300px;
        }

        .left a{
        font-size: 12px;
        }

        .X, .Facebook, .YouTube{
        width: 25px;
        margin-right: 15px;
        }
        }

        /* iPad Pro 12.9" (2021) */
         @media (max-width: 1367px) and (orientation: landscape){

.left-column{
    background: url('https://lh3.googleusercontent.com/d/16IBjA6U130QVwK9S91dk0veY-655Q0Bg') repeat-y center center fixed;
    background-size: 140%;
    background-position: left -40px top 0px;
    padding: 1.2rem;  
}

.left-content{
    margin-left: 1.4rem;
    margin-top: 120px;
}   

.main-title{
    font-size: 2.5rem;
}

.sub-title{
    font-size: 1.7rem;
    margin-bottom: 2.1rem;
}

.left-bullet-content {
    display: flex;
    flex-direction: column;
    gap: 10px; 
}

.left-bullet-row {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
}

.left-bullet-row img {
    width: 2.8rem;
    height: auto;
}

.left-bullet-row span {
    flex: 1;
    font-size: 1.1rem;
}

.right-column{
    padding: 1.0rem;
}

.right-content {
    margin-top: 17%;
    margin-bottom: 3rem;
}

.FEU-logo{
    width: 22rem;
    height: auto;
}

form {
    margin-top: 20px;
    max-width: 600px;
}

input[type="text"],
input[type="password"],
select {
    margin-bottom: 15px;
    border: 1px solid #c5c5c5;
    background-color: #e4e4e4;
    border-radius: 5px;
    font-size: 16px;
    padding: 5px;
}

.input-forms {
    margin-bottom: 10px; 
}

.input-studentnumber, .input-password{
    margin-left: 80px;
    font-size: 1.1rem;
}

.forgot a{
    font-size: 1rem;
    margin-left: 80px;

}

button {
    padding: 10px;
    font-size: 1rem;
    border-radius: 5px;
    margin-top: 40px;
    margin-bottom: 300px;
}

.left a{
font-size: 12px;
}

.X, .Facebook, .YouTube{
width: 25px;
margin-right: 15px;
}
}

        /* Macbook Pro 13" (2020) */
        @media (max-width: 1280px) and (orientation: landscape){

.left-column{
    background: url('https://lh3.googleusercontent.com/d/16IBjA6U130QVwK9S91dk0veY-655Q0Bg') repeat-y center center fixed;
    background-size: 140%;
    background-position: left -40px top 0px;
    padding: 1rem;  
}

.left-content{
    margin-left: 1.2rem;
    margin-top: 80px;
}   

.main-title{
    font-size: 2.5rem;
}

.sub-title{
    font-size: 1.7rem;
    margin-bottom: 2.1rem;
}

.left-bullet-content {
    display: flex;
    flex-direction: column;
    gap: 10px; 
}

.left-bullet-row {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
}

.left-bullet-row img {
    width: 2.8rem;
    height: auto;
}

.left-bullet-row span {
    flex: 1;
    font-size: 1.1rem;
}

.right-column{
    padding: 1.0rem;
}

.right-content {
    margin-top: 14%;
    margin-bottom: 3rem;
}

.FEU-logo{
    width: 22rem;
    height: auto;
}

form {
    margin-top: 20px;
    max-width: 600px;
}

input[type="text"],
input[type="password"],
select {
    margin-bottom: 15px;
    border: 1px solid #c5c5c5;
    background-color: #e4e4e4;
    border-radius: 5px;
    font-size: 16px;
    padding: 5px;
}

.input-forms {
    margin-bottom: 10px; 
}

.input-studentnumber, .input-password{
    margin-left: 80px;
    font-size: 1.1rem;
}

.forgot a{
    font-size: 1rem;
    margin-left: 80px;

}

button {
    padding: 10px;
    font-size: 1rem;
    border-radius: 5px;
    margin-top: 40px;
    margin-bottom: 170px;
}

.left a{
font-size: 10px;
}

.X, .Facebook, .YouTube{
width: 20px;
margin-right: 15px;
}
}

        /* iPad Pro 11" (2021) */
        @media (max-width: 1195px) and (orientation: landscape){

.left-column{
    background: url('https://lh3.googleusercontent.com/d/16IBjA6U130QVwK9S91dk0veY-655Q0Bg') repeat-y center center fixed;
    background-size: 140%;
    background-position: left -40px top 0px;
    padding: 1rem;  
}

.left-content{
    margin-left: 1.1rem;
    margin-top: 80px;
}   

.main-title{
    font-size: 2.3rem;
}

.sub-title{
    font-size: 1.4rem;
    margin-bottom: 2.1rem;
}

.left-bullet-content {
    display: flex;
    flex-direction: column;
    gap: 10px; 
}

.left-bullet-row {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
}

.left-bullet-row img {
    width: 2.6rem;
    height: auto;
}

.left-bullet-row span {
    flex: 1;
    font-size: 1.0rem;
}

.right-column{
    padding: 1.0rem;
}

.right-content {
    margin-top: 14%;
    margin-bottom: 3rem;
}

.FEU-logo{
    width: 22rem;
    height: auto;
}

form {
    margin-top: 20px;
    max-width: 600px;
}

input[type="text"],
input[type="password"],
select {
    margin-bottom: 15px;
    border: 1px solid #c5c5c5;
    background-color: #e4e4e4;
    border-radius: 5px;
    font-size: 16px;
    padding: 5px;
}

.input-forms {
    margin-bottom: 10px; 
}

.input-studentnumber, .input-password{
    margin-left: 80px;
    font-size: 1.1rem;
}

.forgot a{
    font-size: 1rem;
    margin-left: 80px;

}

button {
    padding: 10px;
    font-size: 1rem;
    border-radius: 5px;
    margin-top: 40px;
    margin-bottom: 170px;
}

.left a{
font-size: 10px;
}

.X, .Facebook, .YouTube{
width: 20px;
margin-right: 15px;
}
}

        /* iPad Pro 10.5" (2017) */
        @media (max-width: 1113px) and (orientation: landscape){

.left-column{
    background: url('https://lh3.googleusercontent.com/d/16IBjA6U130QVwK9S91dk0veY-655Q0Bg') repeat-y center center fixed;
    background-size: 140%;
    background-position: left -40px top 0px;
    padding: 1rem;  
}

.left-content{
    margin-left: 1.1rem;
    margin-top: 80px;
}   

.main-title{
    font-size: 2.1rem;
}

.sub-title{
    font-size: 1.2rem;
    margin-bottom: 2.3rem;
}

.left-bullet-content {
    display: flex;
    flex-direction: column;
    gap: 10px; 
}

.left-bullet-row {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
    
}

.left-bullet-row img {
  
    width: 2.4rem;
    height: auto;
    margin-left: 10px;
}

.left-bullet-row span {
    flex: 1;
    font-size: 0.85rem;
}

.right-column{
    padding: 0.8rem;
}

.right-content {
    margin-top: 14%;
    margin-bottom: 3rem;
}

.FEU-logo{
    width: 20rem;
    height: auto;
}

form {
    margin-top: 20px;
    max-width: 450px;
}

input[type="text"],
input[type="password"],
select {
    margin-bottom: 15px;
    border: 1px solid #c5c5c5;
    background-color: #e4e4e4;
    border-radius: 5px;
    font-size: 16px;
    padding: 4px;
}

.input-forms {
    margin-bottom: 10px; 
}

.input-studentnumber, .input-password{
    margin-left: 60px;
    font-size: 1.0rem;
}

.forgot a{
    font-size: 0.9rem;
    margin-left: 60px;

}

button {
    padding: 9px;
    font-size: 1rem;
    border-radius: 5px;
    margin-top: 40px;
    margin-bottom: 170px;
}

.left a{
font-size: 10px;
}

.X, .Facebook, .YouTube{
width: 20px;
margin-right: 15px;
}
}

 /* iPhone 15 Pro Max */
 @media (max-width: 933px) and (orientation: landscape){

            .row{ 
                display: grid;
                grid-template-columns: 1fr 1fr;
            }



.left-column{
    background: url('https://lh3.googleusercontent.com/d/16IBjA6U130QVwK9S91dk0veY-655Q0Bg') repeat-y center center fixed;
    background-size: 140%;
    background-position: left -40px top 0px;
    padding: 1rem;

}

.left-content{
    margin-left: 1.1rem;
    margin-top: 55px;
}   

.main-title{
    font-size: 1.6rem;
}

.sub-title{
    font-size: 1rem;
    margin-bottom: 1.8rem;
}

.left-bullet-content {
    display: flex;
    flex-direction: column;
    gap: 10px; 
}

.left-bullet-row {
    display: flex;
    align-items: center;
    margin-bottom: 0.8rem;
    
}

.left-bullet-row img {
  
    width: 1.7rem;
    height: auto;
    margin-left: 10px;
    margin-right: 20px;
}

.left-bullet-row span {
    flex: 1;
    font-size: 0.7rem;
}

.right-column{
    padding: 0.8rem;
}

.right-content {
    margin-top: 14%;
    margin-bottom: 3rem;
}

.FEU-logo{
    width: 15rem;
    height: auto;
}

form {
    margin-top: 15px;
    max-width: 350px;
}

input[type="text"],
input[type="password"],
select {
    margin-bottom: 10px;
    border: 1px solid #c5c5c5;
    background-color: #e4e4e4;
    border-radius: 5px;
    font-size: 12px;
    padding: 4px;
}

.input-forms {
    margin-bottom: 7px; 
}

.input-studentnumber, .input-password{
    margin-left: 45px;
    font-size: 0.8rem;
}

.forgot a{
    font-size: 0.75rem;
    margin-left: 45px;

}

button {
    padding: 9px;
    font-size: 0.8rem;
    border-radius: 5px;
    margin-top: 40px;
    margin-bottom: 270px;
}

footer{
    padding-top: 0px;
}

.left a{
font-size: 7px;
}

.X, .Facebook, .YouTube{
width: 15px;
margin-right: 10px;
}
}

        /* iPhone 15 Pro */
        @media (max-width: 853px) and (orientation: landscape){

.row{ 
    display: grid;
    grid-template-columns: 1fr 1fr;
}



.left-column{
background: url('https://lh3.googleusercontent.com/d/16IBjA6U130QVwK9S91dk0veY-655Q0Bg') repeat-y center center fixed;
background-size: 140%;
background-position: left -40px top 0px;
padding: 1rem;

}

.left-content{
margin-left: 1.1rem;
margin-top: 55px;
}   

.main-title{
font-size: 1.45rem;
}

.sub-title{
font-size: 0.9rem;
margin-bottom: 1.8rem;
}

.left-bullet-content {
display: flex;
flex-direction: column;
gap: 10px; 
}

.left-bullet-row {
display: flex;
align-items: center;
margin-bottom: 0.8rem;

}

.left-bullet-row img {

width: 1.6rem;
height: auto;
margin-left: 10px;
margin-right: 20px;
}

.left-bullet-row span {
flex: 1;
font-size: 0.6rem;
}

.right-column{
padding: 0.8rem;
}

.right-content {
margin-top: 14%;
margin-bottom: 3rem;
}

.FEU-logo{
width: 14rem;
height: auto;
}

form {
margin-top: 10px;
max-width: 300px;
}

input[type="text"],
input[type="password"],
select {
margin-bottom: 8px;
border: 1px solid #c5c5c5;
background-color: #e4e4e4;
border-radius: 4px;
font-size: 11px;
padding: 3.5px;
}

.input-forms {
margin-bottom: 7px; 
}

.input-studentnumber, .input-password{
margin-left: 38px;
font-size: 0.8rem;
}

.forgot a{
font-size: 0.65rem;
margin-left: 38px;

}

button {
padding: 8px;
font-size: 0.7rem;
border-radius: 5px;
margin-top: 40px;
margin-bottom: 270px;
}

footer{
padding-top: 0px;
}

.left a{
font-size: 7px;
}

.X, .Facebook, .YouTube{
width: 15px;
margin-right: 10px;
}
}




/*--------------------PORTRAIT iPAD--------------------------------------- */

/* PORTRAIT iPad Pro 12.9" (2021) */
@media (max-height: 1367px) and (orientation: portrait){
    
    .landscape{
        display: none;
    }
    body, html {
        height: 100%;
        margin: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background: url('https://lh3.googleusercontent.com/d/16IBjA6U130QVwK9S91dk0veY-655Q0Bg') repeat-y center center fixed;
        background-size: 250%;
        background-position: left 0px top 40px;
    }


    .portrait{
        display: block;
        padding: 0px;
        margin: 0;
        width: 188%;
       
    }

    .right-content{
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            min-height: 100vh;
            width: 100%;
    }

    main{
        flex: 1;
        margin-bottom: 200px;
    }

    .login-container {
        padding: 20px;
        width: 180%;
        max-width: 550px;
        height: auto;
        background-color: #f4f4f4;
       
        border-radius: 15px;
        
       
        
  
    }

    .FEU-logo{
        margin-top: 50px;
        width: 65%;
    }

    form {
        max-width: 500px;
        margin: 0 auto;
        text-align: left;
    }

    .input-studentnumber, .input-password{
        text-align: left;
        margin-left: 65px;
    }

    .forgot a {
        margin-left: 65px;
    }

    button{
        margin-bottom: 80px;
    }

    footer {
        padding: 15px;
        text-align: center;
        background-color: #f8f9fa;
        position: relative;
        left: 0; 
        right: 0;
        bottom: 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        box-sizing: border-box;
        border-top: 0px dotted #b6b6b6;
       
    }

    .left a{
        color: #b6b6b6;
        font-size: 11px;
        margin: 15px;
    }


    .social-media-links a {
        color:  #f4f4f4;
      
    }

    .X, .Facebook{
        width: 25px;
        margin-right: 15px;
    }

    .YouTube{
        width: 25px;
        margin-right: 15px;
    }

    .social-media-links a img:hover {
        filter: brightness(0) saturate(100%) invert(60%) sepia(9%) saturate(271%) hue-rotate(333deg) brightness(91%) contrast(104%);
    }

    .left a:hover, .right a:hover{
        color: #988989;
    }

    
.header{
    background-color: #004b1c;
    padding-top: 10px;
    padding-right: 40px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 5%;
    z-index: var(50);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.navbar-brand{
    color: white;
    font-weight: bold;
}

.row{
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.dropdown-icon img{
    width: 30px;
    height: auto;
    cursor: pointer;


}

.dropdown-icon img:hover{
    filter: brightness(0) saturate(100%) invert(75%) sepia(66%) saturate(1429%) hue-rotate(352deg) brightness(102%) contrast(104%);
    width: 30px;
    height: auto;

}

ul{
    list-style-type: none;
}

.dropdown-content {
    display: none;
    position: absolute;
    border-radius: 5px;
    padding: 30px;
    background-color: rgba(0,0,0,0.85);
    /* background: url('https://lh3.googleusercontent.com/d/16IBjA6U130QVwK9S91dk0veY-655Q0Bg') repeat-y center center fixed; */
    background-size: 180%;
    background-position: left 150px top 0px;
    width: 400px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    right: 0;

  }
  
  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
  }
  
  .dropdown:hover .dropdown-content {
    display: block;
  }

    .show {
    display: block;
}


    
    .left-content{
    margin-left: 1.1rem;
    margin-top: 0px;
    }   
    
    .main-title{
    font-size: 1.45rem;
    margin-top: 20px;
   
    }
    
    .sub-title{
    font-size: 0.9rem;
    margin-bottom: 1.8rem;
    }
    
    .left-bullet-content {
    display: flex;
    flex-direction: column;
    gap: 10px; 
    }
    
    .left-bullet-row {
    display: flex;
    align-items: center;
    margin-bottom: 0.8rem;
    
    }
    
    .left-bullet-row img {
    
    width: 1.6rem;
    height: auto;
    margin-left: 10px;
    margin-right: 20px;
    }
    
    .left-bullet-row span {
    flex: 1;
    font-size: 0.8rem;
    }

}


/* PORTRAIT iPad Pro 11" (2021) */
@media (max-height: 1195px) and (orientation: portrait){
    
    .landscape{
        display: none;
    }
    body, html {
        height: 100%;
        margin: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background: url('https://lh3.googleusercontent.com/d/16IBjA6U130QVwK9S91dk0veY-655Q0Bg') repeat-y center center fixed;
        background-size: 280%;
        background-position: left 0px top 55px;
    }


    .portrait{
        display: block;
        padding: 0px;
        margin: 0;
        width: 151.90%;
       
    }

    .right-content{
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            min-height: 100vh;
            width: 100%;
    }

    main{
        flex: 1;
        margin-bottom: 200px;
    }

    .login-container {
        padding: 20px;
        width: 180%;
        max-width: 550px;
        height: auto;
        background-color: #f4f4f4;
       
        border-radius: 15px;
        
       
        
  
    }

    .FEU-logo{
        margin-top: 50px;
        width: 60%;
    }

    form {
        max-width: 500px;
        margin: 0 auto;
        text-align: left;
    }

    .input-studentnumber, .input-password{
        text-align: left;
        margin-left: 65px;
    }

    .forgot a {
        margin-left: 65px;
    }

    button{
        margin-bottom: 80px;
    }

    footer {
        padding: 15px;
        text-align: center;
        background-color: #f8f9fa;
        position: relative;
        left: 0; 
        right: 0;
        bottom: 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        box-sizing: border-box;
        border-top: 0px dotted #b6b6b6;
       
    }

    .left a{
        color: #b6b6b6;
        font-size: 11px;
        margin: 21px;
    }


    .social-media-links a {
        color:  #f4f4f4;
      
    }

    .X, .Facebook{
        width: 25px;
        margin-right: 15px;
    }

    .YouTube{
        width: 25px;
        margin-right: 15px;
    }

    .social-media-links a img:hover {
        filter: brightness(0) saturate(100%) invert(60%) sepia(9%) saturate(271%) hue-rotate(333deg) brightness(91%) contrast(104%);
    }

    .left a:hover, .right a:hover{
        color: #988989;
    }

    
.header{
    background-color: #004b1c;
    padding-top: 10px;
    padding-right: 40px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 5%;
    z-index: var(50);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.navbar-brand{
    color: white;
    font-weight: bold;
}

.row{
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.dropdown-icon img{
    width: 30px;
    height: auto;
    cursor: pointer;


}

.dropdown-icon img:hover{
    filter: brightness(0) saturate(100%) invert(75%) sepia(66%) saturate(1429%) hue-rotate(352deg) brightness(102%) contrast(104%);
    width: 30px;
    height: auto;

}

ul{
    list-style-type: none;
}

.dropdown-content {
    display: none;
    position: absolute;
    border-radius: 5px;
    padding: 30px;
    background-color: rgba(0,0,0,0.85);
    /* background: url('https://lh3.googleusercontent.com/d/16IBjA6U130QVwK9S91dk0veY-655Q0Bg') repeat-y center center fixed; */
    background-size: 180%;
    background-position: left 150px top 0px;
    width: 400px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    right: 0;

  }
  
  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
  }
  
  .dropdown:hover .dropdown-content {
    display: block;
  }

    .show {
    display: block;
}


    
    .left-content{
    margin-left: 1.1rem;
    margin-top: 0px;
    }   
    
    .main-title{
    font-size: 1.45rem;
    margin-top: 20px;
   
    }
    
    .sub-title{
    font-size: 0.9rem;
    margin-bottom: 1.8rem;
    }
    
    .left-bullet-content {
    display: flex;
    flex-direction: column;
    gap: 10px; 
    }
    
    .left-bullet-row {
    display: flex;
    align-items: center;
    margin-bottom: 0.8rem;
    
    }
    
    .left-bullet-row img {
    
    width: 1.6rem;
    height: auto;
    margin-left: 10px;
    margin-right: 20px;
    }
    
    .left-bullet-row span {
    flex: 1;
    font-size: 0.8rem;
    }

}

/* PORTRAIT iPad Air (2023) */
@media (max-height: 1181px) and (orientation: portrait){
    
    .landscape{
        display: none;
    }
    body, html {
        height: 100%;
        margin: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background: url('https://lh3.googleusercontent.com/d/16IBjA6U130QVwK9S91dk0veY-655Q0Bg') repeat-y center center fixed;
        background-size: 280%;
        background-position: left 0px top 55px;
    }


    .portrait{
        display: block;
        padding: 0px;
        margin: 0;
        width: 149%;
       
    }

    .right-content{
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            min-height: 100vh;
            width: 100%;
    }

    main{
        flex: 1;
        margin-bottom: 200px;
    }

    .login-container {
        padding: 20px;
        width: 180%;
        max-width: 550px;
        height: auto;
        background-color: #f4f4f4;
       
        border-radius: 15px;
        
       
        
  
    }

    .FEU-logo{
        margin-top: 50px;
        width: 60%;
    }

    form {
        max-width: 500px;
        margin: 0 auto;
        text-align: left;
    }

    .input-studentnumber, .input-password{
        text-align: left;
        margin-left: 65px;
    }

    .forgot a {
        margin-left: 65px;
    }

    button{
        margin-bottom: 80px;
    }

    footer {
        padding: 15px;
        text-align: center;
        background-color: #f8f9fa;
        position: relative;
        left: 0; 
        right: 0;
        bottom: 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        box-sizing: border-box;
        border-top: 0px dotted #b6b6b6;
       
    }

    .left a{
        color: #b6b6b6;
        font-size: 11px;
        margin: 23px;
    }


    .social-media-links a {
        color:  #f4f4f4;
      
    }

    .X, .Facebook{
        width: 25px;
        margin-right: 15px;
    }

    .YouTube{
        width: 25px;
        margin-right: 15px;
    }

    .social-media-links a img:hover {
        filter: brightness(0) saturate(100%) invert(60%) sepia(9%) saturate(271%) hue-rotate(333deg) brightness(91%) contrast(104%);
    }

    .left a:hover, .right a:hover{
        color: #988989;
    }

    
.header{
    background-color: #004b1c;
    padding-top: 10px;
    padding-right: 40px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 5%;
    z-index: var(50);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.navbar-brand{
    color: white;
    font-weight: bold;
}

.row{
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.dropdown-icon img{
    width: 30px;
    height: auto;
    cursor: pointer;


}

.dropdown-icon img:hover{
    filter: brightness(0) saturate(100%) invert(75%) sepia(66%) saturate(1429%) hue-rotate(352deg) brightness(102%) contrast(104%);
    width: 30px;
    height: auto;

}

ul{
    list-style-type: none;
}

.dropdown-content {
    display: none;
    position: absolute;
    border-radius: 5px;
    padding: 30px;
    background-color: rgba(0,0,0,0.85);
    /* background: url('https://lh3.googleusercontent.com/d/16IBjA6U130QVwK9S91dk0veY-655Q0Bg') repeat-y center center fixed; */
    background-size: 180%;
    background-position: left 150px top 0px;
    width: 400px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    right: 0;

  }
  
  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
  }
  
  .dropdown:hover .dropdown-content {
    display: block;
  }

    .show {
    display: block;
}


    
    .left-content{
    margin-left: 1.1rem;
    margin-top: 0px;
    }   
    
    .main-title{
    font-size: 1.45rem;
    margin-top: 20px;
   
    }
    
    .sub-title{
    font-size: 0.9rem;
    margin-bottom: 1.8rem;
    }
    
    .left-bullet-content {
    display: flex;
    flex-direction: column;
    gap: 10px; 
    }
    
    .left-bullet-row {
    display: flex;
    align-items: center;
    margin-bottom: 0.8rem;
    
    }
    
    .left-bullet-row img {
    
    width: 1.6rem;
    height: auto;
    margin-left: 10px;
    margin-right: 20px;
    }
    
    .left-bullet-row span {
    flex: 1;
    font-size: 0.8rem;
    }

}

/* PORTRAIT iPad Pro 10.5" (2017) */
@media (max-height: 1113px) and (orientation: portrait){
    
    .landscape{
        display: none;
    }
    body, html {
        height: 100%;
        margin: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background: url('https://lh3.googleusercontent.com/d/16IBjA6U130QVwK9S91dk0veY-655Q0Bg') repeat-y center center fixed;
        background-size: 280%;
        background-position: left 0px top 50px;
    }


    .portrait{
        display: block;
        padding: 0px;
        margin: 0;
        width: 155%;
       
    }

    .right-content{
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            min-height: 100vh;
            width: 100%;
    }

    main{
        flex: 1;
        margin-bottom: 200px;
    }

    .login-container {
        padding: 20px;
        width: 180%;
        max-width: 550px;
        height: auto;
        background-color: #f4f4f4;
       
        border-radius: 15px;
        
       
        
  
    }

    .FEU-logo{
        margin-top: 50px;
        width: 65%;
    }

    form {
        max-width: 500px;
        margin: 0 auto;
        text-align: left;
    }

    .input-studentnumber, .input-password{
        text-align: left;
        margin-left: 65px;
    }

    .forgot a {
        margin-left: 65px;
    }

    button{
        margin-bottom: 80px;
    }

    footer {
        padding: 15px;
        text-align: center;
        background-color: #f8f9fa;
        position: relative;
        left: 0; 
        right: 0;
        bottom: 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        box-sizing: border-box;
        border-top: 0px dotted #b6b6b6;
       
    }

    .left a{
        color: #b6b6b6;
        font-size: 11px;
        margin: 21.5px;
    }


    .social-media-links a {
        color:  #f4f4f4;
      
    }

    .X, .Facebook{
        width: 25px;
        margin-right: 15px;
    }

    .YouTube{
        width: 25px;
        margin-right: 15px;
    }

    .social-media-links a img:hover {
        filter: brightness(0) saturate(100%) invert(60%) sepia(9%) saturate(271%) hue-rotate(333deg) brightness(91%) contrast(104%);
    }

    .left a:hover, .right a:hover{
        color: #988989;
    }

    
.header{
    background-color: #004b1c;
    padding-top: 10px;
    padding-right: 40px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 5.25%;
    z-index: var(50);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.navbar-brand{
    color: white;
    font-weight: bold;
}

.row{
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.dropdown-icon img{
    width: 30px;
    height: auto;
    cursor: pointer;


}

.dropdown-icon img:hover{
    filter: brightness(0) saturate(100%) invert(75%) sepia(66%) saturate(1429%) hue-rotate(352deg) brightness(102%) contrast(104%);
    width: 30px;
    height: auto;

}

ul{
    list-style-type: none;
}

.dropdown-content {
    display: none;
    position: absolute;
    border-radius: 5px;
    padding: 30px;
    background-color: rgba(0,0,0,0.85);
    /* background: url('https://lh3.googleusercontent.com/d/16IBjA6U130QVwK9S91dk0veY-655Q0Bg') repeat-y center center fixed; */
    background-size: 180%;
    background-position: left 150px top 0px;
    width: 400px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    right: 0;

  }
  
  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
  }
  
  .dropdown:hover .dropdown-content {
    display: block;
  }

    .show {
    display: block;
}


    
    .left-content{
    margin-left: 1.1rem;
    margin-top: 0px;
    }   
    
    .main-title{
    font-size: 1.45rem;
    margin-top: 20px;
   
    }
    
    .sub-title{
    font-size: 0.9rem;
    margin-bottom: 1.8rem;
    }
    
    .left-bullet-content {
    display: flex;
    flex-direction: column;
    gap: 10px; 
    }
    
    .left-bullet-row {
    display: flex;
    align-items: center;
    margin-bottom: 0.8rem;
    
    }
    
    .left-bullet-row img {
    
    width: 1.6rem;
    height: auto;
    margin-left: 10px;
    margin-right: 20px;
    }
    
    .left-bullet-row span {
    flex: 1;
    font-size: 0.8rem;
    }

}


/* PORTRAIT iPad Pro 9.7" (2016) */
@media (max-height: 1025px) and (orientation: portrait){
    
    .landscape{
        display: none;
    }
    body, html {
        height: 100%;
        margin: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background: url('https://lh3.googleusercontent.com/d/16IBjA6U130QVwK9S91dk0veY-655Q0Bg') repeat-y center center fixed;
        background-size: 280%;
        background-position: left 0px top 45px;
    }


    .portrait{
        display: block;
        padding: 0px;
        margin: 0;
        width: 155%;
       
    }

    .right-content{
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            min-height: 100vh;
            width: 100%;
    }

    main{
        flex: 1;
        margin-bottom: 200px;
    }

    .login-container {
        padding: 20px;
        width: 175%;
        max-width: 500px;
        height: auto;
        background-color: #f4f4f4;
       
        border-radius: 15px;
        
       
        
  
    }

    .FEU-logo{
        margin-top: 50px;
        width: 60%;
    }

    form {
        max-width: 500px;
        margin: 0 auto;
        text-align: left;
    }

    .input-studentnumber, .input-password{
        text-align: left;
        margin-left: 60px;
    }

    .forgot a {
        margin-left: 65px;
    }

    button{
        margin-bottom: 80px;
    }

    footer {
        padding: 15px;
        text-align: center;
        background-color: #f8f9fa;
        position: relative;
        left: 0; 
        right: 0;
        bottom: 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        box-sizing: border-box;
        border-top: 0px dotted #b6b6b6;
       
    }

    .left a{
        color: #b6b6b6;
        font-size: 11px;
        margin-left: 15px;
    }


    .social-media-links a {
        color:  #f4f4f4;
      
    }

    .X, .Facebook{
        width: 25px;
        margin-right: 15px;
    }

    .YouTube{
        width: 25px;
        margin-right: 15px;
    }

    .social-media-links a img:hover {
        filter: brightness(0) saturate(100%) invert(60%) sepia(9%) saturate(271%) hue-rotate(333deg) brightness(91%) contrast(104%);
    }

    .left a:hover, .right a:hover{
        color: #988989;
    }

    
.header{
    background-color: #004b1c;
    padding-top: 10px;
    padding-right: 40px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 6%;
    z-index: var(50);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.navbar-brand{
    color: white;
    font-weight: bold;
}

.row{
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.dropdown-icon img{
    width: 30px;
    height: auto;
    cursor: pointer;


}

.dropdown-icon img:hover{
    filter: brightness(0) saturate(100%) invert(75%) sepia(66%) saturate(1429%) hue-rotate(352deg) brightness(102%) contrast(104%);
    width: 30px;
    height: auto;

}

ul{
    list-style-type: none;
}

.dropdown-content {
    display: none;
    position: absolute;
    border-radius: 5px;
    padding: 30px;
    background-color: rgba(0,0,0,0.85);
    /* background: url('https://lh3.googleusercontent.com/d/16IBjA6U130QVwK9S91dk0veY-655Q0Bg') repeat-y center center fixed; */
    background-size: 180%;
    background-position: left 150px top 0px;
    width: 400px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    right: 0;

  }
  
  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
  }
  
  .dropdown:hover .dropdown-content {
    display: block;
  }

    .show {
    display: block;
}


    
    .left-content{
    margin-left: 1.1rem;
    margin-top: 0px;
    }   
    
    .main-title{
    font-size: 1.45rem;
    margin-top: 20px;
   
    }
    
    .sub-title{
    font-size: 0.9rem;
    margin-bottom: 1.8rem;
    }
    
    .left-bullet-content {
    display: flex;
    flex-direction: column;
    gap: 10px; 
    }
    
    .left-bullet-row {
    display: flex;
    align-items: center;
    margin-bottom: 0.8rem;
    
    }
    
    .left-bullet-row img {
    
    width: 1.6rem;
    height: auto;
    margin-left: 10px;
    margin-right: 20px;
    }
    
    .left-bullet-row span {
    flex: 1;
    font-size: 0.8rem;
    }

}

/* --------------- PORTRAIT iPHONE --------- */
/* PORTRAIT iPhone 15 Pro Max (2023) */
@media (max-height: 999px) and (orientation: portrait){
    
    .landscape{
        display: none;
    }

    .portrait{
        display: none;
    }

    body, html {
        background-color: #f4f4f4;
        height: 100%;
        margin: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        font-size: 16px;
    }


    .portrait-2{
        display: block;
        padding: 0px;
        margin: 0;
       
    }

    .right-content{
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            background-color: #f8f9fa;
            width: 100%;
            margin-bottom: 0%;
            margin-top: 0%;
         
    }


    .FEU-logo{
        margin-top: -30px;
        width: 75%;
    }

    form {
        max-width: 500px;
        margin: 0 auto;
        text-align: left;
    }


    input[type="text"],
    input[type="password"],
    select {
        width: 330px; 
        margin-bottom: 10px;
        border: 1px solid #c5c5c5;
        background-color: #e4e4e4;
        border-radius: 7px;
        box-sizing: border-box;
        font-size: 14px;
        margin: 0 auto; 
        display: block;
        padding: 5px;
    }
        

    .input-forms {
        margin-bottom: 10px;
        text-align: left;
        margin-top: 20px;;
        
    }

    .input-studentnumber, .input-password{
        text-align: left;
        margin-left: 0px;
    }


    .forgot a {
        margin-top: 0px;
        font-size: 12px;
        color: #237537;
        font-style: underline;
        margin-left: 0px;
    }

    
    button {
        width: 330px;
        padding: 10px;
        background-color:  #237537;
        color: white;
        border: none;
        border-radius: 7px;
        cursor: pointer;
        font-size: 16px;
        margin: 0; 
        display: block;
        margin-top: 30px;
        margin-bottom: 140px;
        
    }
    footer {
        padding: 10px;
        text-align: center;
        background-color: #f8f9fa;
        position: relative;
        left: 0; 
        right: 0;
        bottom: 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        box-sizing: border-box;
        border-top: 1.5px dotted #b6b6b6;
       
    }

    .left a{
        color: #b6b6b6;
        font-size: 9px;
        margin-left: 15px;
    }


    .social-media-links a {
        color:  #f4f4f4;
      
    }

    .X, .Facebook{
        width: 18px;
        margin-right: 12.5px;
    }

    .YouTube{
        width: 18px;
        margin-right: 15px;
    }

    .social-media-links a img:hover {
        filter: brightness(0) saturate(100%) invert(60%) sepia(9%) saturate(271%) hue-rotate(333deg) brightness(91%) contrast(104%);
    }

    .left a:hover, .right a:hover{
        color: #988989;
    }

    
.header{
    background-color: #004b1c;
    padding-top: 12.5px;
    padding-right: 40px;
    position: fixed;
    top: 0;
    left: 0;
    height: 7%;
    width: 100%;
    z-index: var(50);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.navbar-brand{
    color: white;
    font-weight: bold;
    font-size: 20px;
}

.row{
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.dropdown-icon img{
    width: 30px;
    height: auto;
    cursor: pointer;


}

.dropdown-icon img:hover{
    filter: brightness(0) saturate(100%) invert(75%) sepia(66%) saturate(1429%) hue-rotate(352deg) brightness(102%) contrast(104%);
    width: 30px;
    height: auto;

}

ul{
    list-style-type: none;
}

.dropdown-content {
    display: none;
    position: absolute;
    border-radius: 5px;
    padding: 30px;
    background-color: rgba(0,0,0,0.85);
    /* background: url('https://lh3.googleusercontent.com/d/16IBjA6U130QVwK9S91dk0veY-655Q0Bg') repeat-y center center fixed; */
    background-size: 180%;
    background-position: left 150px top 0px;
    width: 350px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    right: 0;

  }
  
  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
  }
  
  .dropdown:hover .dropdown-content {
    display: block;
  }

    .show {
    display: block;
}


    
    .left-content{
    margin-left: 1.1rem;
    margin-top: 0px;
    }   
    
    .main-title{
    font-size: 1.2rem;
    margin-top: 20px;
   
    }
    
    .sub-title{
    font-size: 0.8rem;
    margin-bottom: 1.8rem;
    }
    
    .left-bullet-content {
    display: flex;
    flex-direction: column;
    gap: 10px; 
    }
    
    .left-bullet-row {
    display: flex;
    align-items: center;
    margin-bottom: 0.6rem;
    
    }
    
    .left-bullet-row img {
    
    width: 1.3rem;
    height: auto;
    margin-left: 7px;
    margin-right: 20px;
    }
    
    .left-bullet-row span {
    flex: 1;
    font-size: 0.6rem;
    }

}

/* PORTRAIT iPhone XR */
@media (max-height: 897px) and (orientation: portrait){
    
    .landscape{
        display: none;
    }

    .portrait{
        display: none;
    }

    body, html {
        background-color: #f4f4f4;
        height: 100%;
        margin: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        font-size: 16px;
    }


    .portrait-2{
        display: block;
        padding: 0px;
        margin: 0;
       
    }

    .right-content{
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            background-color: #f8f9fa;
            width: 100%;
            margin-bottom: 0%;
            margin-top: 0%;
         
    }


    .FEU-logo{
        margin-top: -25px;
        width: 75%;
    }

    form {
        max-width: 500px;
        margin: 0 auto;
        text-align: left;
    }


    input[type="text"],
    input[type="password"],
    select {
        width: 330px; 
        margin-bottom: 10px;
        border: 1px solid #c5c5c5;
        background-color: #e4e4e4;
        border-radius: 7px;
        box-sizing: border-box;
        font-size: 14px;
        margin: 0 auto; 
        display: block;
        padding: 5px;
    }
        

    .input-forms {
        margin-bottom: 10px;
        text-align: left;
        margin-top: 20px;;
        
    }

    .input-studentnumber, .input-password{
        text-align: left;
        margin-left: 0px;
    }


    .forgot a {
        margin-top: 0px;
        font-size: 12px;
        color: #237537;
        font-style: underline;
        margin-left: 0px;
    }

    
    button {
        width: 330px;
        padding: 10px;
        background-color:  #237537;
        color: white;
        border: none;
        border-radius: 7px;
        cursor: pointer;
        font-size: 16px;
        margin: 0; 
        display: block;
        margin-top: 30px;
        margin-bottom: 140px;
        
    }
    footer {
        padding: 10px;
        text-align: center;
        background-color: #f8f9fa;
        position: relative;
        left: 0; 
        right: 0;
        bottom: 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        box-sizing: border-box;
        border-top: 1.5px dotted #b6b6b6;
       
    }

    .left a{
        color: #b6b6b6;
        font-size: 9px;
        margin-left: 15px;
    }


    .social-media-links a {
        color:  #f4f4f4;
      
    }

    .X, .Facebook{
        width: 18px;
        margin-right: 12.5px;
    }

    .YouTube{
        width: 18px;
        margin-right: 15px;
    }

    .social-media-links a img:hover {
        filter: brightness(0) saturate(100%) invert(60%) sepia(9%) saturate(271%) hue-rotate(333deg) brightness(91%) contrast(104%);
    }

    .left a:hover, .right a:hover{
        color: #988989;
    }

    
.header{
    background-color: #004b1c;
    padding-top: 12.5px;
    padding-right: 40px;
    position: fixed;
    top: 0;
    left: 0;
    height: 7%;
    width: 100%;
    z-index: var(50);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.navbar-brand{
    color: white;
    font-weight: bold;
    font-size: 20px;
}

.row{
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.dropdown-icon img{
    width: 30px;
    height: auto;
    cursor: pointer;


}

.dropdown-icon img:hover{
    filter: brightness(0) saturate(100%) invert(75%) sepia(66%) saturate(1429%) hue-rotate(352deg) brightness(102%) contrast(104%);
    width: 30px;
    height: auto;

}

ul{
    list-style-type: none;
}

.dropdown-content {
    display: none;
    position: absolute;
    border-radius: 5px;
    padding: 30px;
    background-color: rgba(0,0,0,0.85);
    /* background: url('https://lh3.googleusercontent.com/d/16IBjA6U130QVwK9S91dk0veY-655Q0Bg') repeat-y center center fixed; */
    background-size: 180%;
    background-position: left 150px top 0px;
    width: 350px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    right: 0;

  }
  
  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
  }
  
  .dropdown:hover .dropdown-content {
    display: block;
  }

    .show {
    display: block;
}


    
    .left-content{
    margin-left: 1.1rem;
    margin-top: 0px;
    }   
    
    .main-title{
    font-size: 1.2rem;
    margin-top: 20px;
   
    }
    
    .sub-title{
    font-size: 0.8rem;
    margin-bottom: 1.8rem;
    }
    
    .left-bullet-content {
    display: flex;
    flex-direction: column;
    gap: 10px; 
    }
    
    .left-bullet-row {
    display: flex;
    align-items: center;
    margin-bottom: 0.6rem;
    
    }
    
    .left-bullet-row img {
    
    width: 1.3rem;
    height: auto;
    margin-left: 7px;
    margin-right: 20px;
    }
    
    .left-bullet-row span {
    flex: 1;
    font-size: 0.6rem;
    }

}

/* PORTRAIT iPhone 15 Pro (2023) */
@media (max-height: 853px) and (orientation: portrait){
    
    .landscape{
        display: none;
    }

    .portrait{
        display: none;
    }

    body, html {
        background-color: #f4f4f4;
        height: 100%;
        margin: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        font-size: 16px;
    }


    .portrait-2{
        display: block;
        padding: 0px;
        margin: 0;
       
    }

    .right-content{
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            background-color: #f8f9fa;
            width: 100%;
            margin-bottom: 0%;
            margin-top: 0%;
         
    }


    .FEU-logo{
        margin-top: -32.5px;
        width: 75%;
    }

    form {
        max-width: 500px;
        margin: 0 auto;
        text-align: left;
    }


    input[type="text"],
    input[type="password"],
    select {
        width: 280px; 
        margin-bottom: 10px;
        border: 1px solid #c5c5c5;
        background-color: #e4e4e4;
        border-radius: 5px;
        box-sizing: border-box;
        font-size: 14px;
        margin: 0 auto; 
        display: block;
        padding: 5px;
    }
        

    .input-forms {
        margin-bottom: 10px;
        text-align: left;
        margin-top: 20px;;
        
    }

    .input-studentnumber, .input-password{
        text-align: left;
        margin-left: 0px;
        margin-bottom: -2.5px;
    }


    .forgot a {
        margin-top: 0px;
        font-size: 12px;
        color: #237537;
        font-style: underline;
        margin-left: 0px;
    }

    
    button {
        width: 280px;
        padding: 10px;
        background-color:  #237537;
        color: white;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        font-size: 16px;
        margin: 0; 
        display: block;
        margin-top: 30px;
        margin-bottom: 100px;
        
    }
    footer {
        padding: 10px;
        text-align: center;
        background-color: #f8f9fa;
        position: relative;
        left: 0; 
        right: 0;
        bottom: 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        box-sizing: border-box;
        border-top: 1.5px dotted #b6b6b6;
       
    }

    .left a{
        color: #b6b6b6;
        font-size: 9px;
        margin-left: 15px;
    }


    .social-media-links a {
        color:  #f4f4f4;
      
    }

    .X, .Facebook{
        width: 18px;
        margin-right: 12.5px;
    }

    .YouTube{
        width: 18px;
        margin-right: 15px;
    }

    .social-media-links a img:hover {
        filter: brightness(0) saturate(100%) invert(60%) sepia(9%) saturate(271%) hue-rotate(333deg) brightness(91%) contrast(104%);
    }

    .left a:hover, .right a:hover{
        color: #988989;
    }

    
.header{
    background-color: #004b1c;
    padding-top: 12px;
    padding-right: 40px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 7%;
    z-index: var(50);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.navbar-brand{
    color: white;
    font-weight: bold;
    font-size: 19px;
}

.row{
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.dropdown-icon img{
    width: 25px;
    height: auto;
    cursor: pointer;


}

.dropdown-icon img:hover{
    filter: brightness(0) saturate(100%) invert(75%) sepia(66%) saturate(1429%) hue-rotate(352deg) brightness(102%) contrast(104%);
    width: 25px;
    height: auto;

}

ul{
    list-style-type: none;
}

.dropdown-content {
    display: none;
    position: absolute;
    border-radius: 5px;
    padding: 30px;
    background-color: rgba(0,0,0,0.85);
    /* background: url('https://lh3.googleusercontent.com/d/16IBjA6U130QVwK9S91dk0veY-655Q0Bg') repeat-y center center fixed; */
    background-size: 180%;
    background-position: left 150px top 0px;
    width: 320px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    right: 0;

  }
  
  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
  }
  
  .dropdown:hover .dropdown-content {
    display: block;
  }

    .show {
    display: block;
}


    
    .left-content{
    margin-left: 1.1rem;
    margin-top: 0px;
    }   
    
    .main-title{
    font-size: 1.2rem;
    margin-top: 20px;
   
    }
    
    .sub-title{
    font-size: 0.8rem;
    margin-bottom: 1.8rem;
    }
    
    .left-bullet-content {
    display: flex;
    flex-direction: column;
    gap: 10px; 
    }
    
    .left-bullet-row {
    display: flex;
    align-items: center;
    margin-bottom: 0.6rem;
    
    }
    
    .left-bullet-row img {
    
    width: 1.3rem;
    height: auto;
    margin-left: 7px;
    margin-right: 20px;
    }
    
    .left-bullet-row span {
    flex: 1;
    font-size: 0.6rem;
    }

}

/* PORTRAIT iPhone 12 Mini (2020) */
@media (max-height: 813px) and (orientation: portrait){
    
    .landscape{
        display: none;
    }

    .portrait{
        display: none;
    }

    body, html {
        background-color: #f4f4f4;
        height: 100%;
        margin: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        font-size: 16px;
    }


    .portrait-2{
        display: block;
        padding: 0px;
        margin: 0;
       
    }

    .right-content{
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            background-color: #f8f9fa;
            width: 100%;
            margin-bottom: 0%;
            margin-top: 0%;
         
    }


    .FEU-logo{
        margin-top: 0px;
        width: 75%;
    }

    form {
        max-width: 500px;
        margin: 0 auto;
        text-align: left;
    }


    input[type="text"],
    input[type="password"],
    select {
        width: 280px; 
        margin-bottom: 10px;
        border: 1px solid #c5c5c5;
        background-color: #e4e4e4;
        border-radius: 5px;
        box-sizing: border-box;
        font-size: 14px;
        margin: 0 auto; 
        display: block;
        padding: 5px;
    }
        

    .input-forms {
        margin-bottom: 10px;
        text-align: left;
        margin-top: 20px;;
        
    }

    .input-studentnumber, .input-password{
        text-align: left;
        margin-left: 0px;
        margin-bottom: -2.5px;
    }


    .forgot a {
        margin-top: 0px;
        font-size: 12px;
        color: #237537;
        font-style: underline;
        margin-left: 0px;
    }

    
    button {
        width: 280px;
        padding: 10px;
        background-color:  #237537;
        color: white;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        font-size: 16px;
        margin: 0; 
        display: block;
        margin-top: 30px;
        margin-bottom: 100px;
        
    }
    footer {
        padding: 10px;
        text-align: center;
        background-color: #f8f9fa;
        position: relative;
        left: 0; 
        right: 0;
        bottom: 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        box-sizing: border-box;
        border-top: 1.5px dotted #b6b6b6;
       
    }

    .left a{
        color: #b6b6b6;
        font-size: 9px;
        margin-left: 15px;
    }


    .social-media-links a {
        color:  #f4f4f4;
      
    }

    .X, .Facebook{
        width: 18px;
        margin-right: 12.5px;
    }

    .YouTube{
        width: 18px;
        margin-right: 15px;
    }

    .social-media-links a img:hover {
        filter: brightness(0) saturate(100%) invert(60%) sepia(9%) saturate(271%) hue-rotate(333deg) brightness(91%) contrast(104%);
    }

    .left a:hover, .right a:hover{
        color: #988989;
    }

    
.header{
    background-color: #004b1c;
    padding-top: 11px;
    padding-right: 40px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 7.0%;
    z-index: var(50);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.navbar-brand{
    color: white;
    font-weight: bold;
    font-size: 19px;
}

.row{
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.dropdown-icon img{
    width: 25px;
    height: auto;
    cursor: pointer;


}

.dropdown-icon img:hover{
    filter: brightness(0) saturate(100%) invert(75%) sepia(66%) saturate(1429%) hue-rotate(352deg) brightness(102%) contrast(104%);
    width: 25px;
    height: auto;

}

ul{
    list-style-type: none;
}

.dropdown-content {
    display: none;
    position: absolute;
    border-radius: 5px;
    padding: 30px;
    background-color: rgba(0,0,0,0.85);
    /* background: url('https://lh3.googleusercontent.com/d/16IBjA6U130QVwK9S91dk0veY-655Q0Bg') repeat-y center center fixed; */
    background-size: 180%;
    background-position: left 150px top 0px;
    width: 320px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    right: 0;

  }
  
  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
  }
  
  .dropdown:hover .dropdown-content {
    display: block;
  }

    .show {
    display: block;
}


    
    .left-content{
    margin-left: 1.1rem;
    margin-top: 0px;
    }   
    
    .main-title{
    font-size: 1.2rem;
    margin-top: 20px;
   
    }
    
    .sub-title{
    font-size: 0.8rem;
    margin-bottom: 1.8rem;
    }
    
    .left-bullet-content {
    display: flex;
    flex-direction: column;
    gap: 10px; 
    }
    
    .left-bullet-row {
    display: flex;
    align-items: center;
    margin-bottom: 0.6rem;
    
    }
    
    .left-bullet-row img {
    
    width: 1.3rem;
    height: auto;
    margin-left: 7px;
    margin-right: 20px;
    }
    
    .left-bullet-row span {
    flex: 1;
    font-size: 0.6rem;
    }

}

/* PORTRAIT iPhone 6, 6s, 7, 8 Plus */
@media (max-height: 737px) and (orientation: portrait){
    
    .landscape{
        display: none;
    }

    .portrait{
        display: none;
    }

    body, html {
        background-color: #f4f4f4;
        height: 100%;
        margin: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        font-size: 16px;
    }


    .portrait-2{
        display: block;
        padding: 0px;
        margin: 0;
       
    }

    .right-content{
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            background-color: #f8f9fa;
            width: 100%;
            margin-bottom: 0%;
            margin-top: 0%;
         
    }


    .FEU-logo{
        margin-top: 92px;
        width: 75%;
    }

    form {
        max-width: 500px;
        margin: 0 auto;
        text-align: left;
    }


    input[type="text"],
    input[type="password"],
    select {
        width: 280px; 
        margin-bottom: 10px;
        border: 1px solid #c5c5c5;
        background-color: #e4e4e4;
        border-radius: 5px;
        box-sizing: border-box;
        font-size: 14px;
        margin: 0 auto; 
        display: block;
        padding: 5px;
    }
        

    .input-forms {
        margin-bottom: 10px;
        text-align: left;
        margin-top: 20px;;
        
    }

    .input-studentnumber, .input-password{
        text-align: left;
        margin-left: 0px;
        margin-bottom: -2.5px;
    }


    .forgot a {
        margin-top: 0px;
        font-size: 12px;
        color: #237537;
        font-style: underline;
        margin-left: 0px;
    }

    
    button {
        width: 280px;
        padding: 10px;
        background-color:  #237537;
        color: white;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        font-size: 16px;
        margin: 0; 
        display: block;
        margin-top: 30px;
        margin-bottom: 100px;
        
    }
    footer {
        padding: 10px;
        text-align: center;
        background-color: #f8f9fa;
        position: relative;
        left: 0; 
        right: 0;
        bottom: 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        box-sizing: border-box;
        border-top: 1.5px dotted #b6b6b6;
       
    }

    .left a{
        color: #b6b6b6;
        font-size: 9px;
        margin-left: 15px;
    }


    .social-media-links a {
        color:  #f4f4f4;
      
    }

    .X, .Facebook{
        width: 18px;
        margin-right: 12.5px;
    }

    .YouTube{
        width: 18px;
        margin-right: 15px;
    }

    .social-media-links a img:hover {
        filter: brightness(0) saturate(100%) invert(60%) sepia(9%) saturate(271%) hue-rotate(333deg) brightness(91%) contrast(104%);
    }

    .left a:hover, .right a:hover{
        color: #988989;
    }

    
.header{
    background-color: #004b1c;
    padding-top: 11px;
    padding-right: 40px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 7.5%;
    z-index: var(50);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.navbar-brand{
    color: white;
    font-weight: bold;
    font-size: 19px;
}

.row{
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.dropdown-icon img{
    width: 25px;
    height: auto;
    cursor: pointer;


}

.dropdown-icon img:hover{
    filter: brightness(0) saturate(100%) invert(75%) sepia(66%) saturate(1429%) hue-rotate(352deg) brightness(102%) contrast(104%);
    width: 25px;
    height: auto;

}

ul{
    list-style-type: none;
}

.dropdown-content {
    display: none;
    position: absolute;
    border-radius: 5px;
    padding: 30px;
    background-color: rgba(0,0,0,0.85);
    /* background: url('https://lh3.googleusercontent.com/d/16IBjA6U130QVwK9S91dk0veY-655Q0Bg') repeat-y center center fixed; */
    background-size: 180%;
    background-position: left 150px top 0px;
    width: 320px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    right: 0;

  }
  
  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
  }
  
  .dropdown:hover .dropdown-content {
    display: block;
  }

    .show {
    display: block;
}


    
    .left-content{
    margin-left: 1.1rem;
    margin-top: 0px;
    }   
    
    .main-title{
    font-size: 1.2rem;
    margin-top: 20px;
   
    }
    
    .sub-title{
    font-size: 0.8rem;
    margin-bottom: 1.8rem;
    }
    
    .left-bullet-content {
    display: flex;
    flex-direction: column;
    gap: 10px; 
    }
    
    .left-bullet-row {
    display: flex;
    align-items: center;
    margin-bottom: 0.6rem;
    
    }
    
    .left-bullet-row img {
    
    width: 1.3rem;
    height: auto;
    margin-left: 7px;
    margin-right: 20px;
    }
    
    .left-bullet-row span {
    flex: 1;
    font-size: 0.6rem;
    }

}


/* PORTRAIT iPhone SE (2022) */
@media (max-height: 668px) and (orientation: portrait){
    
    .landscape{
        display: none;
    }

    .portrait{
        display: none;
    }

    body, html {
        background-color: #f4f4f4;
        height: 100%;
        margin: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        font-size: 16px;
    }


    .portrait-2{
        display: block;
        padding: 0px;
        margin: 0;
       
    }

    .right-content{
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            background-color: #f8f9fa;
            width: 100%;
            margin-bottom: 0%;
            margin-top: 0%;
         
    }


    .FEU-logo{
        margin-top: 142px;
        width: 75%;
    }

    form {
        max-width: 500px;
        margin: 0 auto;
        text-align: left;
    }


    input[type="text"],
    input[type="password"],
    select {
        width: 280px; 
        margin-bottom: 10px;
        border: 1px solid #c5c5c5;
        background-color: #e4e4e4;
        border-radius: 5px;
        box-sizing: border-box;
        font-size: 14px;
        margin: 0 auto; 
        display: block;
        padding: 5px;
    }
        

    .input-forms {
        margin-bottom: 10px;
        text-align: left;
        margin-top: 20px;;
        
    }

    .input-studentnumber, .input-password{
        text-align: left;
        margin-left: 0px;
        margin-bottom: -2.5px;
    }


    .forgot a {
        margin-top: 0px;
        font-size: 12px;
        color: #237537;
        font-style: underline;
        margin-left: 0px;
    }

    
    button {
        width: 280px;
        padding: 10px;
        background-color:  #237537;
        color: white;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        font-size: 16px;
        margin: 0; 
        display: block;
        margin-top: 30px;
        margin-bottom: 100px;
        
    }
    footer {
        padding: 10px;
        text-align: center;
        background-color: #f8f9fa;
        position: relative;
        left: 0; 
        right: 0;
        bottom: 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        box-sizing: border-box;
        border-top: 1.5px dotted #b6b6b6;
       
    }

    .left a{
        color: #b6b6b6;
        font-size: 9px;
        margin-left: 15px;
    }


    .social-media-links a {
        color:  #f4f4f4;
      
    }

    .X, .Facebook{
        width: 18px;
        margin-right: 12.5px;
    }

    .YouTube{
        width: 18px;
        margin-right: 15px;
    }

    .social-media-links a img:hover {
        filter: brightness(0) saturate(100%) invert(60%) sepia(9%) saturate(271%) hue-rotate(333deg) brightness(91%) contrast(104%);
    }

    .left a:hover, .right a:hover{
        color: #988989;
    }

    
.header{
    background-color: #004b1c;
    padding-top: 11px;
    padding-right: 40px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 9.0%;
    z-index: var(50);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.navbar-brand{
    color: white;
    font-weight: bold;
    font-size: 19px;
}

.row{
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.dropdown-icon img{
    width: 25px;
    height: auto;
    cursor: pointer;


}

.dropdown-icon img:hover{
    filter: brightness(0) saturate(100%) invert(75%) sepia(66%) saturate(1429%) hue-rotate(352deg) brightness(102%) contrast(104%);
    width: 25px;
    height: auto;

}

ul{
    list-style-type: none;
}

.dropdown-content {
    display: none;
    position: absolute;
    border-radius: 5px;
    padding: 30px;
    background-color: rgba(0,0,0,0.85);
    /* background: url('https://lh3.googleusercontent.com/d/16IBjA6U130QVwK9S91dk0veY-655Q0Bg') repeat-y center center fixed; */
    background-size: 180%;
    background-position: left 150px top 0px;
    width: 320px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    right: 0;

  }
  
  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
  }
  
  .dropdown:hover .dropdown-content {
    display: block;
  }

    .show {
    display: block;
}


    
    .left-content{
    margin-left: 1.1rem;
    margin-top: 0px;
    }   
    
    .main-title{
    font-size: 1.2rem;
    margin-top: 20px;
   
    }
    
    .sub-title{
    font-size: 0.8rem;
    margin-bottom: 1.8rem;
    }
    
    .left-bullet-content {
    display: flex;
    flex-direction: column;
    gap: 10px; 
    }
    
    .left-bullet-row {
    display: flex;
    align-items: center;
    margin-bottom: 0.6rem;
    
    }
    
    .left-bullet-row img {
    
    width: 1.3rem;
    height: auto;
    margin-left: 7px;
    margin-right: 20px;
    }
    
    .left-bullet-row span {
    flex: 1;
    font-size: 0.6rem;
    }

}


