@font-face {
    font-family: 'Bellota-LightItalic';
    src: url('../fonts/Bellota-LightItalic.otf');
}
@font-face {
    font-family: 'Bellota-BoldItalic';
    src: url('../fonts/Bellota-BoldItalic.otf');
}

html , body{
    height: 100%;
    min-height: 100%;
}


/* html{
    background-image: url("../images/backgrounds/retro-computer-2.jpeg");
    background-attachment: fixed;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
} */


#first, #second{
	display: block;
	align-items: center;
}

#first input, #second input{
    width: 80%;
    padding: 10px 0;
    
}

#first img, #second img{
    width: 35px;
    margin-top: 5px;
    margin-left: 10px;
    cursor: pointer;
    float: right;
    position: absolute;
}

form{
    text-align: center;
}

body{
    margin: 0;
    padding: 0;
}

a{
    text-decoration: none;
    color: rgb(43, 211, 99);
}

.wrapper{
    background-image: url("../images/backgrounds/retro-computer-2.jpeg");
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    
}

.login_box{
    font-family: 'Bellota-LightItalic', sans-serif;
    position: relative;
    margin-right: 30%;
    margin-left:  auto;
    top: 38%;
    right: 2%;
    width: 30%;
    background-color: #ffffff;
    border: 1px solid #EDEDED;
    border-radius: 7px;
    padding: 5px;
    opacity: 0.78;
}
.login_header{
    font-family: 'Bellota-LightItalic', sans-serif;
    width: 100%;
    height: 90px;
    background-color: rgb(172 217 207);
    text-align: center;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

.login_header h1{
    font-family: 'Bellota-BoldItalic', sans-serif;
    margin-top: 0;
    margin-bottom: 0; 
    color: rgb(40 106 43);
    text-shadow: #1fd9ae 3px 1px 4px;
    font-size: 250%;
}

input[type = "submit"]{
    background-color: rgb(172 217 207);
    padding: 5px 10px 5px 10px;
    border: 1px solid rgb(172 217 207);
    border-radius: 4px;
    margin: 5px 0 10px 0;
    color: #043b42;
    font-family: 'Bellota-BoldItalic', sans-serif;
    font-size: 100%;
}

input[type = "text"] , input[type = "email"], input[type = "password"]{
    border: 1px solid e5e5e5;
    margin-top: 5px;
    width: 50%;
    height: 30px;
    margin-bottom: 10px;
    padding-left: 5px;

}

input[type = "text"]:hover , input[type = "email"]:hover, input[type = "password"]:hover{
    border-color: rgba(226, 231, 62, 0.822);
}


#second{
    display: none;
}
