.loginPage {
    width: 100%;
    max-width: 1280px;
    min-width: 375px;
    height: 430px;
    position: relative;
    margin: auto;
    align-items: center;
    display: flex;
    justify-content: center;
}


.loginPage::before {
    content: "";
    background-image: url(../img/mainBackGroundFather.png);
    background-size: cover;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 0.75;
}

a {
  text-decoration     : none;
}

a:hover { color: #FFF !important; }

div {
  -webkit-text-size-adjust: none;
}


div {
  -webkit-text-size-adjust: none;
}

.loginPage .pageTittle {
    background-color: rgba(255,255,255,0.0);
    height: auto;
    width: auto;
    position: relative;
    margin: 0;
    transform: rotate(0deg);
    opacity: 1.0;
    font-family: "ArialRoundedMTBold", Helvetica, Arial, serif;
    font-size: 20.0px;
    color: rgba(236, 176, 11, 1.0);
    line-height: 23.0px;
    margin-top: 10%;
}

.loginPage .subTittle {
    height: auto;
    width: auto;
    position: relative;
    transform: rotate(0deg);
    font-family: "LucidaGrande", Helvetica, Arial, serif;
    font-size: 14.0px;
    color: rgba(255, 255, 255, 1.0);
    line-height: 17.0px;
    margin-top: 12%;
}

.loginPageWrapper {
    width: 483px;
    height: 432px;
    position: relative;
    margin: auto;
    background-color: rgba(27, 52, 71, 0.69);
    flex-direction: column;
    display: flex;
    margin-top: 1.5%;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(150, 150, 150, 1.0);
    align-items: center;
    box-sizing:border-box;
}

.formStyle{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.loginPage .inputCommon {
  background-color    : rgba(255, 255, 255, 1.0);
  height              : 42px;
  box-sizing          : border-box;
  width               : 295px;
  position            : relative;
  border-radius       : 8px;
  border-style        : solid;
  border-width        : 1px;
  border-color        : rgba(150, 150, 150, 1.0);
  color               : rgba(12, 91, 201, 1.0);
  padding-left        : 17px;
  padding-bottom      : 3px;
  font-size           : 14.0px;
  margin-top          : 5%;
}

.loginPage .buttonCommon {
    background-color: rgba(236, 176, 11, 1.0);
    box-sizing: border-box;
    border-radius: 8px;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(255, 255, 255, 1.0);
    font-size: 15.0px;
    height: 44px;
    width: 105px;
    position: relative;
    margin: 0;
    margin-top: 10%;
    font-weight: bold;
    margin-bottom:20px;
}

.loginPage .claimsservicesport {
  background-color    : rgba(255,255,255,0.0);
  top                 : 63px;
  height              : auto;
  width               : auto;
  position            : absolute;
  margin              : 0;
  left                : 82px;
  -ms-transform       : rotate(0deg); /* IE 9 */
  -webkit-transform   : rotate(0deg); /* Chrome, Safari, Opera */
  transform           : rotate(0deg);
  font-family         : "LucidaGrande-Bold", Helvetica, Arial, serif;
  font-size           : 16.0px;
  color               : rgba(236, 176, 11, 1.0);
  text-align          : left;
  line-height         : 18.0px;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(12, 91, 201, 1.0);
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: rgba(12, 91, 201, 1.0);
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: rgba(12, 91, 201, 1.0);
}

.loginPage .modalLogin {
    position: absolute;
    display: flex;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.69);
}
.loginPage .modal-content {
  background-color: #1b3447;
  color: #fff;
  font-family         : "LucidaGrande-Bold", Helvetica, Arial, serif;
  font-size           : 16.0px;
  text-align          : justify;
  margin: auto;
  padding: 10px;
  border: 2px solid #888;
  width: 80%;
}

.loginPage .closeBtn {
  background-color : #ECB00B;
  color            : #000;
  border-radius    : 4px;
  border-style     : solid;
  border-width     : 1px;
  margin: 0 auto;
  display: block;
  width               : 60px;
  height              : 25px;
  box-sizing          : border-box;
}

.loginPage .close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.loginPage .close:hover,
.loginPage .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

input:-webkit-autofill {
    -webkit-box-shadow:0 0 0 50px white inset;
    -webkit-text-fill-color: rgba(12, 91, 201, 1.0);
}

input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 50px white inset;
    -webkit-text-fill-color: rgba(12, 91, 201, 1.0);
}

/*ProgressBar customization */
.progressBarContainer {
    display: none !important;
}
@media only screen and (max-width: 980px){
	.intro {
	    background-image: url(../img/mobileBackGroundFather.png);
	    background-repeat: no-repeat;
	    height: auto;
	    background-size: cover;
	    background-position: top center;
	    min-width: 100%;
	    /* opacity: 1; */
	}
	.intro::before {
    content: "";
    background-image: url(../img/mobileBackGroundFather.png);
    background-size: cover;
    position: relative;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 0.75;
}
}

