﻿html 
{
 font-family: Roboto, "segoe ui", sans-serif;
 font-size: 16px;
 font-weight: 400;
 line-height: 1.8em;
}

body 
{
 margin: 0;
 padding: 0;
}

.image-repeater-seirs {
 background-image: url('../Images/background1.png');
}
.image-repeater-sema {
    background-image: url('../Images/backgroundsema.jpg');
}

.section 
{
 text-align: center;
 padding: 20px 20px;
}

@media (min-width: 768px) 
{
 .section 
 {
  padding: 20px 40px;
 }
}

@media (min-width: 992px) 
{
 .section 
 {
  padding: 30px 60px;
 }
}

@media (min-width: 1200px) 
{
 .section 
 {
  padding: 40px 80px;
 }
}

.color-default 
{
 background-color: white;
 color: black;
}

.color-inverse 
{
 background-color: black;
 color: white;
}

h4 
{
 font-size: 1.5rem
}

h5 
{
 font-size: 1.25rem;
}

h4, h5 
{
 font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
 font-weight: 900;
 text-transform: uppercase;
 margin: 8px 0;
}

input[type='text'],
input[type='password'] 
{
 outline: none;
 border: 0;
 border-bottom: 1px solid #9e9e9e;
 background-color: white;
 padding: 8px 4px 8px 32px;
 width: 100%;
 box-sizing: border-box;
 height: 1.9375rem;
 height: 50px;
 font-size: 1.1rem;
}

input[type='text']:focus, 
input[type='password']:focus
{
  border-bottom-color: rgb(77, 183, 227);
  box-shadow: 0 1px 0 0 rgb(77, 183, 227);
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus 
{
 -webkit-box-shadow: inset 0 0 0px 9999px white;
} 

div.modal-container {
 width: 80%;
 max-width: 80%;
}

div.modal
{
 z-index: 1000;
 display: none;
 position: fixed;
 left: 0px;
 top: 0px;
 width: 100%;
 height: 100%;
 overflow: auto;
 background-color: rgb(0, 0, 0);
 background-color: rgba(0, 0, 0, 0.4);
}

div.modal-container
{
 position: relative;
 top: 50%;
 left: 50%;
 transform: translate(-50%, -50%);
 background-color: white;
 padding: 20px;
 border-radius: 3px;
 border: 1px solid rgba(0,0,0, 0.5);
}

div.modal span.modal-close 
{
 position: absolute;
 display: inline-block;
 top: 35px;
 right: 30px;
 font-weight: bold;
 height: 30px;
 width: 30px;
 background-color: transparent;
 border-radius: 50%;
 color: black;
 cursor: pointer;
 text-align: center;
 vertical-align: middle
}

div.modal span.modal-close i
{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -55%);
  font-style: normal;
  font-size: 1.1em;
  line-height: 30px;
 }

div.modal span.modal-close:hover
{
  background-color: rgba(0, 0, 0, 0.1);
  color: white;
}


@media (min-width: 576px) and (max-width: 767px) 
{
 div.modal-container 
{
  width: 80%;
  max-width: 80%;
 }
}

@media (min-width: 768px) and (max-width: 991px)
{
 div.modal-container 
 {
  width: 80%;
  max-width: 80%;
 }
}

@media (min-width: 992px) and (max-width: 1199px) 
{
 div.modal-container 
 {
  width: 60%;
  max-width: 60%;
 }
}

@media (min-width: 1200px) 
{
 div.modal-container 
 {
  width: 50%;
  max-width: 50%;
 }
}

@media (min-width: 1366px) 
{
 div.modal-container 
 {
  width: 50%;
  max-width: 50%;
 }
}

@media (min-width: 1600px) 
{
 div.modal-container 
 {
  width: 40%;
  max-width: 40%;
 }
}

@media (min-width: 1920px) 
{
 div.modal-container 
 {
  width: 30%;
  max-width: 30%;
 }
}

#Signin_form_block 
{
 margin: 0 auto;
 width: 100%;
 text-align: initial;
}

.information
{
 padding: 0 0.5rem;
 box-sizing: border-box;
}

.information i 
{
 color: #fff;
 font-size: 1rem;
 border: 3px solid #fff;
 border-radius: 50%;
 padding: 1rem;
}

.information h4,
.information p 
{
 font-size: 0.75rem;
}

section-2 
{
 display: flex;
 flex-wrap:wrap;  
}

 input[type="submit"] 
 {
  display: inline-block;
  background-color: black;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  color: white;
  padding: 12px 20px;
  border-radius: 5px;
  border: 0;
  cursor: pointer;
  box-sizing: border-box;
 }

.input-icon 
{
 position: absolute;
 left: 5px;
 top: 13px;
 font-size: 1.3em;
 color: rgba(0, 0, 0, 0.5);
}

@media (min-width: 768px) 
{
 #Signin_form_block 
 {
  width: 50%;
 }

 .information i
 {
  font-size: 1.5rem;
  padding: 1.5rem;
 }

 .information h4, 
 .information p  
 {
  font-size: 1rem;
 }
}

@media (min-width: 992px) 
{
 .information i 
 {
  font-size: 2rem;
  padding: 2rem;
 }

 .information h4, 
 .information p  
 {
  font-size: 1.25rem;
 }
}

@media (min-width: 1200px) 
{
 #Signin_form_block 
 {
  width: 33%;
 }

 .information i
 {
  font-size: 3rem;
  padding: 3rem;
 }

 .information h4, .information p  
 {
  font-size: 1.5rem;
 }
}