﻿body{
    font-family:Arial; 
    font-size:16px;
}
h2 {
    font-size: 20px;
    margin-bottom:24px;
}
h1 {
    font-size: 28px;
}
h1, h2 {
    color: #4b4b4b;
    text-align: center;
    font-weight: normal;
}
label
{
    display:none;
}

li
{
    padding:0;
}

ul {
    list-style: none outside none;
    padding:0px;
    margin-bottom:0;
}

input {
    height: 50px;
    color:#000;     
    font-size:inherit;
}

.hide{
    display:none;
}

   

::-webkit-input-placeholder { color:#999; }
::-moz-placeholder { color:#999; } /* firefox 19+ */
:-ms-input-placeholder {color:#999; } /* ie */
input:-moz-placeholder { color:#999;}

img {
    padding-bottom: 15px;
    display: block;
}

img.biovialogo{
    width: 200px;
    margin: 50px auto 0;
}
img.dslogo{
    margin: 0 auto;
}
.email{
    font-size:14px;
}
.btn {
	background-color:#5caddb;
	border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
	text-indent:0px;
	border:0 none;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-weight:bold;
	font-style:normal;
	height:50px;
	line-height:50px;
	text-decoration:none;
	text-align:center;
    width:160px;
    margin:0 auto;
    display:block;
}
.btn:hover {
    outline: 2px solid #5caddb;
}
.btn.btn--secondary {
    color: #7f7f7f;
    background-color: #dfdfdf;
}
.btn.btn--secondary:hover {
    outline: 2px solid #dfdfdf;
}
.btn:active {
	position:relative;
	top:1px;
}
.buttonContainer {
    text-align: center;
}
.buttonContainer .btn {
    text-align: center;
    margin:0 10px;
    width:auto;
    min-width:140px;
    padding:0 1em;
    display:inline-block;
}
.errmsg {
    color: #FF0000;
    font-size: 13px;
    padding-bottom: 20px;
}
.hidden {
    display:none;
}
.invisible {
    visibility:hidden;
}

form{
    background: none repeat scroll 0 0 #f9f9f9;
    border: 1px solid #e3e3e3;
    position:relative;
    -webkit-box-shadow: 0px 5px 20px 0px rgba(221,221,221,1);
    -moz-box-shadow: 0px 5px 20px 0px rgba(221,221,221,1);
    box-shadow: 0px 5px 20px 0px rgba(221,221,221,1);
}
a.forgotPwdLink {
text-align: right;
display: block;
padding-bottom: 10px;
height: 30px;
margin-top: -10px;
font-size: 14px;
}

input[type="text"],input[type="password"]
{
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    border: 1px solid #e3e3e3;
 }
.cloudWrapper{
    margin:20px auto 0;
     position: relative;
    bottom: 20px;
    align-content:center;
    align-self:center;    
    width:600px;
    
}
.cloudWrapper .content{
display:inline-block;
overflow-y:visible;    
    align-content:center;
    align-self:center;    
    width:600px;
    min-height: 200px;
}
a {
    color: #428bca;
    text-decoration: none;
}
.linkWarpper {
    text-align: center;
    margin-bottom:10px;
}
.linkWarpperFat{
     margin-bottom:40px;
}
.linkWarpperTight{
    margin-bottom:0px;
}


.container {
    background: none repeat scroll 0 0 #f9f9f9;
    border: 1px solid #e3e3e3;
    position: relative;
    -webkit-box-shadow: 0px 5px 20px 0px rgba(221, 221, 221, 1);
    -moz-box-shadow: 0px 5px 20px 0px rgba(221, 221, 221, 1);
    box-shadow: 0px 5px 20px 0px rgba(221, 221, 221, 1);
    padding: 10px 150px 30px;
    top: 150px;
}
    
@media (min-width : 652px) 
{
    .cloudWrapper{
        width:600px;
    }
    form{
        margin: 10px auto 0;
        padding: 10px 150px 30px;
        width: 350px;
        top:0;
        left:0;
    }
    
    input[type="text"], input[type="password"] {
        padding-left: 20px;
        width: 100%;
        margin-bottom: 20px;
        box-sizing: border-box;
    }
    img.dslogo{
        width:400px;
    }
}

@media (max-width : 651px) 

{
    input[type="text"],input[type="password"]
    {
        padding: 0 10%;
        width: 80%;
        margin-bottom: 20px;
    }
    .cloudWrapper{
        width:90%;
    }
    form
    {
        margin: 10px auto;
        padding: 5%;
        width:90%;
        top:0;
        left:0;
    }
    img.dslogo{
        width:100%;
    }
}