﻿.loginform3 {
    padding:5px 15px 0px 225px; 
}

/* Style for the tabs container */
.tabs {
    display: flex;
    padding-top:5px; padding-left:58px;
    border-bottom: 0px solid #ccc; /* Optional: To underline the tabs */
}

/* Style for each tab */
.tab {
    padding: 8px 25px;
    cursor: pointer;
    background-color: #858484; /* Light grey background */
    border: 1px solid #ccc; /* Border for the tabs */
    border-bottom: none; /* Remove bottom border to make it look like it's underlined */
    border-radius: 5px 5px 0 0; /* Rounded top corners */
    margin-right: 5px; /* Space between tabs */
    font-size:18px; color:white;
}

/* Style for the active tab */
.tab.active {
    background-color: #14547a; /* White background for the active tab */
    border-color: #ccc; /* Blue border for the active tab */
    border-bottom: 0px solid #fff; /* White border to make it look like it's underlined */
}

/* Style for the content area */
.content {
    display: none; /* Hide all content by default */
    padding: 20px;
    border-top: 1px solid #ccc; /* Border around the content area */
    border-radius: 0 5px 5px 5px; /* Rounded bottom corners */
    text-align:center; display: block;
}

a,a:focus{text-decoration:none;color:#fff;outline:none;blr:expression(this.onFocus=this.blur()); font-size:18px;}
a:hover{text-decoration:none;color:#fff;}