﻿                    /*html {
                         margin:0 auto;
                         background-color:#18323e ;                        
                         min-width: 1007px;
                         max-width: 1440px;
                          width: 100%;
                         /*min-height:455px;
                         max-height:auto;*/
                         height: auto;
                         }*/
                    body {
                         margin:0 auto;                        
                         min-width: 1007px;
                         max-width: 1440px;
                         overflow-y: scroll;
                         width: 100%;
                         height: auto;
                         color:whitesmoke;
                  
                         }
          
             .background {
                         background: #20607d; 
                         width: 100%;
                         height:100%;
                         margin: 20px 0px;
                         }
                  header {
                         background-color:#20607d; 
                         height:30%;
                         }
input[type=text], select {
                         padding: 10px 0px;
                         padding-right: 0px;
                         margin: 8px 0px;
                         display: inline-block;
                         border: 1px solid #ccc;
                         border-radius: 4px;
                         box-sizing: border-box;
                         font-family: sans-serif;
                         font-size: 16px;
                         /* margin-left: 3px; */
                         padding-left: 9px;
                         }
input[type=password], select {
                         padding: 10px 0px;
                         padding-right: 0px;
                         margin: 8px 0px;
                         display: inline-block;
                         border: 1px solid #ccc;
                         border-radius: 4px;
                         box-sizing: border-box;
                         font-family: sans-serif;
                         font-size: 16px;
                         /* margin-left: 3px; */
                         padding-left: 9px;
                         }
                   .link {
                         display: inline-block;    
                         text-align: right;
                         color: #f5f5f5;
                         cursor: pointer;
                         font-family: sans-serif;
                         font-size: inherit;
                         margin-left: 9px;
                         text-decoration: underline;
                         padding-bottom: 6px;
                         }
                .setting {
                         width: 29%;
                         position: relative;
                         left: 916px;
                         bottom: 70px;
                         }
                 .input1 {
                         width: 59%;
                         position: relative;
                         left: 141px;
                         top: 247px;
                         }
                      h1 {
                         width: 27%;           
                         font-family: sans-serif;
                         font-weight: 300;
                         font-size: 31px;
                         text-decoration: underline;
                         }
                  footer {  
                         background-color:#d7eff6 ;        
                         color: #003082;
                         width: 100%;
                         height: 100%;              
                         }
                   label {
                         font-family: sans-serif;
                         font-size: inherit;
                         }

                 .button {
                         display: inline-block;
                         border-radius: 4px;
                         background-color: #9cd0e3;
                         border: none;
                         color: #18323e;
                         text-align: center;
                         font-size: 19px;
                         padding: 10px;
                         width: 100%;
                         transition: all 0.5s;
                         cursor: pointer;
                         margin: 18px;
                         }
            .button span {
                         cursor: pointer;
                         display: inline-block;
                         position: relative;
                         transition: 0.5s;
                        }
     .button span:after {
                        content: '»';
                        position: absolute;
                        opacity: 0;
                        top: 0;
                        right: -20px;
                        transition: 0.5s;
                        }
     .button:hover span {
                        padding-right: 25px;
                        }
.button:hover span:after {
                         opacity: 1;
                         right: 0;
                         }

