/*
 * Copyright (c) 2018, Xyneex Technologies. All rights reserved.
 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
 *
 * You are not meant to edit or modify this source code unless you are
 * authorized to do so.
 *
 * Please contact Xyneex Technologies, #1 Orok Orok Street, Calabar, Nigeria.
 * or visit www.xyneex.com if you need additional information or have any
 * questions.
*/
/*
    Created on : May 3, 2023, 9:42:53 PM
    Author     : KUFRE
*/
.about-us{
    padding: 30px;
}
#section-title{
    margin-top: 50px;
}

.about-image{
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-top: -3px;
    object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}
#achievement-table{
    text-align: left;

}
.school-fees-table,
.school-fees-table td,
.school-fees-table th{
    border: 1px solid #0062cc;
    padding: 1px 5px;
    border-collapse: collapse;
}

.login-img{
    /* The image used */
    background-image: url('../images/login.jpg');

    /* Control the height of the image */
    min-height: 587px;
    margin-top: 50px;

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.login-container{
    position: absolute;
    left: 0;
    margin: 20px;
    /*
    margin-left: 80px;
    margin-top: 50px;
    */
    max-width: 300px;
    padding: 16px;
    background-color: white;
}
.login-container h1{
    text-align: center;
}

/* Full-width input fields */
input[type=text], input[type=password] {
    width: 100%;
    padding: 15px;
    margin: 5px 0 22px 0;
    border: none;
    background: #f1f1f1;
}

input[type=text]:focus, input[type=password]:focus {
    background-color: #ddd;
    outline: none;
}

/* Set a style for the submit button */
.login-btn {
    background-color: #0062cc;
    color: white;
    padding: 16px 20px;
    border: none;
    cursor: pointer;
    width: 100%;
    opacity: 0.9;

}

.login-btn:hover {
    opacity: 1;
    margin-bottom: 50px;
}
.sign-up-form{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}
.sign-up-form{
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #4070f4;
}
.sign-up-form{
    position: relative;
    max-width: 430px;
    width: 100%;
    background: #fff;
    padding: 34px;
    border-radius: 6px;
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}
.register-button{
    border: none;
    color: white;
    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    transition-duration: 0.4s;
    cursor: pointer;
    background-color: #005cbf;
}

