a {
  text-decoration     : none;
}
div {
  -webkit-text-size-adjust: none;
}


div {
  -webkit-text-size-adjust: none;
}

.loader {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1;
}

.bg-image {
    width: 100vw;
    height: 100vh;
    color: grey;
    background: rgba(155, 155, 155, 0.25);
    display: flex;
    justify-content: center;
    align-items: center;
}
.createaccount {
    width: 100%;
    max-width: 1280px;
    min-width: 375px;
    height: 430px;
    position: relative;
    margin: auto;
    align-items: center;
    display: flex;
    justify-content: center;
}

.createaccount::before {
    content: "";
    background-image: url(../img/mainBackGroundFather.png);
    background-size: cover;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 0.75;
}

.createAccountWrapper {
    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;
}

.formStyle{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.createaccount .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: 6%;
}

.createaccount .buttonCommon {
    background-color: rgba(236, 176, 11, 1.0);
    height: 41px;
    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: 41px;
    width: 190px;
    position: relative;
    margin: 0;
    margin-top: 10%;
	margin-bottom: 10px;
}
.createaccount .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          : 3%;
}

.createaccount .accountPhone {
    background-color: #1b3447;
    height: 28px;
    position: relative;
    border-style: solid;
    border-color: #1b3447;
    color: white;
    padding-left: 5px;
    font-size: 14.0px;
    text-align: center;
}

.createaccount .marginTopEmail {
    margin-top: 5% !important;
}

.createaccount .marginTopConfirmEmail {
    margin-top: 5% !important;
}
.createaccount .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:5%;
}

::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);
}
.createaccount .modal {
    position: absolute;
    display: flex;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.69);
}
.createaccount .modal-content {
  background-color: #1b3447;
  color: #fff;
  font-family         : "LucidaGrande-Bold", Helvetica, Arial, serif;
  font-size           : 16.0px;
  text-align          : center;
  margin: auto;
  padding: 10px;
  border: 2px solid #888;
  width: 90%;
}

.createaccount .closeBtn {
    background-color: #ECB00B;
    color: #000;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    margin: 15px auto;
    display: block;
    width: 100%;
    height: 50px;
    font-size: 16px;
    box-sizing: border-box;
    border-color: white;
}

.createaccount .closeBtnAlt {
    background-color: #ECB00B;
    color: #000;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    margin: 20px 0px 10px 0px;
    display: block;
    width: 110px;
    height: 35px;
    font-size: 16px;
    box-sizing: border-box;
    border-color: white;
}

.formRow {
    display: flex;
    width: 100%;
    justify-content: space-evenly;
    align-items: center;
}

.createaccount .close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.createaccount .closeLogin {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor:pointer;
}

.createaccount .close:hover,
.createaccount .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: 736px) {
    .createaccount {
        background-image: url(../img/mobileBackGroundFather.png);
        background-repeat: no-repeat;
	    height: 100%;
	    min-width: 100%;
	    box-sizing: border-box;
	    background-size: cover;
	    background-position: top center;
    }

    .createaccount::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: 768px) {

    .formRow {
        display: flex;
        width: 100%;
        align-items: center;
        flex-wrap: wrap;
    }

	.createaccount {
		background-image: url(../img/mobileBackGroundFather.png);
            background-repeat: no-repeat;
	    height: 100%;
	    min-width: 100%;
	    box-sizing: border-box;
	    background-size: cover;
	    background-position: top center;
    }
    .createaccount::before {
        content: "";
        background-image: url(../img/mobileBackGroundFather.png);
        background-size: cover;
        position: relative;
        top: 0px;
        right: 0px;
        bottom: 0px;
        left: 0px;
        opacity: 0.75;
    }
    .createAccountWrapper{
    	   width: 366px;
    height: auto;
    padding: 16px 21px 18px;
		    display: block;
		    margin-top: 24px;
		    box-sizing: border-box;
    }
    .createaccount .inputCommon{
    		width:100%;
    }
    .createaccount .pageTittle{
    	    text-align: center;
   			 font-size: 16px;
    }
    .createaccount .subTittle{
    	text-align:center;
    	    margin-top: 7px;
    font-size: 13px;
    }
    .createaccount .buttonCommon{
    	    margin-top: 20px;
    font-weight: 100;
    margin-bottom: 16px;
    font-size: 14px;
    }
    .createaccount .modal{
    	top:0;
    	left:0;
    	right:0;
    }
}
@media only screen and (max-width: 480px) {
	.createaccount {
            background-repeat: no-repeat;
	    height: 100%;
	    min-width: 100%;
	    box-sizing: border-box;
	    background-size: cover;
	    background-position: top center;
    }
    .createAccountWrapper{
    	    width: 353px;
		    height: auto;
		    padding: 11px 14px 18px;
		    display: block;
		    margin-top: 24px;
		    box-sizing: border-box;
    }
    .createaccount .inputCommon{
    		width:100%;
    }
    .createaccount .pageTittle{
    	    text-align: center;
   			 font-size: 16px;
    }
    .createaccount .subTittle{
    	text-align:center;
    	    margin-top: 7px;
    font-size: 13px;
    }
    .createaccount .buttonCommon{
    	    margin-top: 20px;
    font-weight: 100;
    margin-bottom: 16px;
    font-size: 14px;
    }
    .createaccount .modal{
    	top:0;
    	left:0;
    	right:0;
    }
}

@media only screen and (max-width: 375px) {
	.createaccount {
            background-repeat: no-repeat;
	    height: 100%;
	    min-width: 100%;
	    box-sizing: border-box;
	    background-size: cover;
	    background-position: top center;
    }
    .createAccountWrapper{
    	    width: 291px;
		    height: auto;
		    padding: 11px 14px 18px;
		    display: block;
		    margin-top: 24px;
		    box-sizing: border-box;
    }
    .createaccount .inputCommon{
    		width:100%;
    }
    .createaccount .pageTittle{
    	    text-align: center;
   			 font-size: 16px;
    }
    .createaccount .subTittle{
    	text-align:center;
    	    margin-top: 7px;
    font-size: 13px;
    }
    .createaccount .buttonCommon{
    	    margin-top: 20px;
    font-weight: 100;
    margin-bottom: 16px;
    font-size: 14px;
    }
    .createaccount .modal{
    	top:0;
    	left:0;
    	right:0;
    }
}