@media only screen and (max-width: 736px) {
    .loginPage {
        background-image: url(../img/mobileBackGroundFather.png);
        background-repeat: no-repeat;
		    height: 100%;
		    background-size: cover;
		    min-width: 100%;
		    background-position:top center;
		    
    }

    .loginPage::before {
        content: "";
        background-image: url(../img/mobileBackGroundFather.png);
        background-size: cover;
        position: relative;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        opacity: 0.75;
    }

}

@media only screen and (max-width: 1024px) {
	.loginPageWrapper{
		    width: 440px;
		    height:auto;
    padding: 33px 26px 33px;
    display: block;
    margin-top: 24px;
    box-sizing: border-box;
    
	}
	.loginPage .pageTittle{
		text-align:center;
		margin-top:0px;
	}
	.loginPage .subTittle{
		    margin-top: 10px;
		    font-size: 13px;
		    text-align:center;
	}
	.loginPage .inputCommon{
		width:100%;
	}
    .loginPage .buttonCommon {
        margin-top: 0;
        font-weight: 100;
        font-size: 14px;
        height: 33px;
        font-weight: bold;
    }
	.loginPage .modal{
		top:0;
		left:0;
		right:0;
	}

}
@media only screen and (max-width: 980px) {
	.loginPageWrapper{
		    width: 440px;
		    height:auto;
    padding: 33px 26px 33px;
    display: block;
    margin-top: 24px;
    box-sizing: border-box;
    
	}
	.loginPage .pageTittle{
		text-align:center;
		margin-top:0px;
	}
	.loginPage .subTittle{
		    margin-top: 10px;
		    font-size: 13px;
		    text-align:center;
	}
	.loginPage .inputCommon{
		width:100%;
	}
	.loginPage .buttonCommon{
		    margin-top: 0;
    font-weight: 100;
    font-size: 14px;
    height:33px;
    font-weight: bold;
	}
	.loginPage .modal{
		top:0;
		left:0;
		right:0;
	}

}
@media only screen and (max-width: 768px) {
.loginPage {
        background-image: url(../img/mobileBackGroundFather.png);
        background-repeat: no-repeat;
		    height: 100%;
		    background-size: cover;
		    min-width: 100%;
		    background-position:top center;
		    
    }

    .loginPage::before {
        content: "";
        background-image: url(../img/mobileBackGroundFather.png);
        background-size: cover;
        position: relative;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        opacity: 0.75;
    }

	.loginPageWrapper{
		    width: 393px;
		    height:auto;
    padding: 12px 16px 18px;
    display: block;
    margin-top: 24px;
    box-sizing: border-box;
    
	}
	.loginPage .pageTittle{
		text-align:center;
		margin-top:10px;
	}
	.loginPage .subTittle{
		    margin-top: 10px;
		    font-size: 13px;
		    text-align:center;
	}
	.loginPage .inputCommon{
		width:100%;
	}
	.loginPage .buttonCommon{
		    margin-top: 0;
    font-weight: 100;
    font-size: 14px;
    height:33px;
    font-weight: bold;
	}
	.loginPage .modal{
		top:0;
		left:0;
		right:0;
	}

}
@media only screen and (max-width: 480px) {
	.loginPageWrapper{
		    width: 350px;
		    height:auto;
    padding: 12px 16px 18px;
    display: block;
    margin-top: 24px;
    box-sizing: border-box;
    
	}
	.loginPage .pageTittle{
		text-align:center;
		margin-top:10px;
		    font-size: 16px;
	}
	.loginPage .subTittle{
		    margin-top: 10px;
		    font-size: 13px;
		    text-align:center;
	}
	.loginPage .inputCommon{
		width:100%;
	}
	.loginPage .buttonCommon{
		    margin-top: 0;
    font-weight: 100;
    font-size: 14px;
    height:33px;
    font-weight: bold;
	}
	.loginPage .modal{
		top:0;
		left:0;
		right:0;
	}

}
@media only screen and (max-width: 375px) {
	.loginPageWrapper{
		    width: 291px;
		    height:auto;
    padding: 11px 14px 18px;
    display: block;
    margin-top: 24px;
    box-sizing: border-box;
    
	}
	.loginPage .pageTittle{
		text-align:center;
		margin-top:10px;
		    font-size: 16px;
	}
	.loginPage .subTittle{
		    margin-top: 10px;
		    font-size: 13px;
		    text-align:center;
	}
	.loginPage .inputCommon{
		width:100%;
	}
	.loginPage .buttonCommon{
		    margin-top: 0;
    font-weight: 100;
    font-size: 14px;
    height:33px;
    font-weight: bold;
	}
	.loginPage .modal{
		top:0;
		left:0;
		right:0;
	}

}