@font-face {
    font-family: 'Open Sans';
    src:url('../../fonts/Open_Sans/OpenSans-Regular.ttf');
}

@font-face {
    font-family: 'Open Sans';
    src:url('../../fonts/Open_Sans/OpenSans-Regular.ttf');
}

body {
    margin: 0;
    font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 18px;
    color: #2c333b;
    background-color: #FF5000;
}

#content {
    height: 100%;
    width: 440px;
    margin: 0 auto;
}

h2, p{
    text-align:  left;
}

.netto {
    font-family: 'netto';
}

.netto-bold {
    font-family: 'netto-bold'
}

.logo-round {
    height: 80px;
    background: url("../images/logos/thryv-white.png") no-repeat top center;
    background-size: 150px;
}

.login-box {
    width: 400px;
    padding: 20px;
    box-shadow: 0 2px 20px rgba(0,0,0,0.1);
    border-radius: 4px;
    background: #fff;
}

.login-logo {
    height: 62px;
    background: url("../images/logos/thryv-white.png") no-repeat top center;
    margin-bottom: 20px;
    margin-top: 20px;
}

a {
    color: rgb(0,85,185);
}

label.checkbox {
    text-align: left;
}

form{
    margin: 0 0 18px;
}
input[type=text]{
    width: 400px;
    box-sizing: border-box;
    max-height: 40px;
    height: 40px;
    display: inline-block;
    font-size: 16px;
    padding-left: 30px;
    box-shadow: inset 0 1px 0 rgba(0,0,0,0.1);
    background-color: #fff;
    border: 1px solid #ccc;
}
.form-submit{
    width: 100%;
    margin-top: 15px;
}
input[type=submit]{
    border: none;
    background: none;
    color: white;
    width: 400px;
    font-weight: bold;
    line-height: 1;
    height: 40px;
    background-color: #000;
    font-size: 16.25px;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    border-color: #0c76c2 #0c76c2 #0a64a5;
}
#wrap{
    padding-top:100px;

}

table{
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
}

#content [class^="icon-"] {
    position: absolute;
    left: 8px;
    top: -2px;
    opacity: 0.5;
}

[class^="icon-"], [class*=" icon-"]{
    display: inline-block;
    width: 14px;
    height: 14px;
    line-height: 14px;
    vertical-align: text-top;
    background-image: url("../images/resetpassword/yellow-sem/glyphicons-halflings.png");
    background-position: 14px 14px;
    background-repeat: no-repeat;
    margin-top: 1px;
}

.icon-inbox {
    background-position: -72px 0px;
}