@import url(https://fonts.googleapis.com/css?family=Roboto:300);


.login-page {
  width: 360px;
  margin: auto;
}
.form {
  position: relative;
  z-index: 1;
  background: #ffffff80;
  max-width: 360px;
  padding: 31px;
  text-align: center;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}
body {
  background-image: url(/assets/img/bg-02.jpg);
  width: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 1;
}
body::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0 0 0/ 17%);
}
.form input {
  font-family: "Roboto", sans-serif;
  outline: 0;
  background: #f2f2f2;
  width: 100%;
  border: 0;
  margin: 0 0 15px;
  padding: 15px;
  box-sizing: border-box;
  font-size: 14px;
}
.form button {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  outline: 0;
  background: #0e0e0e;
  width: 100%;
  border: 0;
  padding: 15px;
  color: #ffffff;
  font-size: 14px;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  cursor: pointer;
}
.form button:hover,
.form button:active,
.form button:focus {
  background: #515151;
}
.form .message {
  margin: 15px 0 0;
  color: #b3b3b3;
  font-size: 12px;
}
.form .message a {
  color: #4caf50;
  text-decoration: none;
}
.container {
  position: relative;
  z-index: 1;
  margin: 0 auto;
}
.container:before,
.container:after {
  content: "";
  display: block;
  clear: both;
}
.container .info {
  margin: 50px auto;
  text-align: center;
}
.container .info h1 {
  margin: 0 0 15px;
  padding: 0;
  font-size: 36px;
  font-weight: 300;
  color: #1a1a1a;
}
.container .info span {
  color: #4d4d4d;
  font-size: 12px;
}
.container .info span a {
  color: #000000;
  text-decoration: none;
}
.container .info span .fa {
  color: #ef3b3a;
}
.logo-ezi{
    content: url(/assets/img/logo-blue-black.png);
    outline: none;
    width: 119px;
    margin-top: -5px;
}

.header
{
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  border: 2px solid #145388;
  width: 100%;
  padding: 20px;
  z-index: 99;
}

.header ul 
{
    list-style-type: none;
    width: 100%;
    margin: 0;
    padding: 0 20px;
}

.header ul li img
{
    width: 220px;
}
.header ul li
{
   display: inline-block;
}

.am-card
{
  transition: 0.5s;
  padding: 20px;
  background-color:#ffffff80 ;
  cursor: pointer;
  position: relative;
  height: fit-content;
}

.am-card-head
{
  transition: 0.5s;
  padding: 15px;
  background-color:#fff;
  margin-bottom: 15px;
  font-size: 20px;
}
.am-card-head img
{
     float: right;
    width: 127px;
    position: relative;
    top: -12px;
}
.am-card-body
{
  transition: 0.5s;
  padding: 15px;
  background-color:#fff;
  position: relative;
}  


.contact-label
{
  text-transform: capitalize;
  position: relative;
  display: block;
  padding: 15px 0px 15px 45px;
  
}
hr.contact-hr {
  border: 1px solid;
  margin: 0 auto;
  width: 80%;
}

.go-to-stock
{
    position: relative;
    bottom: -61px;
    margin-top: -41px;

}  
.sanigricolor{color: #1071b5!important;}  
.sanigriBorderColor{border-color: #1071b5!important;}  
.sanigriBgcolor{background-color: #1071b5!important;}  
.nourgricolor{color: #844d95!important;}  
.nourBorderColor{border-color: #844d95!important;}  
.nourBgcolor{background-color: #844d95!important;}  
.go-to-stock a
{
  padding: 10px 25px;
  display: block;
  width: fit-content;
  margin: auto;
  font-size: 26px;
  border: 3px solid;
  background-color: white;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.go-to-stock a:before
{
  content: "";
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s;
  height: 100%;
  z-index: 0;
  transform: rotateY(90deg);
}
.go-to-stock.sanigri a:before
{
  background-color:#1071b5!important;
}
.go-to-stock.nour a:before
{
  background-color:#844d95!important;
}
.go-to-stock span.intop
{
  position: relative;
  z-index: 2;
}
.go-to-stock a:not(.disabled):hover
{
  color: #fff!important;
  text-decoration: none;
}
.go-to-stock a:not(.disabled):hover:before
{
  transform: rotateY(180deg);
}
.contact-label i{
    font-size: 19px;
    width: 35px;
    height: 35px;
    border: 3px solid;
    text-align: center;
    padding-top: 4px;
    border-radius: 50%;
    position: absolute;
    font-weight: 900;
    left: 0px;
    top: 8px;
}
.contact-label b{
  font-size: 16px;
}

.f-right
{
  float: right;
}

.f-right a{
  color: #474747;
  background-color: #f9f9f9;
  padding: 13px 10px;
  text-decoration: none;
  transition: 0.5s;
  display: block;
  transform: scale(0.96);
  border: 1px solid #878787;
}
.f-right a:hover{
  text-decoration: none;
  transform: scale(1);
}

.form #error
{
  opacity: 1;
}
.title__
{
   font-weight: bold;
   color: white;
   text-align: center;
   width: 100%;
}
.grid__
{
  display: grid;
  grid-template-columns: 1fr  1fr;
  column-gap: 50px;
  row-gap: 60px;
  position: relative;
}
.center__
{
  display: flex;
  align-items: center;
}
.disabledcolor
{
   color: #474747;
}
.disabledBorderColor{border-color: #474747!important;} 
.disabled,.go-to-stock a.disabled
{
  cursor: not-allowed;
}
.go-to-stock a.disabled:hover
{
  color: #474747;
  text-decoration: none;
}

@media only screen and (max-width: 600px) {
  .container {
    padding: 0!important;
  }
  .grid__ {
    grid-template-columns: 1fr;
  }
  .header ul {
    display: grid;
    grid-template-columns: 1fr;
  }
  .f-right
  {
    position: fixed;
    width: 100%;
    bottom: 0;
    right: 0;
    z-index: 100;
    background-color: #fff;
    border: 2px solid #145388;
    padding: 10px 0;
  }
  .header ul li img {
    width: 200px;
    margin: auto;
    display: block;
}

body {
  background-repeat: repeat!important;
  padding-bottom: 150px;
}
.am-card-head {
  font-size: 15px;
}
.am-card-head img {
  width: 100px;
  top: -11px;
  right: -7px;
}
.f-right a {
  width: fit-content;
  margin: auto;
}
}

