
body {
    font-family: 'Montserrat', sans-serif;
}
@media (min-width: 768px){
    .col-md-3 {
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%;
    }
}
@media (min-width: 768px){
    .col-md-9 {
      -ms-flex: 0 0 75%;
      flex: 0 0 75%;
      max-width: 75%;
    }
}
.login-screen iframe {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
.login-screen {
    width: 100%;
    height: 800px;
    position: relative;
    background: #ccc;
	background: url(../img/background.png);
}
.login-screen .logo {
    text-align: center;
    max-width: 220px;
    width: 100%;
    margin: 10px auto 0;
    min-width: 200px;
    min-height: 43px;
    background: #fff;
    padding: 10px;
    box-sizing: border-box;
}
.login-screen .logo img {
    margin: 0 auto;
}

.back a {
  color: #000!important;
}

form#login-form, form#forgot-form, form#register-form{
  padding-top: 30px;
}
.panel-login {
    background: #ffffff;
    position: absolute;
    width: calc(100% - 30px);
    max-width: 600px;
    left: 0;
    z-index: 999999;
    margin:60px auto!important;
    border-radius: 60px;
    border: 2px solid #ccdcbe;
    padding: 40px 30px;
}
.panel-login.left {left:20px;right:inherit;}
.panel-login.right {right:20px;left:inherit;}
.panel-login.center {left:0; right:0;}
.panel-login>.panel-heading {
	color: #00415d;
	border-color: #fff;
	text-align:center;
	border-bottom: 0;
}
.panel.panel-login h4 {
  display: none;
}
.panel.panel-login .redText {
    color: #ff0028;
}
.panel-login label {
    color: #000;
    font-weight: 300;
    font-size: 14px;
            
}
#register-form .radio {
    display: inline-block;
    padding: 0px;
    margin: 0;
}
#register-form .radio label {
    padding: 5px 10px;
    background: #525280;
        border-radius: 4px;
}
#register-form .radio input {
    width: 100%;
    position: absolute;
    height: 100%;
    margin: 0;
    opacity: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
}
.panel-login input[type=checkbox]{
	    -webkit-appearance: none;
	    -moz-appearance: none;
    width: 15px;
    height: 15px;
    background: #ffffed;
    border: 2px solid #ccc;
    vertical-align: text-bottom;
    position: relative;
    margin-right: 10px;
}
input#register-submit {
  background: #000;
  max-width: 310px;
  margin: 40px auto;
  border-radius: 30px;
  text-transform: uppercase;
  font-weight: 500;
  color: #FFF;
  display: block;
  width: 240px;
}
.panel-login input[type=checkbox]:checked{
	background: #525280;
    border: 2px solid #525280;
}
.panel-login input[type=checkbox]:checked:after {
    content: '';
    position: absolute;
    left: 0px;
    top: 5px;
    background: #f8981d;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 #f8981d, 4px 0 0 #f8981d, 4px -2px 0 #f8981d, 4px -4px 0 #f8981d, 4px -6px 0 #f8981d, 4px -8px 0 #f8981d;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
label.block {
    display: block;
}
#register-form .radio input:checked + label{
	background: #4595d1;
}
.panel-login>.panel-heading a{
	text-decoration: none;
	color: #666;
	font-weight: bold;
	font-size: 15px;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.panel-login>.panel-heading a.active{
	color: #029f5b;
	font-size: 18px;
}
.login-tabs {
    text-align: center;
}
.login-tabs a {
    color: #527d6d;
}
.panel-login hr{
	margin-top: 10px;
	clear: both;
	border: 0;
	height: 1px;
	background-image: -webkit-linear-gradient(left,rgba(0, 0, 0, 0),rgba(253, 253, 253, 0.15),rgba(0, 0, 0, 0));
	background-image: -moz-linear-gradient(left,rgba(0,0,0,0),rgba(253, 253, 253, 0.15),rgba(0,0,0,0));
	background-image: -ms-linear-gradient(left,rgba(0,0,0,0),rgba(253, 253, 253, 0.15),rgba(0,0,0,0));
	background-image: -o-linear-gradient(left,rgba(0,0,0,0),rgba(253, 253, 253, 0.15),rgba(0,0,0,0));
}

.panel-login input:hover,
.panel-login input:focus {
	outline:none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-color: #ccc;
}
.btn-login {
	background-color: #000;
	outline: none;
	color: #fff;
	font-size: 14px;
	height: auto;
	font-weight: normal;
	padding: 10px 0;
	text-transform: uppercase;
	border-color: #000;
}
.btn-login:hover,
.btn-login:focus {
	color: #fff;
	background-color: #527d6d;
	border-color: #527d6d;
}
.forgot-password {
	text-decoration: underline;
	color: #888!important;
}
.forgot-password:hover,
.forgot-password:focus {
	text-decoration: underline;
	color: #c6c6c6;
}

.btn-register {
	background-color: #1CB94E;
	outline: none;
	color: #fff;
	font-size: 14px;
	height: auto;
	font-weight: normal;
	padding: 14px 0;
	text-transform: uppercase;
	border-color: #1CB94A;
}
.btn-register:hover,
.btn-register:focus {
	color: #fff;
	background-color: #1CA347;
	border-color: #1CA347;
}
#forgot-submit {
  background: #000;
  max-width: 310px;
  margin: 40px auto;
  border-radius: 30px;
  text-transform: uppercase;
  font-weight: 500;
  color: #FFF;
  display: block;
  width: 310px;
  float: none;
}

