﻿
body 
{
    
    font-family: Geneva, Verdana, sans-serif;
    font-size:16px;

    }

/* Full-width input fields */
input[type=text], input[type=password] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-stretch: expanded;
}

/* Set a style for all buttons */
button {
  background-color: #1c7d99;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 100%;
  border-radius: 20px;
}

button:hover {
  opacity: 0.8;
}

/* Extra styles for the cancel button */
.cancelbtn {
  width: auto;
  padding: 10px 18px;
  background-color: #f44336;
}

/* Center the image and position the close button */
.imgcontainer {
  text-align: center;
  margin: 24px 0 12px 0;
  position: relative;
}

img.avatar {
  width: 30%;
  border-radius: 50%;
  background-color:White;
}

.container {
  padding: 10px;
}

span.psw {
  /*float: right; */
  padding-top: 16px;
}

.backgroundSvg
{
    position: fixed; /* Stay in place */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height:100%; /* Full height */
  /*overflow: auto;  Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  background-color:white;
  padding-top: 0px;
}
/* The Modal (background) */
.modal {
   /* Hidden by default */
  
  z-index: 1; /* Sit on top */
  margin:auto;
  
  width: 100%; /* Full width */
  height:100%;
  /*overflow: auto;  Enable scroll if needed */
  
  
  padding-top: 0px;
  
  
}



/* Modal Content/Box */
.modal-content
{
     filter: blur(0px);
     filter:drop-shadow(1px 1px 5px #cccccc);
  background-color: #fefefe;
  
  

/*  border: 1px solid #999999; */
  width: 100%; /* Could be more or less, depending on screen size */
  
  
}
.modal-content-left
{
    
  background-color: yellow;
  
  float:left;
  height:92%;
  border: 1px solid #888;
  width: 70%; /* Could be more or less, depending on screen size */
  
  
}
.modal-content-right
{
  background-color: white;
  filter: blur(0px);
     filter:drop-shadow(1px 1px 5px #cccccc);
  display:inline-block;
  float:right;
  height:500px;
  margin-right:20px;
  margin-top:50px;
  border: 1px solid #888;
  
  width: 29.7%; /* Could be more or less, depending on screen size */
  
  
}

/* The Close Button (x) */
.close {
  position: absolute;
  right: 25px;
  top: 0;
  
  color: #000;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: red;
  cursor: pointer;
}

/* Add Zoom Animation */
.animate {
  -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
  from {-webkit-transform: scale(0)} 
  to {-webkit-transform: scale(1)}
}
  
@keyframes animatezoom {
  from {transform: scale(0)} 
  to {transform: scale(1)}
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
  span.psw {
     display: block;
     float: none;
  }
  .cancelbtn {
     width: 100%;
  }
}

.BannerImagecontainer 
{
  position: relative;
  text-align: center;
  color: white;
}
.BannerImageTextCentered {
  position: absolute;
  top: 50%;
  left: 50%;
  padding:20px;
  background-color:Gray;
  width:100%;
  font-size:30px;
  transform: translate(-50%, -50%);
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  font: 400 25px/30px "Montserrat", sans-serif;
}

.Bannercontainer 
{
    position: relative;
    width: 100%;
    height: 100%;
    
 }
        
.bannerText {
            position: absolute;
            width:100%;
            left: 50%;
            transform: translate(-50%, -50%);
            
 

            /*text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); */
        }
        .bannerText.welcome 
        {
            top: 25%;
            color:green;
            font-size:30px;
        }
        .bannerText.top {
            top: 20%;
            color:#424e3a;
            font-size:40px;
            background-color: rgb(0,0,0); /* Fallback color */
            background-color: rgba(0,0,0, 0.4); /* Black w/opacity/see-through */
            background-color: rgba(233,36,1,0.7);
            background-color: rgba(228,237,222,0.8);
            
        }
        
        .bannerText.bottom {
            top: 70%;
            color:white;
            font-size:40px;
            padding:10px;
            
            background-color: rgb(0,0,0); /* Fallback color */
            background-color: rgba(0,0,0, 0.4); /* Black w/opacity/see-through */
            background-color: rgba(233,36,1,0.7);
        }
        
        
        