
/*----DEFAULT TEXT CSS----*/

*{
    margin: 0;
    padding:  0;
    font-family: 'Montserrat', sans-serif;
    outline-width: 0;
    outline-style: none;
}

h1{
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 10px;
    padding: 5px 0 5px 0;

}

h2{
    font-weight: 600;
    font-size: 25px;
    margin-bottom: 10px;
    padding: 5px 0 5px 0;

}

h3{
    font-weight: 600;
    font-size: 15px;
    padding: 5px 0 5px 0;
}

p{
     font-weight: 400;
    font-size: 13px;
    padding: 1px 0 10px 0;
    line-height: 19px;
}

p a{
    text-decoration: none;
    color: #524C95;
}

a{
    text-decoration: none;
}

div#securityBody {
    /*background-color: white;*/
   }

@media (min-width:800px) {
  div#securityBody {
    border-radius:4px;
    margin-top: 100px;
   	min-height: 400px;
    padding: 50px;
    background-color: white;
}
}

div.securityContent{
    width: 400px;
    margin-left: auto;
    margin-right: auto;
	opacity: 0.85;

}

body{
	text-align:center;
	background: url("https://images.attain.uk.com/dashboard/layout/beta/attaina-login-screen-background.jpg");
	background-repeat: no-repeat;
}

/*----DEFAULT LOGIN CSS----*/

div.formLoginContent{
    width: 100%;
}

div.formLoginContent .formLoginRow{
    width: 98%;
    min-height: 30px;
    margin: 0 0 10px 0;
}


div.formLoginRow .formLoginLabel{
    /*width:250px;*/
    padding: 8px 0 6px 0;
}

form{
    margin: 10px 0 5px 0;
}

fieldset{
    border: Solid 1px #d4d4d4;
    margin-bottom:10px;
    padding-bottom:10px;
}

legend{
    font-size: 14px;
    margin-left: 15px;
    padding:8px 10px 8px 10px;
    background-color:#d4d4d4;

}

label  {
    font-weight: 500;
    color: #7b8182;
    font-size:13px;
}

input, select{
    padding:3px;
}

input:focus {
    background: #dde8ef;
}


input[type=text], input[type=password]{
    width: 100%;
    height: 35px;
    color: #333;
    text-align:center;
    border: 1px solid #BFBFBF;
    border-right-color: #D8D8D8;
    border-bottom-color: #D8D8D8;
    padding: 4px;
    font-size: 15px;
    box-shadow: 0 1px 0 #fff;
    -moz-box-shadow: 0 1px 0 #fff;
    -webkit-box-shadow: 0 1px 0 #fff;
    border-radius:10px;
}

input[type=submit], input[type=button]{
    padding: 5px 6px;
    cursor: pointer;
    font-weight: 500;
    font-size: 15px;
    background-color: #6ec178;
    color: #FFFFFF;
    border: solid 1px #6ec178;
}
.button input[type=submit], input[type=button]{
	background-color: #6ec178;
	padding: 15px 35px;
	border-radius: 4px;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 700 !important;
	display: inline-block !important;
	transition: 0.25s all ease-in-out;
}

.button input[type="submit"]:hover,
input[type="button"]:hover {
	    box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16)!important;
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    -webkit-transform: translateY(-3px);
}



div.formContent{
    width: 100%;
    margin:15px;
}

div.formContent .formRow{
    width: 90%;
    min-height: 30px;
    margin: 10px;
}

div.formRow .formLabel, div.formRow .formInput{
    float: left;
    padding-bottom:10px;
}

div.formRow .formLabel{
    width:25%;
}

div.formRow .formInput{
    width:75%;
}

a.submit, a.submit:visited {
    padding: 5px;
    cursor: pointer;
    font-weight: bold;
    background-color: #4b4;
    text-decoration: none;
    color: #FFFFFF !important;
    border: solid 1px #028310;
}

.passwordRecoveryLink{
    padding-top: 5px;
    color: #a3aaab;
}

.passwordRecoveryLink:hover{
    text-decoration:underline;
    color: #0000f1;
}

#passRecoverBack{
    font-size: 14px;
}

.footerText{
    font-size: 13px;
    padding-top: 45px;
    color:#213361;
    width:430px;
    line-height: 18px;
    margin-left: auto;
    margin-right: auto;
}

.footerText a{
    color:#04548D;
}

/*----DEFAULT NOTICES CSS----*/

div.error, div.warning, div.success, div.notice{
    text-align: center;
    font-size: 12px;
    padding: 8px;
    border-radius: 10px;
}
div.error, div.warning, div.success{
    margin: 0 auto;
}
div.notice{
    margin: 5px;
}

.formContent .error, .formContent .warning, .formContent .success{
    margin: 0 auto;
    float: left;
}
.formContent .notice{
    margin: 10px;
    float: left;
}

div.error{
    background-color: #fcf2f2;
    border: Solid 1px #cc0033;
    color: #cc0033;
    margin-top: 15px;
}

div.warning{
    background-color: #fcf8eb;
    border: Solid 1px #ebb904;
    color: #ebb904;
    margin-top: 15px;
}

div.success{
    background-color: #ebf8f4;
    border: Solid 1px #009966;
    color: #009966;
    margin-top: 15px;
}

div.notice{
    background-color: #f4f3f3;
    border: Solid 1px #d4d4d4;
    margin-top: 15px;
}

