﻿#CreateAccount{width:400px;overflow:hidden;margin:10px auto;}#CreateAccount legend{font-weight:normal;}#CreateAccount #CreateAccountPrivate{float:left;margin-top:10px;width:200px;}#CreatePrivateAccountComplete,#CreatePrivateAccountFailed{margin:20px 0;display:flex;align-items:center;}#CreatePrivateAccountComplete img.AccountCreationIcon,#CreatePrivateAccountFailed img.AccountCreationIcon{padding-right:20px;width:50px;height:50px;}#CreatePrivateAccountComplete div.AccountCreationInfo h3,#CreatePrivateAccountFailed div.AccountCreationInfo h3{font-weight:normal;}#CreatePrivateAccountComplete div.AccountCreationInfo a,#CreatePrivateAccountFailed div.AccountCreationInfo a{font-size:inherit;font-weight:bold;}@media all and (max-width:999px){#CreateAccount{width:90%;}#CreateAccount #CreateAccountPrivate{width:100%;max-width:612px;margin:0;box-sizing:border-box;}}