﻿html { 
  background: url('/public/images/login_bkg.jpg') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height:100%;
}

 body
 {
 	background-color: transparent;
 }
.login
{
	width:70%;
    float:left;
    -webkit-transform: translate(0%, 50%);
    -ms-transform: translate(0%, 50%);
    transform: translate(0%, 50%);
}
}
.login .title
{
	margin-bottom:20px;
}
.login form
{
	width: 300px;
    margin-left: 50px;
}
.login .formRow
{
	margin-top:20px;
}
.login label
{
	font-weight:bold;
	display:block;
	margin-bottom:5px;
}
.login input
{
	width:300px;
	font-size:14px;
	line-height:22px;
    color:#666;
}
.login .formButtons
{
	text-align:center;
	margin-top:30px;
}
.login .button
{
    cursor:pointer;  
	border:solid 1px #fff;
	font-weight:bold;
    background-color:#fff;
	padding:5px 30px;
    border-radius:20px;
    width:100px;	
}
.options {
    width:30%;
    float:left;
    background-color:rgba(255, 255, 255, 0.73);;
    height :100%;
 }
.options div {
    height:33.32%;
 }
.options a:hover {
    text-decoration:none !important;
 }
.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;;
}
.options .arrow {
    margin-left: 20px;
    margin-right: 20px;
    vertical-align: middle;;
}
.options .academy {
    vertical-align: middle;
}
.options .option {
    font-size:2em;
    font-family:lato;
    color:#005B81;
    vertical-align: middle;
}
.options .border {
    border-bottom: 1px solid #808080;
}
.sslIcon
{
	position:absolute;
	bottom:5px;
	right:10px;
}

.headerTitle, .headerTitle a, .headerTitle a:visited {
    font-size: 22px;
    font-weight: bold;
    color: #ffffff;
    float: none !important;
    height: 50px;
}
.header {
    background-color: #005B81 !important;
    color: #fff;
}

@media screen and (max-width: 950px) {
    .login {
        width:100%;
        float:none;
        text-align:center;
        margin-bottom:20px;
        -webkit-transform: translate(0%, 0%);
        -ms-transform: translate(0%, 0%);
        transform: translate(0%, 0%);
     }
     .login .title {
        margin-top:15px;
     }

     .options {
        width:100%;
        float:none;
     }
     .login form {
        width: 100%;
        margin-left: 0px;
      }

}
@media screen and (max-width: 480px) {
    .login .title img {
        width:100%;
     }
     .options .option {
        font-size:1.5em;
      }
      .options .academy {
         width:50%;
      }

}