﻿form, body, table {
    margin: 0;
    padding: 0;
}

table, td {
    width: 100%;
}

body {
    width: 100%;
    background: #F0F0F0 0% 0% no-repeat padding-box;
    opacity: 1;
}

#outerbox {
    margin: 60px auto;
    width: 418px;
    height: 437px;
    background-color: #ffffff;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 20px #0000000F;
    border-radius: 2px;
    opacity: 1;
}

#loginbox {
    padding: 38px 51px;
}

.label {
    display: block;
    margin-top: 25px;
    margin-bottom: 8px;
    text-align: left;
    font: normal 15px/19px Source Sans Pro;
    letter-spacing: 0;
    color: #000000;
    opacity: 1;
}

input[type=text], input[type=password] {
    width: 306px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #ADADAD;
    border-radius: 3px;
    opacity: 1;
    height: 35px;
    padding-left: 12px;
    font: normal 20px/25px Source Sans Pro;
}

input[type=submit] {

    border: none;
    color: white;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    background: #31A2E8 0% 0% no-repeat padding-box;
    border-radius: 3px;
    opacity: 1;
    width: 319px;
    margin-top: 35px;
    height: 45px;
    color: #ffffff;
    font: normal 20px/25px Source Sans Pro;
    cursor: pointer;

}

input[type=checkbox] {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #BCBCBC;
    border-radius: 2px;
    opacity: 1;
    width: 13px;
    height: 13px;
    padding: 0;
    margin:0;
    vertical-align: bottom;
    position: relative;
    top: -3px;
    *overflow: hidden;
}

input[type=checkbox]:after{
    content: " ";
    background-color: #9FFF9D;
    display: inline-block;
    visibility: visible;
}

::placeholder {
    letter-spacing: 0;
    color: #9F9F9F;
    opacity: 1;
    font: normal 20px/25px Source Sans Pro;
}

::-webkit-input-placeholder, ::-moz-placeholder, :-ms-input-placeholder, :-moz-placeholder {
    letter-spacing: 0;
    color: #9F9F9F;
    opacity: 1;
    font: normal 20px/25px Source Sans Pro;
}

.heading {
    text-align: left;
    font: 600 30px/38px Source Sans Pro;
    letter-spacing: 0;
    color: #000000;
    opacity: 1;
}

.rememeberme {
    margin-top: 35px;
    font: normal 15px/19px Source Sans Pro;
}

.rememeberme label {
    margin-left: 5px;

}