body{
    height: 100vh;
    width: 100%;    
    align-items: center;
    justify-content: center;
    background-color: #1E2323;
    column-gap: 30px;
	background-image: url('../images/Group 9312.png');
	background-size: 100%;
	background-repeat: no-repeat;
	height: 100%;
    overflow-x: hidden;
    margin: 0px !important;
}

a{
    text-decoration: none;
    color: #30333D;
}

.icon{
    margin-top: -5px;
}
.icon:hover{
    cursor: pointer;
}

fieldset{
    padding: 6px;
    margin-bottom: 6%;
	border-radius: 3px;
}

fieldset legend{
    margin-left: 3%;
    font: normal normal normal 18px/24px Roboto;
    letter-spacing: 0px;
}

input::-ms-reveal,
input::-ms-clear {
display: none;
}

.container-header .material-symbols-outlined{    
    padding: 5px;
    width: 15%;
    height: 30%;
    /* UI Properties */
    background: #EFEFEF 0% 0% no-repeat padding-box;
    opacity: 1;
    border-radius: 80%;
    width:90%;
}
.fieldSetInputs{
    display: flex;
}
.material-symbols-outlined{
    cursor: pointer;
}
fieldset{
    padding-top: 0px !important;
    padding-bottom:0px !important;
}
input{
    font-size: medium;
	width:100%;
	border-top-style: hidden;
	border-right-style: hidden;
	border-left-style: hidden;
	border-bottom-style: hidden;
    height: 4vh;
    padding-bottom: 7px;
    /* overflow-x:visible; */
}
input:focus{
	outline: none;
}
.inputField{
    overflow: scroll;
}
.top-header{
	font: normal normal normal 30px/40px Roboto;
	color:white;
}

.top-header p{
    margin-top: 0px !important;
    margin-bottom: 10px !important;
}

.container-header{
	font: normal normal bold 20px Roboto;
}

.container{
    max-width: 25%;
    width:100%;
    background:#fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0);
    padding: 50px;
    border-radius: 10px;
}
.container .form h2{
    text-align: center;
    color: #454545;
}
.container .form .form-element .pageBtn{
    width: 100%;
    height: 40px;
    border:none;
    outline: none;
    font-size: 16px;
    background: #E75480;
    color: #fff;
    border-radius: 8px;
    cursor:pointer;
}

.passwordField{
    padding-top: 5px;
    vertical-align: middle;
}

.modal {
    display: block;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: hidden;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
  }
  
  /* Modal Content */
  .modal-content {
    /* background-color: #fefefe; */
    margin: auto;
    padding: 20px;
    border: 0px solid #888;
    width: 80%;
  }

.popup h2{
    font-size: 23px;
    margin-bottom: 26px;
}
.container2{
    align-items: center;
    justify-content: center;
    display: flex;
    height: 100vh; 
}
.okbtn{
    padding: 10px 60px;
    background:#DD4A81;
    border: 0;
    outline: none;
    cursor: pointer;
    font-size: 22px;
    font-weight: 500;
    border-radius: 8px;
    margin-top:20px;
    color: #fff;
}
.popup{
height: 315px;
width: 325px;
background:white;
border-radius: 8px;
position: absolute;
padding: 50px;
color: #000;
}
  
@media screen and (max-width: 767px) {
    .container{
      max-width: 100vw;
    }
    .loginPageLogo1{
        height:80px;
        width: 120px;
    }
    .loginPageLogo2{
        height:30px;
        width: 120px;
    }
    .top-header {
        width: 125vw;
    }
}

.loginPageLogo1{
    height: 95px;
    width: 175px;
}
.loginPageLogo2{
    height:35px;
    width: 200px;
}