* {
    margin: 0;
    padding: 0;
}

a img {
    border: 0;
    outline: 0;
}

a {
    text-decoration: none !important;
    outline: 0;
}

textarea {
    resize: vertical;
}

input[type='submit'],
input[type='button'] {
    cursor: pointer;
}

.clr {
    clear: both;
}

ul {
    list-style: none;
}

textarea:focus,
input:focus {
    outline: none;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #fff;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
}

div#lgn-pg,
#sgn-up-pg {
    background: url(../img/lgn-wll.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.lgn-sec {
    width: 500px;
    margin: 0px auto;
    box-sizing: border-box;
    padding: 50px;
}

.lgn-sec span input[type='email'],
.lgn-sec span input[type='password'] {
    width: 90%;
    display: inline;
    padding: 10px 10px;
    background: transparent;
    font-size: 15px;
    color: #fff;
    border: 0px;
}

.lgn-sec span.btm-bdr {
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
    padding: 0px 10px;
    margin: 10px 0;
    display: block;
}

.lgn-sec i.fa {
    color: #fff;
    font-size: 16px;
}

ul.frgt-pss li:last-child {
    text-align: right;
    float: right;
}

ul.frgt-pss li {
    display: inline-block;
}

ul.frgt-pss li input[type='checkbox'] {
    margin: 0px 13px 0px 9px;
}

ul.frgt-pss a,
ul.frgt-pss {
    color: #fff;
    padding: 15px 0 30px;
    font-size: 14px;
    font-weight: 500;
    vertical-align: top;
}

.lgn-sec form {
    padding: 70px 0;
}

ul.another_lgn {
    margin: 30px 0 15px 0;
}

.lgn-sec form input[type='submit'],
input[type='button'] {
    text-align: center;
    margin: 0px auto;
    display: block;
    background: #007bff;
    color: #fff;
    border: 4px solid #007bff;
    padding: 5px 30px;
    text-transform: uppercase;
    font-weight: 500;
    box-sizing: border-box;
    box-shadow: inset 0px 0px 0px 1px #fff;
}

.lgn-sec form input[type='submit']:hover,
input[type='button']:hover {
    background: rgb(241, 241, 241);
    color: #007bff;
}

span.srcl {
    text-align: center;
    display: block;
    background: #007bff;
    width: 38px;
    margin: 25px auto;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    padding: 5px;
    border-radius: 30px;
}

ul.another_lgn li a {
    color: #fff;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 500;
    padding-left: 6px;
}

ul.another_lgn li i.fa {
    padding-right: 10px;
    border-right: 1px solid #fff;
}

ul.another_lgn li:last-child {
    width: 50%;
    display: inline-block;
    background: rgb(25, 176, 231);
    box-sizing: border-box;
    padding: 5px 10px;
}

ul.another_lgn li:first-child {
    margin-right: 1%;
    background: rgb(59, 98, 163);
    width: 47%;
    display: inline-block;
    box-sizing: border-box;
    padding: 5px 10px;
}

.another-lnks span a {
    font-weight: bold;
    color: red;
}

.another-lnks span {
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
}

.lgn-sec h2,
.snup-sec h2 {
    text-align: center;
    text-transform: uppercase;
    font-size: 34px;
    color: #fff;
    margin: 0 0 30px 0;
}

.snup-sec {
    width: 500px;
    margin: 0px auto;
    box-sizing: border-box;
    padding: 50px;
}

.snup-sec input[type='text'],
.snup-sec input[type='password'],
.snup-sec input[type='email'],
.snup-sec input[type='tel'] {
    padding: 10px 10px;
    background: transparent;
    font-size: 15px;
    color: #fff;
    border: 0px;
    border-bottom: 1px solid #fff;
    display: block;
    width: 100%;
    box-sizing: border-box;

    margin: 10px 0;
}

.snup-sec form input[type='submit'],
input[type='button'] {
    text-align: center;
    margin: 0px auto;
    display: block;
    background: #007bff;
    color: #fff;
    border: 4px solid #007bff;
    padding: 5px 30px;
    text-transform: uppercase;
    font-weight: 500;
    box-sizing: border-box;
    box-shadow: inset 0px 0px 0px 1px #fff;
}

.snup-sec form input[type='submit']:hover,
input[type='button']:hover {
    background: rgb(241, 241, 241);
    color: #007bff;
}