@font-face{
  font-family:Regular; 
  src: url('../../materials/fonts/SourceSansPro-Regular.ttf');
}
@font-face{
  font-family:Light; 
  src: url('../../materials/fonts/SourceSansPro-Light.ttf');
}
@font-face{
  font-family:Semibold; 
  src: url('../../materials/fonts/SourceSansPro-SemiBold.ttf');
}

.leftBtmCorner {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
  font-size: 15px; 
  color: white;
  opacity: 50%;    
}

.rightBtmCorner {
position: absolute;
bottom: 0px;
right: 25px;
font-size: 15px; 
color: white;
opacity: 50%;    
}
body {

margin: auto;
}
/* 
.leftBtmCorner {
    position: absolute;
    bottom: 0px;
    left: 25px;
    font-size: 15px;
    opacity: 50%;    
} */

.rightBtmCorner {
  position: absolute;
  bottom: 0px;
  right: 25px;
  font-size: 15px;
  opacity: 50%;    
}

.button {
    border-radius: 4px;
    background-color:#4CBED8;
    border: none;
    color: #463557;
    text-align: center;
    font-size: 20px;
    padding: 10px;
    width: 120px;
    transition: all 0.5s;
    cursor: pointer;
    margin: 5px;
  }
  
  .button span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
  }
  
  .button span:after {
    content: '\00bb';
    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;
  }

.shadow{
    
    box-shadow: 6px 3px 10px 1px rgba(0,0,0,0.61);
}

.container {
    height: 100%;
    width: 100%;
}

.childContainer {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
     width: 100%;
    height: 100%;
    box-shadow: 6px 3px 10px 1px rgba(0,0,0,0.61);
    background-color: #463557;
}

.leftContainer
{
    height: 100%;
    width: 35%;
    text-align: center;
    display: block;
    background-color: #463557;
    /* background-color: #4CBED8; */
    float: left;
    /* height: 100%;
    width: 70%;
    background-color: #4CBED8;
    float: left;
    position: relative; */
}


.rightContainer
{
    height: 100%;
    width: 65%;
    float: right;
    position: relative;
    -webkit-box-shadow: inset 7px 0px 10px 0px rgba(0,0,0,0.61);
    -moz-box-shadow: inset 7px 0px 10px 0px rgba(0,0,0,0.61);
    box-shadow: inset 7px 0px 10px 0px rgba(0,0,0,0.61);
    /* height: 100%;
    width: 30%;
    background-color:  #463557;
    float: right;
    position: relative;

    -webkit-box-shadow: inset 7px 0px 10px 0px rgba(0,0,0,0.61);
    -moz-box-shadow: inset 7px 0px 10px 0px rgba(0,0,0,0.61);
    box-shadow: inset 7px 0px 10px 0px rgba(0,0,0,0.61); */

}

.left-center-div
{
  width: 90%;
  height: 90%;
  text-align: center;
  color: #ffffff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: url('../../materials/a2.jpeg');
  background-size: cover;
  box-shadow: 6px 3px 10px 1px rgba(0,0,0,0.61);
  border-radius: 20px;    
  padding: 20px;
  z-index: 10;
}

.center-div
{
/* width: 60%;
height: 52%;
position: absolute;
top:0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
background-color: rgb(255, 255, 255);
border-radius: 20px;
padding: 20px; */
width: 30%;
height: 70%;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
margin: auto;
background-color: rgb(255, 255, 255);
/* border-radius: 20px; */
padding: 45px; 
}


@import url(https://fonts.googleapis.com/css?family=Roboto);

html {
}

.form__group {
    position: relative;
    padding: 15px 0 0;
    margin-top: 30px;
}

.form__field {
    font-family: inherit;
    width: 100%;
    border: 0;
    border-bottom: 1px solid #d2d2d2;
    outline: 0;
    font-size: 16px;
    color: #463557;
    padding: 7px 0;
    background: transparent;
    transition: border-color 0.2s;
}

.form__field::placeholder {
    color: transparent;
}

.form__field:placeholder-shown ~ .form__label {
    font-size: 16px;
    cursor: text;
    top: 20px;
}

label, .form__field:focus ~ .form__label {
    position: absolute;
    top: 0;
    display: block;
    transition: 0.2s;
    font-size: 16px;
    color: #9b9b9b;
}

.form__field:focus ~ .form__label {
    color: #463557;
}

.form__field:focus {
    padding-bottom: 6px;
    border-bottom: 2px solid #463557;
}

.bottom-right{
  float: right;
  margin-top: 2%;
}

.logo{
    width: 53%;
    height: auto;
    margin-top: -5%;
}


#slideshow { 
    position: relative; 
    height: 100%;
    width: 100%;
    float: left;
}

#slideshow > div { 
    position: absolute; 
    top: 0px; 
    left: 0px; 
    right: 0px; 
    bottom: 0px; 
}

.maxWidthHeight{
    height: 100%;
    width: 100%;
}

.opacity{
    opacity: 0.5;
}

.text {
    font-size: 60px;
    margin-top: 20%;
    color: rgb(255, 255, 255);
}


.alert {
    padding: 20px;
    background-color: #f44336;
    color: white;
  }
  
  .closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
  }
  
  .closebtn:hover {
    color: black;
  }

  
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 50; /* Sit on top */
    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 */
    -webkit-animation-name: fadeIn; /* Fade in the background */
    -webkit-animation-duration: 0.4s;
    animation-name: fadeIn;
    animation-duration: 0.4s
  }
  

  /* The Close Button */
  .close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }
  
  .modal-header {
    padding: 2px 16px;
    background-color: #f71616;
    color: white;
  }
  

  
  /* Add Animation */
  @-webkit-keyframes slideIn {
    from {bottom: -300px; opacity: 0} 
    to {bottom: 0; opacity: 1}
  }
  
  @keyframes slideIn {
    from {bottom: -300px; opacity: 0}
    to {bottom: 0; opacity: 1}
  }
  
  @-webkit-keyframes fadeIn {
    from {opacity: 0} 
    to {opacity: 1}
  }
  
  @keyframes fadeIn {
    from {opacity: 0} 
    to {opacity: 1}
  }

  .layer {
    background-color: rgba(37, 37, 37, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;    
}

* {
  font-family: "Regular";
 }