
.modal-header h5{
font-size: 16; 
color:blue; 
font-style: bold;
}
.login-button-container{
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.button {
    padding: 10px 20px;
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.button:hover {
    background-color: #0056b3;
}

.login-image-container {
    max-width: 100%;
    height: auto;
    overflow: hidden;
    padding-bottom: 20px;
    
}
    
.login-image {
    width: 100%;
    height: auto;
    display: block;
    
}

.login-checkbox-container {
    display: flex;
    align-items: center;
}

.login-checkbox-container input[type="checkbox"] {
    margin-right: 10px;
}

#cardtext{
    margin: 0px;
    width: 40%;
    background-color:white;
}
.social-nwk{
    margin-top: 20px;
    padding-left: 70px;
}
.text-signin{
    padding-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    color:rgba(17, 17, 207, 0.754);
    font-weight: 600px;
    
    text-align: center;
}
.input-group{
  width: 330px !important;  
}
.optional-text{
   line-height: 90%; 
   font-size: 9px;
   letter-spacing:small;
   text-align: justify;
}
.optional-text span{
    font-size:14px;
    line-height: normal;
    color:maroon;
}

.modal-header p {
    text-align: center!important;
    padding-top: 10px;
    padding-left: 80px;
    font-weight: bold;
    font-size: 14px;
    color: blue;
}
 
#optional-label{
    text-align: left !important;
        color: darkblue;
        font-size: 10px;
        font-style: bold;
}
.input-field {
    width: 380px;
}
#title{
    width: 200px;
        /* Set the width to 300 pixels */
}
.text-signup {
    padding-top: 20px;
    margin-bottom: 20px;
    font-size: 22px;
    color: blue;
    font-weight: 600px;
    font-style: bold;
    text-align: center;
}
.text-card h2{
    text-transform: uppercase;
    padding-bottom: 20px;
    font-size: 20px;
    font-weight: 600px;
    color:black;

}

.text-card h5 {
    text-transform: none;
    padding-bottom: 10px;
    font-size: 12px;
    font-weight: 600px;
    color:black;

}

.text-card p {
    padding-bottom: 30px;
    font-size: 12px;
    font-weight: 400px;
    color: black;
    text-align:justify;

}
.signup-para p{
    margin-top:-5px;
    font-weight: 600px;
    text-align:justify;
    color: black;
}