.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* padding: 10px;
        background-color: #f2f2f2;*/
}

.logo {
    max-width: 100px;
}

.links {
    /* display: flex;*/
}

.link {
    margin: 0 10px;
}


body {
    margin: 0;
    padding: 0;
    font-family: Montserrat !important;
    display: flex !important;
    flex-direction: column;
    background-color: #efeff4 !important;
    background-image: url('../../images/sideimage.png');
    background-repeat: no-repeat;
    background-size: 300px 100px;
    position: relative;
    width: 100%;
    height: 610px;
    margin-left: auto;
    margin-right: auto;
    background-attachment: fixed;
    background-position: right;
    background-repeat: repeat-y;
    height: 100%;    
    background-size: auto;
}

header {    
    text-align: center !important;  
}

footer {
    background: #333;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    margin-top: auto;
}

.container {
    display: flex;
}

.side-image {
    flex: 1;
    height: 100vh;
}

.side-text {
    flex: 1;
    padding: 20px;
}

h1, p {
    margin: 0;
}

.btnTop {
    color: white;
    /* height: 50px;*/
    width: 230px;
    /* margin-top: 50px;*/
    margin-top: 4px !important;
    margin-right: 20px;
    border: hidden;
    font-weight: bold;
    border-radius: 8px;
    font-size: 17px;
    background-color: #04AA6D; /* Green */
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    /* display: block;*/
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}
.btnTop2 {
    color: white;
    /* height: 50px;*/
    width: 230px;
    /* margin-top: 50px;*/
    margin-top: 4px !important;
    margin-right: 20px;
    border: hidden;
    font-weight: bold;
    border-radius: 8px;
    font-size: 17px;
    background-color: #04AA6D; /* Green */
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    /* display: block;*/
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}


/*  .button3 {
                width: 20%;
            }*/

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*  padding: 10px;
    background-color: #333;*/
    color: white;
}

.logo {
    flex: 1;
}

.button {
    flex: 1;
    text-align: right;
}

.p2 {
    font-size: 20px;
    margin-right: 30px;
    margin-top: 40px;
    font-family: Montserrat;
    width: 70%;
    font-weight: normal;
}

.introfont {
    font-size: 60px;
    color: #0476D0;
    font-family: Montserrat
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* padding: 10px;
        background-color: #f2f2f2;*/
}

.logo {
    max-width: 100px;
}

.links {
    /* display: flex;*/
}

.link {
    margin: 0 10px;
}

.button1 {
    background-color: #0476D0;
    color: #fff;
}

    .button1:hover {
        background-color: #0476D0;
        color: white;
    }

.button2 {
    background-color: #228B22;
    color: #fff;
}

    .button2:hover {
        background-color: #228B22;
        color: white;
    }

body {
    margin: 0;
}

.top-container {
    background-color: #f1f1f1;
    padding: 30px;
    text-align: center;
}

.header {
    padding: 10px 16px;
    /*background: #555;
        color: #f1f1f1;*/
}

.content {
    padding: 16px;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}

    .sticky + .content {
        padding-top: 102px;
    }


/*body {
    overflow: hidden;
}*/

.overlay {
    position: fixed;
    overflow-y: scroll;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

[aria-hidden="true"] {
    display: none;
}

[aria-hidden="false"] {
    display: block;
}

.overlay div {
    margin: 15vh auto;
    width: 80%;
    max-width: 650px;
    padding: 30px;
    min-height: 150vh;
    background: darkslategray;
}

* {
    box-sizing: border-box;
}

.btnTop {
    color: white;
    height: 50px;
    width: 80px;
    border: hidden;
    font-weight: bold;
    background-color: #0476D0;
    height: 40px;
    margin-left: 125px;
}


#loginPanel {
    /* height: 400px;
    width: 500px;*/
    /*height: 0px;
    width: 0px;*/
}

.txtbox {
    width: 100% !important;
    height: 25px;
    font-weight:normal !important;
}

body {
    font-weight: bold;
}

.error-message {
    color: red;
}

select.form-control {
    padding: 4px 6px;
}

.form-control, select {
    border-radius: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #858585;
    background-color: #FFF;
    border: 1px solid #D5D5D5;
    width: 100%;
}

