body {
    background-color: #fff;
    color: #333;
    font-size: 14px;
    line-height: 1.42857;
}

* {
    margin: 0;
    padding: 0;
}


/*------LOGIN PAGE------*/

.wrapper-login {
    background: url('../images/bg1.jpg') no-repeat 0px 0px;
    background-size: cover;
    font-family: 'Open Sans', sans-serif;
    background-attachment: fixed;
    background-position: center;
}

.login-logo {
    padding-top: 45px;
}

.login-logo>img {
    margin: 0 auto !important;
}

#login-form {
    margin: 40px 0px 0px 0px;
    text-align: center;
    background: rgba(0, 0, 0, 0.43);
    -webkit-box-shadow: 10px 10px 5px 0px rgb(0 0 0 / 75%);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 10px 10px 5px 0px rgb(0 0 0 / 75%);
}

#login-form>h2 {
    font-size: 30px;
    color: #e87817;
    letter-spacing: 3px;
}

#login-form>form {
    padding: 50px 50px 5px 50px;
}

#login-form>form span {
    width: 30%;
    float: left;
    background: #e87817;
    padding: 11.5px 10px;
    position: relative;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
}

#login-form>form span:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    right: -11px;
    border-top: 6px solid rgba(0, 0, 0, 0);
    border-left: 11px solid #e87817;
    border-bottom: 6px solid rgba(0, 0, 0, 0);
    top: 17px;
}

input.name {
    width: 65%;
    padding: 10px 10px 11px 15px;
    border: none;
    outline: none;
    font-size: 17px;
    letter-spacing: 1px;
    margin-bottom: 35px;
    float: left;
}

input.password {
    width: 65%;
    padding: 10px 10px 11px 15px;
    border: none;
    outline: none;
    font-size: 17px;
    letter-spacing: 1px;
    margin-bottom: 35px;
    float: left;
}

.rem-for-agile {
    width: 50%;
    float: left;
    text-align: left;
    font-size: 13px;
    color: #fff;
}

.rem-for-agile a {
    color: rgb(238, 223, 179);
    margin-top: 3px;
    display: inline-block;
    padding-left: 18px;
}

.rem-for-agile a:hover {
    color: #fff;
}

input[type="checkbox"] {
    margin: 10px 5px 0px 0px;
    vertical-align: sub;
}

.login-button {
    width: 50%;
    float: right;
}

input[type="button"] {
    background-color: #e87817;
    color: #fff;
    padding: 11px;
    outline: none;
    border: none;
    font-size: 17px;
    width: 50%;
    cursor: pointer;
    margin-top: 5px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

input[type="button"]:hover {
    background: dimgrey;
    color: #fff;
}

.login-con1 {
    margin: 15px 0;
}

.app-bro {
    display: flex;
    text-align: left;
}

.app-img {
    display: flex;
    text-align: right;
}

.app-img>a>img,
.app-bro>a>img {
    margin: 0px;
}

.login-con1>.row>.col-7>p {
    font-size: 12px;
    color: #ffffff;
    font-weight: bold;
    margin: 4px 0px;
    text-align: left;
}

.login-con1>.row>.col-5>p {
    font-size: 12px;
    color: #ffffff;
    font-weight: bold;
    text-align: left;
}

.footer {
    padding-bottom: 5px;
}

.footer p {
    color: white;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 1px;
}

.footer a {
    color: white;
    text-decoration: none;
}

.footer a:hover {
    text-decoration: none;
    color: #e87817;
}