:root{
    --bgColor:#ccc	;
    --mainColor:#0099ff;
    --mainColor1:#4db8ff;
    --mainColor-dark:#007acc;
    --mainColor-dim:##b3e0ff;
    --mainColor-bright:#078fea;
	
    --mainColor2:#0099ff;
    --mainColor3:#0099ff;
    --fontColor1:#0099ff;
    --fontColor2:#0099ff;
}


/* Override some defaults */
      html, body {
        background-color: #eee;
      }
      body {
        padding-top: 40px; 
      }
	  
.form-control:focus {
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px #c6c6c6, 0 0 1px #c6c6c6;
          box-shadow: inset 0 1px 1px #c6c6c6, 0 0 1px #c6c6c6;
}

      /* The white background content wrapper */
      .container > .content {
        background-color: #fff;
        -webkit-border-radius: 10px 10px 10px 10px;
           -moz-border-radius: 10px 10px 10px 10px;
                border-radius: 10px 10px 10px 10px;
        -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.15);
           -moz-box-shadow: 0 1px 2px rgba(0,0,0,.15);
                box-shadow: 0 1px 2px rgba(0,0,0,.15);
		align:center;
      }
.btn-login
{
  border-top-width: 0px;
  border-right-width-value: 0px;
  border-bottom-width: 0px;
  border-left-width-value: 0px;
  border-top-style: none;
  border-right-style-value: none;
  border-bottom-style: none;
  border-left-style-value: none;
  border-image-source: none;
  border-image-slice: 100% 100% 100% 100%;
  border-image-width: 1 1 1 1;
  border-image-outset: 0 0 0 0;
  border-image-repeat: stretch stretch;
  color: #ffffff;
  font-size: 14px;
  cursor: pointer;
  font-weight: 400;
  padding-top: 6px;
  padding-right: 13px;
  padding-bottom: 6px;
  padding-left: 13px;
  position: relative;
  background-color: #72c02c;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  white-space: nowrap;
  display: inline-block;
}

button, button:hover
{
  outline-width: 0px;
  outline-style: none;
}

.btn-login:hover
{
  color: #ffffff;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
  transition-delay: 0s;
}

.btn-login:hover, .btn-login:focus, .btn-login:active, .btn-login.active, .open .dropdown-toggle.btn-login
{
  background-color: #5fb611;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: 0% 0%;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
}
	  


.sky-form .input input {
	height: 38px;
	padding: 2px;
	 
} 