.form-control {
    width: 54%;
    height: 40px;
    padding: 6px 12px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.loginpannel {
   /* position: absolute;*/
   /* top: 250px;*/
  /*  right: 16px;*/
    margin-right: 320px;
    border: 2px solid #F2F2F2;
    background-color: #F2F2F2;
    border-radius: 35px;
}
.p2 {
    font-size: 20px;
    margin-right: 30px;
    margin-top: 40px;
    font-family: Montserrat;
    width: 70%;
}
.panel2 {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 36px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.signupb {
    color: dodgerblue;
    border: none;
    font-size: 20px;
    background-color: #fff;
    text-decoration: none;
    padding-left: 5px
}
.forgetpassword {
    color: dodgerblue;
    border: none;
    /*font-size: 20px;*/
    background-color: #fff;
    width: 100%;
    border-radius: 8px;
    padding-left: 23px;
    font-size: 14px;
}

.button3 {
    border-style: solid;
    border-top-width: 0;
    border-right-width: 0;
    border-left-width: 0;
    border-bottom-width: 0;
    color: #ffffff;
    border-color: #0274be;
    background-color: #0274be;
    border-radius: 2px;
    padding-top: 10px;
    padding-right: 40px;
    padding-bottom: 10px;
    padding-left: 40px;
    font-family: inherit;
    font-weight: inherit;
    line-height: 1;
}
.hoverbutton   
{
    background-color: #0274be;
    color: white;
}
.hoverbutton:hover {
        background-color: #0274be;
        color: white;
    }
.input{
    width:100% !important
}


.center {
    margin: auto;
    padding: 10px;
    text-align: center;
}

.font {
    color: #00476a !important;
    font-family: Montserrat;
}

.loginbutton {
    background-color: #00476a !important;
    color: #fff;
    width: 100%
}

.button1:hover {
    background-color: #0F1875;
    color: white;
    width: 100%;
}

.topmargin {
    margin-top: -19px;
}

.ssofont {
    font-size: large;
}

.maxbutton-3.maxbutton.maxbutton-button3 {
    position: relative;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    /* width: 105px;*/
    height: 42px;
    border-width: 0px;
    border-radius: 5px 5px 5px 5px;
    background-color: #0274be !important;
    -webkit-box-shadow: 0px 0px 4px 3px #ffffff;
    -moz-box-shadow: 0px 0px 4px 3px #ffffff;
    padding-top: 10px;
    padding-left: 1px;
}

    .maxbutton-3.maxbutton.maxbutton-button3 .mb-text {
        color: #ffffff;
        font-family: Tahoma;
        font-size: 16px;
        text-align: center;
        font-style: normal;
        font-weight: normal;
        line-height: 1em;
        box-sizing: border-box;
        display: block;
        background-color: unset;
        padding: 12px 0px 0px 0px;
        padding-top: 2px;
        padding-left: 1px;
    }

    .maxbutton-3.maxbutton.maxbutton-button3:hover .mb-text {
        color: #ffffff
    }

.font2 {
    color: #fff
}

.footerdiv1 {
    color: #0f1875;
    margin-top: 0vw;
}

.footerdiv2 {
    display: flex;
    flex-direction: row
}

.footerfont {
    color: #00476a !important;
}
.footer {
    position: fixed !important;
    left: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    background-color: #fff !important;   
    text-align: center !important;
    /* height: 0% !important;*/
    display: flex;
    justify-content: space-between;
    align-items: center;   
    color: #00476a !important;
    padding: 10px 20px;
}

.footer p {
    margin: 0;
}

.footer img {
    height: 30px;
    margin-right: 10px;
}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 26px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}


.ssohoverbutton {
    background-color: #00476a !important;
    color: #fff !important;
}

    .ssohoverbutton:hover {
        background-color: #00476a !important;
        color: #fff !important;
    }
.logo-text-container {
    display: inline-flex;
    align-items: center;
    padding: 10px;
    background-color: #fff;
    border-radius: 37px !important;
    color: #00476a !important;
}

.logo {
    max-height: 40px; 
    margin-right: 10px;
    vertical-align: middle;
}

.text {
    font-size: 23px !important;
    color: #00476a !important;
}
.fontreg {
    margin-top: -24px !important;
    margin-left: 24px !important;
    font-size: 20px !important;  
    color: #00476a !important;
}

/* Default styles for both divs */
.first-div, .second-div {
    display: block; /* Both divs are initially visible */
    /* Adjust other styles as needed */
}

/* Media query for mobile devices */
@media (max-width: 768px) {
    .first-div {
        display: none; /* Hide first div on mobile */
    }

    .second-div {
        display: block; /* Show second div on mobile */
        /* Adjust other styles as needed */
    }
}



.button-container {
    text-align: center; /* Center align buttons */
    margin-top: 20px; /* Add margin for spacing */
}

    .button-container .button {
        display: inline-block;
        padding: 10px 20px;     
        color: white;
        text-decoration: none;
        border: none;
        border-radius: 5px;
        margin: 5px; /* Margin between buttons */
       
        cursor: pointer;
        transition: background-color 0.3s ease;
    }

       

/* Media query for responsiveness */
@media (max-width: 768px) {
    .button-container .button {
        display: block;
        width: 100%; /* Full width on smaller screens */
        margin-bottom: 10px; /* Margin bottom for spacing */
    }
}
.textalign {
    text-align: center !important;
}
/* General styles */
body {
    margin: 0;
    padding: 0;
    /*overflow: hidden;*/ /* Disable scrolling by default */
}

.container {
    /* Add padding, margins, or other styles as needed */
    /*padding: 20px;*/
}

/* Media query for mobile devices */
@media (max-width: 768px) {
    body {
        overflow: auto; /* Enable scrolling on mobile devices */
    }
}