:root {
  --primary-color: rgba(13, 110, 139, 0.75);
  --overlay-color: rgba(24, 39, 51 , 0.85);
  --menu-speed: 0.75s;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Roboto', sans-serif;
  background-color: white;
  /*background-color: #d9d9d9;*/
  /*line-height: 1.4;*/
}

.div1 {
    position: relative;
    margin: auto;
    /*align-content: center;*/
    background-color: white;
    /*background-color: #d9d9d9;*/
    width: 100%;
    /*height: 1400px;*/
}

.base {
    position: relative;
    /*display: flex;*/
    margin: auto;
    /*align-content: center;*/
    /*background-color: pink;*/
    width: 1000px;
    /*height: 1400px;*/
}
.spacer100{
    position: relative;
    /*display: flex;*/
    margin: auto;
    /*align-content: center;*/
    /*background-color: red;*/
    width: 100%;
    height: 20px;
}
.spacer300{
    position: relative;
    /*display: flex;*/
    margin: auto;
    /*align-content: center;*/
    /*background-color: yellow;*/
    width: 100%;
    height: 80px;
}

.formbox{
    position: relative;
    /*display: block;*/
    margin: auto;
    justify-content: center;
    align-content: center;
    background-color: white;
    width: 302px;
    /*height: 400px;*/
        padding: 5px;
    border-style: solid;
    border-color: #d9d9d9;
    border-width: 1px;
    border-radius: 5px;
  -moz-box-shadow:    1px 2px 6px -2px #ccc;
  -webkit-box-shadow: 1px 2px 6px -2px #ccc;
  box-shadow:         1px 2px 6px -2px #ccc; 
}
.formboxt1{
    position: relative;
    /*display: block;*/
    margin: auto;
    margin-top: 20px;
    text-align: center;
    justify-content: center;
    align-content: center;
    /*background-color: blue;*/
    width: 100%;
    height: 40px;
}
.formboxt1 p{
/*background: pink;*/
text-align: center;
  font-size: 17px;
  /*font-weight: bold;*/
  color: #000000;
}
.formboxt1 span{
/*background: pink;*/
text-align: center;
  font-size: 12px;
  font-style: italic;
  /*font-weight: bold;*/
  color: #5CBBFC;
}









.formboxt3{
    position: relative;
    /*display: block;*/
    margin: auto;
    margin-top: 1px;
    padding-right: 20px;
    text-align: right;
    /*justify-content: center;*/
    /*align-content: center;*/
    /*background-color: blue;*/
    width: 100%;
    height: 18px;
}

.formboxt3 a{
/*background: pink;*/
/*text-align: right;*/
  font-size: 24px;
  /*font-weight: bold;*/
  color: #000000;
  text-decoration: none;
}




.formboxt2{
    position: relative;
    /*display: block;*/
    margin: auto;
    text-align: center;
    justify-content: center;
    align-content: center;
    /*background-color: blue;*/
    width: 100%;
    /*height: 40px;*/
}










/*Below for membersinfo*/

.membersinfotext {
    position: relative;
    margin: auto;
    text-align: left;
    /*align-content: center;*/
/*background: pink;*/
width: 80%;
}

.membersinfotext label {
/*background: pink;*/
text-align: center;
  font-size: 13px;
  /*font-weight: bold;*/
  color: #000000;
}

.formdrop {
    position: relative;
    margin: auto;
    margin-top: 5px;
    /*background-color: pink;*/
    /*align-content: center;*/
    /*justify-content: center;*/
    text-align: center;
    width: 300px;
    min-height: 40px;
    font-family: arial, sans-serif;
    /*font-style: italic;*/
    font-size: 14px;
    color: #000000;
    /*margin-right: 5px;*/
    /*border-style: solid;*/
    /*border-color: pink;*/
    
}


.formdrops {
    width: 180px;
    height: 30px;
    border: 1px solid #999;
    font-size: 12px;
    /*color: #1c87c9;*/
    /*color: red;*/
    background-color: #eee;
    border-radius: 2px;
    /*box-shadow: 1px 1px #ccc;*/
}

select {
        color: #aaa; /* default unselected color */
}

select:focus {
        color: #1c87c9; /* color when focused */
}











input {
  font-family: 'Lucida Grande', Tahoma, Verdana, sans-serif;
  font-size: 14px;
}

input[type=text], input[type=password]{
  margin: 5px;
  padding: 0 10px;
  width: 200px;
  height: 34px;
  color: #404040;
  background: white;
  border: 1px solid;
  border-color: #c4c4c4 #d1d1d1 #d4d4d4;
  border-radius: 2px;
  outline: 5px solid #eff4f7;
  -moz-outline-radius: 3px;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
}
input[type=text]:focus, input[type=password]:focus {
  border-color: #7dc9e2;
  outline-color: #dceefc;
  outline-offset: 0;
}
input[type=submit] {
  padding: 0 18px;
  height: 29px;
  font: Arial;
  font-size: 13px;
  font-weight: 400;
  color: #ffffff;
  /*text-shadow: 0 1px #e3f1f1;*/
  /*background: #cde5ef;*/
  background: #2e79f2;
  border: 1px solid;
  border-color: #b4ccce #b3c0c8 #9eb9c2;
  border-radius: 3px;
  outline: 0;
    cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  /*background-image: -webkit-linear-gradient(top, #edf5f8, #cde5ef);*/
  /*background-image: -moz-linear-gradient(top, #edf5f8, #cde5ef);*/
  /*background-image: -o-linear-gradient(top, #edf5f8, #cde5ef);*/
  /*background-image: linear-gradient(to bottom, #edf5f8, #cde5ef);*/
  /*-webkit-box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);*/
  /*box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);*/
}
input[type=submit]:active {
  background: #cde5ef;
  border-color: #9eb9c2 #b3c0c8 #b4ccce;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
}

.lt-ie9 input[type=text], .lt-ie9 input[type=password] {
  line-height: 34px;
}

.error label {
/*background: pink;*/
text-align: center;
  font-size: 13px;
  /*font-weight: bold;*/
  /*color: #a7442f;*/
  color: red;
}


@media (max-width: 1015px) {
    
.base { 
           width: 100%;
}
}



@media (max-width: 800px) {
.formbox{
    width: 300px;
}
}
