﻿@import "bourbon";

body {
	background: #5C70D6 !important;	
}

.wrapper-login {	
	 position:relative; margin: auto;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
}

#inner {
    display: table;
    margin: 0 auto;
}
  .form-signin-heading,	.checkbox {
	  margin-bottom: 30px; color:#fff;
	}

	.checkbox {
	  font-weight: normal;
	}

	

	input[type="text"] {
	  margin-bottom: -1px;
	  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;
	}



    form-signin input[type="password"] {
    margin-bottom: 20px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.form-signin .form-control {
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; 
}


@media (max-width: 315px)
{
       .form-signin .form-control
        {
            position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; max-width:230px;
        } 
         } 



.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
        vertical-align: middle;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.olcon a { 
  color: #FFF;
}

.olcon a:active 
{

}

.olcon a:visited 
{

}

.olcon a:hover { 
  color:#FFFF00;
}