


* {
font-family: "Montserrat", sans-serif;
}

form {
margin: 20px auto;

width: 30%;

padding: 20px;

background: ;

border-radius: 20px;

border-color: #636363;

font-family: "Montserrat", sans-serif;

text-align: center;



}

h1 {
text-align: center;

margin-bottom: 50px;

text-shadow: #636363;
}

h2 {
text-align: center;
}

h5 {
font-weight: 200;

display: inline;

margin-left: 10px;
}
h4{
text-align: left;

}


.bi-eye-slash,.bi-eye{
margin: 0 auto;
font-size:1.5em;
text-align: center;
}

.label1{

font-weight: 700;
font-size: 18px;
}

input[type="text"],
input[type="password"] {
width: 70%;
box-sizing: border-box;
padding: 10px;
border-radius: 4px;
margin-bottom: 20px;
border: 2px solid #ccc;
margin: 0 auto;
display: flex;
justify-content: center;
margin-top: 10px;
}


input[type="text"]:focus,
input[type="password"]:focus
{
outline: none;
border-color: #636363;
border-width: 2px;
transition: border-color 0.5s ease-in-out;
}

button {
cursor: pointer;
}

html {
background-image: url(../../images/bg-img1.jpg);

background-size: cover;

height: 100%;

margin: 0;

padding: 0;
}

.redfont {
color: red;

font-style: italic;
}



body {
margin: 0;
padding: 0;
height: 100%;
background-color: #5B5B5B;
font-family: "Montserrat", sans-serif;
}


@media screen and (max-width: 700px) {
h2 {
font-size: 50px;
}

label {
font-size: 35px;
}

input {
font-size: 32px;
}
}

.showpassword {
border-radius: 5px;
border: solid 1px black;
}
.link {
color: #636363;
text-decoration: underline;
}

.link1 {
color: #636363;
text-decoration: underline;
font-size: small;
}
a.orange_link {
color: #636363;
font-weight: 700;
}


@media screen and (max-width: 700px) {
form {
width: 90%; /* Adjusted width for better mobile display */
}

h2 {
font-size: 24px; /* Adjusted font size for better mobile display */
}

label {
font-size: 16px; /* Adjusted font size for better mobile display */
}

input[type="text"],
input[type="password"] {
font-size: 14px; /* Adjusted font size for better mobile display */
}

button {
display; none;
}

.showpassword {
width: 30%; /* Full width for better mobile display */
height: 20px;
}
}
.button1 {

background: #636363;
color: ;
border: solid 4px transparent;
padding: 15px 25px;
border-radius: 10px;
font-family: 'Montserrat', sans-serif;
font-weight: 800;
font-size: larger;
margin: 0 auto;
display: block;
box-sizing: border-box;
text-transform: uppercase;

}


.button1:not(:disabled):hover {
background: ;
border: solid 4px #636363;
color: #636363;

}
.button1:disabled{
background: #818181;
color: #CBCBCB;
}