body {
    background-color: white !important;
}

.wrapper {
    margin-top: 80px;
    margin-bottom: 80px;
}

.btn-orig {
    color: #fff;
    background-color: #ff8e41;
    box-shadow: 0 1px 0 0 #BC5F10, inset 0 1px 0 0 #fff;
    border: 0px;
    font-weight: bold;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.btn-orig:hover {
    color: #fff;
    background-color: #ffa353;
}

.form-cont {
    border: 1px solid #ddd;
    width: 100%;
    display: block;
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.form-cont:focus {
    box-shadow: 0 0 0 2px #ff8e41;
    outline: none;
    z-index: 11;
    border: 1px solid #fff;
}

.form-signin {
    max-width: 500px;
    padding: 0px 35px 45px;
    margin: 0 auto;
    background-color: #fff;
    overflow: hidden;
}

.form-signin-heading,
.checkbox {
    margin-bottom: 30px;
}

.checkbox {
    font-weight: normal;
}

.reg-link {
    color: #8f9bb3;
    border-bottom: 1px solid;
}

.reg-link:hover{
    text-decoration: none;
}

.reg-body {
    text-align: center;
}

.form-control {
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
@includebox-sizing(border-box);
}

.form-control:focus {
    z-index: 2;
}

input[type="text"] {
    margin-bottom: -1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

input[type="password"] {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