/*monika 06082018*/
#signup_success_message {
    position: absolute;
    z-index: 999;
    background: #fff;
    left: 0;
    right: 0;
    top: 50%;
    max-width: 600px;
    margin: 0 auto;
    transform: translateY(-50%);
    padding: 10px;
    box-sizing: border-box;
    border-radius: 4px;
    box-shadow: 0 0 2px #ccc;
}
/*monika 06082018*/
@media(max-width: 767px)
{
	label.block {
	    display: block;
	    margin-top: 15px;
	}
	.panel-login{bottom: inherit; top:40px;}
}
@media(max-width: 640px)
{
	.panel-login{max-width: 400px;left: 0;
    right: 0;
    margin: 0 auto;}
}
@media(max-width: 360px)
{
	.panel-login{max-width: 300px;}
}

/********Bubble background *******/

.ball1 {
  -webkit-animation: 15s linear 3s infinite moveDownAndLeft;
  animation: 15s linear 3s infinite moveDownAndLeft;
}
.ball2 {
  -webkit-animation: 10s linear 3s infinite moveUpAndLeft;
  animation: 10s linear 3s infinite moveUpAndLeft;
}
.ball3 {
  -webkit-animation: 10s linear 3s infinite moveDownAndLeft;
  animation: 10s linear 3s infinite moveDownAndLeft;
}
.ball4 {
  -webkit-animation: 15s linear 3s infinite moveUpAndLeft;
  animation: 15s linear 3s infinite moveUpAndLeft;
}

.bubbles {
  position: absolute;
  border-radius: 50%;
  z-index: 1;
}

.bubble1 {
  top: 45%;
  left: 8%;
  width: 200px;
  height: 200px;
  background: #285d49;
  opacity: 0.6;
}
.bubble2 {
  top: 35%;
  right: 3%;
  width: 63px;
  height: 63px;
  background: #eccdd4;
  opacity: 0.6;
}
.bubble3 {
  width: 100px;
  height: 100px;
  background: #ccdcbe;
  top: 15%;
  left: 7%;
}
.bubble4 {
  top: 60%;
  left: 2%;
  width: 127px;
  height: 127px;
  background: #f1ce4a;
  opacity: 0.3;
}
.bubble5{
  right: 10%;
  width: 155px;
  bottom: 40%;
  height: 155px;
  background: #f1ce4a;
  opacity: 0.5;
}
.bubble6 {
  top: 52%;
  right: 8%;
  background: #ccdcbe;
  height: 300px;
  width: 300px;
  opacity: 0.5;
}
/* ***** BUBBLES */

@keyframes gradient {
  0% { background-position: 0% 50%;}
  50% {background-position: 100% 50%;}
  100% {background-position: 0% 50%; } 
}

@-webkit-keyframes moveUpAndLeft {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-10px, -20px);
            transform: translate(-10px, -20px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes moveUpAndLeft {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-10px, -20px);
            transform: translate(-10px, -20px);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@-webkit-keyframes moveDownAndLeft {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(-10px, 10px);
            transform: translate(-10px, 10px);
  }
  50% {
    -webkit-transform: translate(-10px, 10px) rotate(1deg);
            transform: translate(-10px, 10px) rotate(1deg);
  }
  75% {
    -webkit-transform: translate(-10px, 10px) rotate(-1deg);
            transform: translate(-10px, 10px) rotate(-1deg);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes moveDownAndLeft {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(-10px, 10px);
            transform: translate(-10px, 10px);
  }
  50% {
    -webkit-transform: translate(-10px, 10px) rotate(1deg);
            transform: translate(-10px, 10px) rotate(1deg);
  }
  75% {
    -webkit-transform: translate(-10px, 10px) rotate(-1deg);
            transform: translate(-10px, 10px) rotate(-1deg);
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

/* ***** DETAILS */
.panel-login .form-control{
  border: none;
  border-bottom: 1px solid #CCC!important;
  background-color: #ffffff;
  color: #777777; 
}
.form-control {
    border: none;
    border-radius: 0px;
    box-shadow: none;
}
.form-group {
  display: inline-block;
  width: 100%;
}
.form-group label {
  display: inline-block;
  padding-top: 15px;
  margin-bottom: 0px;
}
.form-group input {
    display: inline-block;
    font-weight: 300;
    line-height: 1.5;   
}

@media (min-width: 768px){
    .form-group label {
      width: 25%;
      float: left;
     }  
    .form-group input {
      width: 75%;
      float: left;
    }
}

#login-form input#login-submit {
    background: #000;
    max-width: 170px;
    margin: 0 auto;
    border-radius: 30px;
    text-transform: uppercase;
    font-weight: 500;
    color:#FFF;
}
#login-form input#login-submit:hover, 
input#forgot-submit:hover, 
input#register-submit:hover {
    background: #527d6d;
}
.bouton{
  margin: 40px;
}


@media (max-width: 768px){
    .btn {
      font-size:12px;
     }  
}
@media (max-width: 400px){
    #forgot-submit {
      max-width: 260px;
    }
}
@media (max-width: 368px){
    #forgot-submit {
      margin-left: -15px;
    }
}