@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css');
body {
    font-family: Arial, sans-serif;
    background-color: #f9f9f9;
}
#signup-button, #signin-button {
    background-color: #00e0bb; 
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: not-allowed;
    display: block;
    width: 100%;
    padding: 10px;
    border-radius: 5px;
}

#signup-button.enabled, #signin-button.enabled {
    background-color: #01A185; 
    cursor: pointer;
    display: block;
    width: 100%;
    padding: 10px;
    color: #fff;
    border: none;
    border-radius: 5px;
}


.container1 {
    max-width: 400px;
    margin: 0 auto;
    padding: 20px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.tabs1 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.tab1 {
    cursor: pointer;
    padding: 10px 20px;
    border-bottom: 2px solid transparent;
}

.bg-tab {
    background-color: rgb(246, 246, 246);
    border-bottom-color: #01A185;
}

.form-group1 {
    margin-bottom: 20px;
}

label {
    font-weight: bold;
}

input[type="text"],
input[type="confirmPassword"],
input[type="password"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.checkbox1 {
    display: flex;
    align-items: center;
}

.button1 {
    display: flex;             /* Use flexbox for alignment */
    justify-content: center;   /* Center items horizontally */
    align-items: center;       /* Center items vertically */
    width: 100%;
    padding: 10px;
    background-color: #01A185;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none; 
}

.button1 i {
    margin-right: 5px;         /* Add some space between the icon and the text */
}

.google {
    background-color: #ff8070;
}

.github {
    background-color: #000000;
}

.facebook {
    background-color: #002b58;
}

.linkedin {
    background-color: #004085;
}

.or {
    text-align: center;
    margin: 20px 0;
    font-weight: bold;
}

.social1 {
    display: flex;
    justify-content: space-between;
}

.social1 .button1 {
    flex: 1;
    margin-right: 10px;
}

.question1 {
    text-align: center;
    margin-top: 20px;
}

.m-1 {
    margin-top: 2px;
}

.social1 button i {
    margin-right: 5px;
}

.tabs1 {
    display: flex;
}

.tab1 {
    padding: 10px 10px;
    cursor: pointer;
    width: 50%;
}

.tab1 a {
    text-decoration: none;
    color: #333;
    text-align: center;
    text-size-adjust: 122;
}

.tab1.active {
    background-color: #01A185;
}

.tab1.active a {
    color: #fff;
    size: 100ex;
}

.footer1 {
    text-align: center;
    font-size: 12px;
    color: #777;
}

/* General Styling for reset passs */

.auth-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.auth-card {
    background: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 8px;
    padding: 20px;
    width: 350px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.auth-card h2 {
    margin-bottom: 10px;
    font-size: 24px;
    color: #333333;
}

.auth-card p {
    font-size: 14px;
    color: #555555;
    margin-bottom: 20px;
}

.form-groupr {
    margin-bottom: 15px;
    text-align: left;
}

.form-groupr label {
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
    color: #333333;
}

.form-groupr input {
    width: 100%;
    padding: 10px;
    border: 1px solid #dddddd;
    border-radius: 5px;
    font-size: 14px;
}

.btn-primary {
    width: 100%;
}
