html { height: 100%; }

body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow:hidden;
    background-color: #F37324;
}

.display {
    max-width: 100%;
    max-height: 100%;
    overflow: hidden;
}

.form-control::-webkit-input-placeholder {
  color: #d3d3d3;
}
.form-control:-moz-placeholder {
  color: #d3d3d3;
}
.form-control::-moz-placeholder {
  color: #d3d3d3;
}
.form-control::placeholder {
  color: #d3d3d3;
}
.form-control:-ms-input-placeholder {
  color: #d3d3d3;
}

.row {
  display: flex;
//min-height: 100vh;
align-items: center;
  background-color: #F37324;
}

.box-one {
    padding-left: 0 !important;
    padding-right: 0 !important;
  background-color: #F37324;
  max-width: 100%;
  flex-grow: 1;
}

.box-two {
    padding-left: 0 !important;
    padding-right: 0 !important;
  background-color: white;
  max-width: 425px;
//  max-width: 425px;
  min-width: 425px;
}



.carousel-inner{

//  width:425px;
//  max-height: 1000px !important;
}

.carousel-caption {
    margin-bottom:150px;
    }

.carousel-indicators{
    margin-bottom:50px;
    }

.hv100  {
min-height: 100vh;
    }



.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .checkbox {
  font-weight: 400;
}
.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
//  margin-bottom: 10px;
//  border: 3px solid #FFF;
//  border-radius: .4rem;
//  border-bottom-right-radius: 0;
//  border-bottom-left-radius: 0;
}
.form-signin input[type="password"],.form-signin input[type="text"] {
  margin-bottom: 10px;
  border: 3px solid #FFF;
  border-radius: .4rem;
    }

.form-control:focus {
 
    border-color: rgba(251, 195, 40, 0.8) !important;
    box-shadow: 0 1px 1px rgba(251, 195, 40, 0.075) inset, 0 0 8px rgba(251, 195, 40, 0.6) !important;
}


.container-fluid.after-navbar{
    height:100%;
}

.row-content, .row-content > .col-xs-12{
    height:100%;
}

.iziModal-content {
padding: 10px;
}


.imgUNcover {
//  width: 100%;
//  object-fit: contain;
}