* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.page {
  display: flex;
  flex-wrap: wrap;
}
.ateel_logo {
    width: 100%;
    height: auto;
}
.section {
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sign-in {
  background-color: #E6E6EA;
 	order:2;
}
 
a.button1{
 display:inline-block;
 padding:0.35em 1.2em;
 border:0.2em solid #FFFFFF;
 margin:0 0.3em 0.3em 0;
 border-radius:0.12em;
 box-sizing: border-box;
 text-decoration:none;
 font-family:'Roboto',sans-serif;
 font-weight:300;
 text-align:center;
 transition: all 0.2s;
 color: #004993; 
}
a.button1:hover{
 color:#000000;
 background-color:#FFFFFF;
}
@media all and (max-width:30em){
 a.button1{
   display:block;
   margin:0.4em auto;
  }
}
/* Desktop Styles */
@media only screen and (min-width: 961px) {
/*  body {
    background-color: #B2D6FF; /* Blue */
/*  }*/
}
/* Desktop Styles */
@media only screen and (min-width: 961px) {

  .page {
    border-width: 1px;
    border-style: solid;
    border-color: black;
    width: 960px;
    margin: 0 auto;
  }
  html {
    font-size: 24px;
  }

  .header {
    height: 200px;
  }
  
  .sign-in {
    height: 200px;
    order: 1;
  }
  
  .new-password {
    height: 60px;
    order: 3;
  }  
  .ateel_logo {
    width: 80%;
    height: auto;
  }
  label { 
    width: 10em;
    font-family: arial; 
    font-size: 0.75em; 
    line-height: 1em; 
    display: block;
    float: left;
  } 
  input[type=text] {
    padding:5px; 
    border:2px solid #ccc; 
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }
  input[type=password] {
    padding:5px !important; 
    border:2px solid #ccc !important;; 
    -webkit-border-radius: 5px !important;;
    border-radius: 5px !important;
  }
  input[type=text]:focus {
    border-color:#333;
  }

  input[type=submit] {
    height:60px;
    width: 250px;	
    display:inline-block;
    padding:0.35em 1.2em;
    border:0.2em solid #FFFFFF;
    margin:0 0.3em 0.3em 0;
    border-radius:0.12em;
    box-sizing: border-box;
    text-decoration:none;
    font-family:'Roboto',sans-serif;
    font-weight:300;
    font-size:1em;
    color: #004993;
    text-align:center;
    transition: all 0.2s;
  }
 
}