/*Fonts*/
@import 'https://fonts.googleapis.com/css?family=Open+Sans';
@import 'https://fonts.googleapis.com/css?family=Galada';
@import 'https://fonts.googleapis.com/css?family=Lato';

::selection {
  background: #ffb7b7; /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: #ffb7b7; /* Gecko Browsers */
}
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
:focus {
  outline: none;
}
/*Reset*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  padding: 0;
  margin: 0;
}
body,
input {
  font-family: 'Open sans', sans-serif;
  font-size: 18px;
  color: #4c4c4c;
}
body {
  background-color: #292931; 
 background: url('wallpapers/yosemite_valley.jpg') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover; 
  background-size: cover;
}

.logo {
  background-color: ;
  padding-top: 40px;
}

form {
  margin: 10px 35px;
}
input {
  border: none;
}
a {
  text-decoration: none;
  color: rgb(255, 255, 255);
}
a:hover {
  color: rgba(255, 152, 0, 0.79);
  text-decoration: underline;
}
input[type='text'],
input[type='password'] {
  background-color: transparent;
  font-size: 18px;
  text-align: center;
  width: 200px;
  height: 44px;
  border: 1px solid #cbc9c9;
  padding-top: 3px;
  padding-left: 5px;
  margin-left: -5px;
  margin-top: -1px;
  border-radius: 0px 3px 3px 0px;
  -webkit-border-radius: 0px 3px 3px 0px;
  -moz-border-radius: 0px 3px 3px 0px;
}
input[type='submit'] {
  width: 237px;
  height: 60px;
  margin-left: 17px;
  border-radius: 3px;
  background-color: gray;
  color: #f8f8f8;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  transition: all 0.5s;
}
input[type='submit']:hover {
  background-color: rgb(69, 107, 48);
  color: black;
  cursor: pointer;
  font-weight: bold;
}
#icon {
  background-color: #f4f4f4;
  color: #625864;
  display: inline-block;
  font-size: 18px;
  padding-top: 10px;
  padding-bottom: 7px;
  width: 40px;
  margin-left: 15px;
  margin-bottom: 18px;
  text-align: center;
  border-top: solid 1px #cbc9c9;
  border-bottom: solid 1px #cbc9c9;
  border-left: solid 1px #cbc9c9;
  border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
}
.wrapper {
  text-align: center;
  background: rgba(255, 255, 255, .50);
  margin: 180px auto;
  width: 543px;
  height: 380px;
  border: none;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
.wrapper h1 {
  font-family: 'lato', cursive;
  color: black;
  letter-spacing: 2px;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
}
.wrapper hr {
  opacity: 0.2;
}
.crtacc {
  margin-left: 75px;
}

.image-overlay {
  position: absolute;
  top: 3%;
  right: 3%;
  
  background-color: rgba(0, 0, 0, 0.6);
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(5px);
  transition: all 0.3s ease;
}

.image-overlay:hover {
  background-color: rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 30px rgba(255, 255, 255, 0.3);
}

.image-title {
  color: #ffffff;
  font-family: 'Arial', sans-serif;
  font-size: 24px;
  text-align: center;
  margin: 0;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
