/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jun 29, 2018, 11:41:18 AM
    Author     : Cristian.LEONTE
*/

.form-register-heading {
  text-align:center;
  margin-bottom: 10px;
  background-color: #036fab;
  color: white; 
}

.wrapper {    
    margin-top: 20px;
    margin-bottom: 20px;
}

.login_image{
    max-height: 100px; 
    margin-left: auto;
}

.login_text{
    color: white; 
    margin-top: 45px;
    text-align: left;
}

.login_title{
    max-width: 800px; 
    margin-left: auto; 
    margin-right: auto
}

.column_left {
    float: left;
    width: 30%;
}
.column_right {
    float: left;
    width: 70%;
}

.form-signin {
  max-width: 420px;
  padding: 30px 38px 66px;
  margin: 0 auto;
  background-color: #eee;
  border: 3px dotted rgba(0,0,0,0.1);  
  }

.form-signin-heading {
  text-align:center;
  margin-bottom: 30px;
}

.form-control {
  position: relative;
  font-size: 16px;
  height: auto;
  padding: 10px;
}

input[type="text"] {
  margin-bottom: 0px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

input[type="password"] {
  margin-bottom: 20px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.colorgraph {
  height: 7px;
  border-top: 0;
  background: #c4e17f;
  border-radius: 5px;
  background-image: -webkit-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
  background-image: -moz-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
  background-image: -o-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
  background-image: linear-gradient(to right, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
}

    .jumbotron{
        padding-top: 20px;
        padding-bottom: 20px; 
    }



@media screen and (max-width: 1024px){
    .column_left {
        width: 100%;
    }
    .column_right {
        width: 100%;
    }
    .wrapper {    
	margin-top: 20px;
	margin-bottom: 20px;
    }
    .login_image{
        max-height: 70px; 
        margin-left: auto;
        margin-right: auto
    }
    .login_text{
        color: white; 
        margin-top: 20px;
        text-align: center;
    }
    .form-signin {
        padding: 30px 38px 38px; 
    }
}

@media screen and (max-height: 700px){
    .wrapper {    
	margin-top: 5px;
	margin-bottom: 5px;
    }
    .jumbotron{
        padding-top: 20px;
        padding-bottom: 20px; 
    }
}

@media screen and (max-width: 500px){
    .wrapper {    
	margin-top: 5px;
	margin-bottom: 5px;
    }
    .login_image{
        max-height: 50px; 
        margin-left: auto;
        margin-right: auto
    }
    .login_text{
        color: white; 
        margin-top: 20px;
        text-align: center;
        font-size: 1.5em;
    }
    .form-signin {
        padding: 15px 15px 15px; 
    }
}


