*{
    margin: 0%;
    padding: 0%;
}
body{
    background-image: url(Images/hawai-y-sus-diferentes-tipos-de-clima.jpg);
    background-size: 1366px 700px;
    background-repeat: no-repeat;
    font-family: Arial, Helvetica, sans-serif;
}


@media only screen and (orientation: portrait) {
    body {
      background-image: url(Images/hawai-y-sus-diferentes-tipos-de-clima.jpg);
      background-repeat: no-repeat;
      background-size: 1000px 1000px;
      overflow: auto;
    }

    .page{
        margin-bottom: 3em;
    }

}

.container{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
}

.page{
    margin-top: 3em;
    align-items: center;
    border-radius: 2em;
    /* text-align: center; */
    width: 80%;
    height: 80%;
    background-color: white;
    background-color: rgba(255, 255, 255, 0.5);
    display: flex;
    flex-flow: column wrap;
    flex: 0 1 40em;
}


.login-text{
    background-color: white;
    background-color: rgb(255, 255, 255, 0.5);
    color: rgb(12, 117, 143);
    width: 4em;
    height: 1.3em;
    padding-top: 0.3em;
    text-transform: uppercase;
    text-align: center;
    justify-self: center;
    border-radius: 0.2em;
    font-size: 2em;
    font-weight: bold;
    box-shadow: 3px 3px 3px black;
}

.welcome{
    margin-top: 1em;
    text-align: left;
    justify-self: left;
    align-items: left;
    align-content: left;
    align-self: left;
    color: white;
    font-size: 1.5em;
    text-shadow: 3px 3px 3px rgb(12, 117, 143);
    
}

.gravity{
    font-weight: bold;
}

.type input[type="text"], .type input[type="password"]{
    width: 25em;
    height: 4em;
    font-size: 1.2em;
    border: 2px solid rgb(18, 205, 219);
    border-radius: 0.8em;
    padding-left: 1em;
    display: block;
}

.type :nth-child(1):hover, .type :nth-child(2):hover{
    background-color: black;
    color: white;
    box-shadow: 0px 5px 8px black;
}

.type :nth-child(1){
    margin-top: 1em;
}

.type :nth-child(2){
    margin-top: 0.5em;
}

.type::placeholder{
    color: black;
    font-size: 5em;
    font-weight: bold;
}

.remember{
    margin-top: 0.3em;
    text-align: left;
    
}

.remember label{
    font-size: 1.5em;
}

.login-button, .create-button{
    margin-top: 1em;
    margin-left: 0.5em;
    width: 20em;
    height: 2.5em;
    background-color: rgb(12, 117, 143);
    color: white;
    border: none;
    border-radius: 0.5em;
    font-weight: bold;
    font-size: 1.5em;
    display: block;
}

.login-button:hover, .create-button:hover{
    background: rgb(1, 38, 48)
}

.forgot{
    margin-top: 1.5em;
    font-size: 1.5em;
    text-align: center;
}

.acct{
    font-size: 1.3em;
    margin-top: 0.4em;
    margin-bottom: 1em;
}

.register{
    font-size: 1.3em;
}

.forgot:hover a, .register:hover a{
    background-color: rgb(1, 38, 48);
    font-size: 1.3em;
    color: white;
    border-radius: 0.3em;
}

.forgot a, .register a{
    text-decoration: none;
    color: rgb(12, 117, 143);
}

/* Sign Up Page */
.create-text{
    background-color: white;
    background-color: rgb(255, 255, 255, 0.5);
    color: rgb(12, 117, 143);
    width: 10em;
    height: 1.3em;
    padding-top: 0.3em;
    text-transform: uppercase;
    text-align: center;
    justify-self: center;
    border-radius: 0.2em;
    font-size: 2em;
    font-weight: bold;
    box-shadow: 3px 3px 3px black;
}
.create-type input{
    color: rgb(12, 117, 143);
    width: 25em;
    height: 4em;
    font-size: 1.2em;
    border: 2px solid rgb(18, 205, 219);
    border-radius: 0.8em;
    padding-left: 1em;
    display: block;
}

.create-type input:hover{
    background-color: black;
    color: white;
    box-shadow: 0px 5px 8px black;
}

.create-type :nth-child(1){
    margin-top: 2em;
}

.create-type :nth-child(2), .create-type :nth-child(3){
    margin-top: 0.5em;
}

.click-message{
    margin-top: 0.2em;
    font-size: 0.9em;
    text-align: center;
}

.terms, .privacy{
    font-weight: bold;
}

.terms a, .privacy a{
    color: rgb(12, 117, 143);
    text-decoration: none;
}

.terms a:hover, .privacy a:hover{
    color: white;
    text-shadow: 3px 3px 3px black;
}

.acct-already{
    font-size: 1.3em;
    margin-top: 0.8em;
    margin-bottom: 1em;
    display: block;
}

.log-in{
    font-size: 1.3em;
}

.log-in a{
    text-decoration: none;
    color: rgb(12, 117, 143);
}

.log-in:hover a{
    background-color: rgb(1, 38, 48);
    font-size: 1.3em;
    color: white;
    border-radius: 0.3em;
}

/* Home Page */
.content{
    display: flex;
    flex-flow: row wrap;
}

.head{
    background-color: rgb(12, 117, 143);
    width: 100%;
    height: 4em;
    align-content: center;
    display: flex;
    flex-flow: row wrap;
    flex: 1 1 100em;
}

.head:hover{
    background-color: black;
}

/* .head:hover .home-acct a{
    color: white;
}

.head:hover .acct-rule{
    border: 1px solid white;
} */

.nav-icons{
    font-weight: bold;
    letter-spacing: 0.1em;
    display: flex;
    flex-flow: row wrap;
    margin-right: 2em;
}

.nav-icons :nth-child(1){
    margin-left: 2em;
}

.nav-icons a{
    color: white;
    text-decoration: none;
}

.nav-icons a:hover {
    background-color: white;
    font-size: 1.3em;
    color: black;
    border-radius: 0.2em;
}

.home-acct{
    display: flex;
    text-transform: uppercase;
    font-weight: bold;
    margin-left: auto;
    margin-right: 6em;
}

.acct-rule{
    height: 1.3em;
    border: 1px solid white;
    margin-left: 0.8em;
    display: inline-flex;
    /* position: relative;
    bottom: 0.2em; */
}

.home-acct :nth-child(3){
    margin-left: 0.6em;
}

.home-acct a{
    color: white;
    text-decoration: none;
}

.home-acct span:hover a{
    background-color: white;
    color: black;
    padding: 0.2em;
    border-radius: 0.3em;
    /* text-shadow: 3px 3px 3px black; */
}

.home-welcome{
    display: block;
}

.foot{
    width: 100%;
    background-color: black;
    height: 3em;
    position: absolute;
    bottom: 0px;
}