
.buttonstyle1,
.buttonstyle2 {
  width: 120pt;
  padding: 14px 20px;
}
.title-banner {
  padding: 20px 10px 10px 10px;
  height: auto;
  background-image: url(../Images/title-banner.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-align: center; /* Center align text within the container */
}

.text_white {
  color: white;
}

.ml_mr {
  margin-left: 50px;
  margin-right: 50px;
}
.main_padding {
  padding: 20px 10px 10px 10px;
}


/* Define a class for centering and styling */
.myIcon {
  text-align: center;
}

.myIcon i {
  margin-left: 10px;
  color: #404040;
}

#password,
#username {
  font-family: "Open Sans", sans-serif;
  padding-left: 7px;
}

#checkbox {
  margin-left: 17px;
  padding: 16px 0;
}

#messageid {
  color: #ff0000;
  font-weight: bold;
}
#display_none {
  display: none;
}
#forgotPassword,
#helpticketCreation {
  margin-left: 45px;
}

#contact_section {
  padding-top: 250px;
  padding-left: 12px;
}
.title-banner h1,h4 {
    font-family: inherit;  
    color: #fff;          
    display: block;         
    font-weight: 300;       
    font-size: 5vw;         
    padding-top: 15px;     
    text-align: left;       
}


/* For mobile phones: */
@media only screen and (max-width: 768px) 
{
    #help_menu
    {
        display:none;
    }
    .mdl-textfield__input
    {
        width: 60vw;
    }
    .mdl-textfield
    {
        width: 60vw;
        max-width: 60vw;
    }
    .buttonstyle1, .buttonstyle2
    {
        width: 35vw;
    }
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) 
{
    /* ipad specific css - For portrait layouts only */
    .buttonstyle1,.buttonstyle2
    { 
        width: 230pt;
    }
    
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) 
{
    /* ipad specific css - For landscape layouts only */
    .buttonstyle1,.buttonstyle2
    { 
        width: 100pt; 
        padding: 14px 20px;
    }
}

body
{
    font-family: "Open Sans",sans-serif;
}
hr.style-two {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

#banner1{
    
  width: 848px;
  height: 335px;
  background-image: url("../Images/banner1.png");
  background-repeat: no-repeat;
}
#banner2{
    
  width: 848px;
  height: 335px;
  background-image: url("../Images/banner2.png");
  background-repeat: no-repeat;
}
#banner3{
    
  width: 848px;
  height: 335px;
  background-image: url("../Images/banner3.png");
  background-repeat: no-repeat;
}
#banner4 {
    width: 848px ;
    height: 335px ;
    background-image: url("../Images/banner4.png") !important;
    background-repeat: no-repeat !important;
}


.italic_style{

  font-style:italic;
}

#padding_right{
  padding-right: 100px;
}

#passwordStrengthIndicator {
  width: 350px;
  margin-top: 10px;
  margin-left: 10px;
  padding: 0 10px 5px;
  border: 2px solid #DCE7F5;
}

#footer{
  position:relative;
   margin-bottom:5px;top:90%;
}
