*{
	margin: 0px;
	padding: 0px;
}
body {
    width: 980px;
    height: 1744px;
    background-color: gray;
    background: url('https://d2dgys6tg64hrs.cloudfront.net/h52/img/bg.webp') no-repeat center;
    margin: 0px auto;
    background-size: 100% 100%;
    overflow-y: hidden;
}
.logo{
	text-align:center;
}
.login{
	position: absolute;
	top: 0px;
}

#divUserName {
    position: absolute;
    margin-top: 100px;
    margin-left: 79px;
}
#divUserName>input{
        width: 740px;
        height: 75px;
        border: 0px;
        background-color: inherit;
	    color: #fff;
        font-family: Arial;
        font-size: 65px;
        font-style: oblique;
}
.userremember {
    width: 20px;
    height: 20px;
    position: absolute;
    margin-top: -58px;
    margin-left: 770px;
    cursor: pointer;
    text-align: center;
    color: #fff;
    font-size: 42px;
}

#divPassword {
    position: absolute;
    margin-top: 230px;
    margin-left: 79px;
}

#divPassword input{
    width: 740px;
    height: 75px;
    border: 0px;
    background-color: inherit;
    color: #fff;
    font-family: Arial;
    font-size: 65px;
    font-style: oblique;
}

.showpwd {
    width: 20px;
    height: 20px;
    position: absolute;
    margin-top: -58px;
    margin-left: 770px;
    cursor: pointer;
    text-align: center;
    color: #fff;
    font-size: 40px;
}

#currency {
    position: absolute;
    margin-top: 360px;
    margin-left: 79px;
}

#currency select{
    width: 803px;
    height: 75px;
    border: 0px;
    background-color: inherit;
    color: #fff;
    font-family: Arial;
    font-size: 65px;
    font-style: oblique;
}

#currency>select>option{
    color:black;
    font-family: Arial;
    font-size: 15px;
    font-style: oblique;
}



#create-account {
    position: absolute;
    margin-top: 515px;
    margin-left: 86px;
    
}

#create-account input{
    width: 812px;
    height: 103px;
    border-radius: 45px;
    border: 0px;
    background-color: inherit;
    font-family: Arial;
    color: purple;
    font-size: 65px;
}


#create-account1 {
    position: absolute;
    margin-top: 680px;
    margin-left: 84px;
}
#create-account1 input{
    width: 400px;
    height: 65px;
    border-radius: 45px;
    border: 0px;
    background-color: inherit;
    font-family: Arial;
    color: purple;
    font-size: 40px;
}

#create-account2 {
    position: absolute;
    margin-top: 680px;
    margin-left: 500px;
}
#create-account2 input{
	width: 400px;
	height: 65px;
	border-radius: 45px;
	border: 0px;
	background-color: inherit;
	font-family: Arial;
	color: #fff;
	font-size: 40px;
}


.remember {
    position: absolute;
    margin-top: 68px;
    margin-left: 755px;
}














