@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,700);

*{margin:0;padding:0;}

body{
	background:url(../images/bg1.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	background-position:top center;
  font-family:Verdana, Geneva, sans-serif;
}

.button{
  width:100px;
  background:#3399cc;
  display:block;
  margin:0 auto;
  margin-top:1%;
  padding:10px;
  text-align:center;
  text-decoration:none;
  color:#fff;
  cursor:pointer;
  transition:background .3s;
  -webkit-transition:background .3s;
}

.button:hover{
  background:#2288bb;
}

#login{
  width: 550px;
  margin:0 auto;
  margin-top:10%;
  margin-bottom:5%;
  transition:opacity 1s;
  -webkit-transition:opacity 1s;
  padding: 0 10px;
}

#triangle{
  width:0;
  border-top:12x solid transparent;
  border-right:12px solid transparent;
  border-bottom:12px solid #3399cc;
  border-left:12px solid transparent;
  margin:0 auto;
}

#login h1{
  background:#3399cc;
  padding:20px 0;
  font-size:140%;
  font-weight:900;
  text-align:center;
  color:#fff;
}

form{
  background:#f0f0f0;
  padding:2% 4%;
}

input[type="email"],input[type="password"]{
  width:92%;
  background:#fff;
  margin-bottom:1%;
  border:1px solid #ccc;
  padding:3%;
  font-family:Verdana, Geneva, sans-serif;
  font-size:95%;
  color:#555;
}

input[type="submit"]{
  width:100%;
  background:#3399cc;
  border:0;
  padding:3%;
  font-family:Verdana, Geneva, sans-serif;
  font-size:100%;
  color:#fff;
  cursor:pointer;
  transition:background .3s;
  -webkit-transition:background .3s;
}

input[type="submit"]:hover{
  background:#060;
}

input[type="text"],input[type="password"]{
  width:92%;
  background:#fff;
  margin-bottom:1%;
  border:1px solid #ccc;
  padding:3%;
  font-family:Verdana, Geneva, sans-serif;
  font-size:95%;
  color:#555;
}

input[type="number"],input[type="password"]{
  width:92%;
  background:#fff;
  margin-bottom:1%;
  border:1px solid #ccc;
  padding:3%;
  font-family:Verdana, Geneva, sans-serif;
  font-size:95%;
  color:#555;
}

textarea{
  width:92%;
  background:#fff;
  margin-bottom:1%;
  border:1px solid #ccc;
  padding:3%;
  font-family:Verdana, Geneva, sans-serif;
  font-size:95%;
  color:#555;
}
select{
  width:98%;
  background:#fff;
  margin-bottom:1%;
  border:1px solid #ccc;
  padding:3%;
  font-family:Verdana, Geneva, sans-serif;
  font-size:95%;
  color:#555;
}

/*  Custom CSS  */
.logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}
.currency-section {
  background:#f0f0f0;
  text-align: center;
  padding: 5% 4%;
}
.currency-box {
    display: inline-block;
    width: 40%;
    text-align: center;
    background: #fff;
    text-decoration: none;
    padding: 20px 0;
    margin: 10px;
    color: #000;
}
a.currency-box:hover {
    color: #f00;
}
.currency-box h3 {
    font-size: 2em;
}
.transection-result {
    width: 33.33%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 8%;
    margin-bottom: 5%;
    padding: 15px;
}
.text-center {
    text-align: center;
}
.transection-result table {
  margin-top: 15px;
  width:100%;
  background: #f0f0f0;
}
.transection-result table, .transection-result th, .transection-result td {
  border: 1px solid black;
  border-collapse: collapse;
}
.transection-result td {
    padding: 5px;
}
/*  End Custom CSS  */


@media screen and (min-width:10px) and (max-width:640px) {
	
#login{

  width: auto;
  margin:0 auto;
  margin-top:10%;
  margin-bottom:6%;
  transition:opacity 1s;
  -webkit-transition:opacity 1s;

}

body{
	background:url(../images/bg1.jpg);
	background-size:cover;
	background-repeat:space;
  font-family:Verdana, Geneva, sans-serif;
}
.transection-result {
    width: 100%;
}
}






