﻿.lgn {
    display: block;
    border: 1px solid #ddd;
    padding: 20px;
    width: 100%
}

* {
    margin: 0;
    padding: 0;
}

.header {
    text-align: center;
}

.btn {
    font-weight: 400;
    padding: 0;
    text-align: left;
}

    .btn:hover {
        cursor: pointer;
    }

/*@media only screen and (max-width :1000px) {
    .stellarnav > ul > li > a {
        padding: 20px 23px;
    }*/
}

.lnk {
    color: #fff;
    padding-left: 20px;
    font-size: 15px;
}

footer {
    /* background-color: #424558;*/
    background-color: #0a2444;
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    height: 35px;
    text-align: center;
    color: #fff;
}

    footer p {
        padding: 10.5px;
        margin: 0;
        line-height: 100%;
    }

.pas {
    padding: 8px;
    display: block;
    width: 100%;
    background: 0 0;
    border: none;
    outline: 0;
    color: #000;
    font-size: 15px;
    box-shadow: inset 0 0 2px #999;
    -webkit-box-shadow: inset 0 0 2px #999;
    -moz-box-shadow: inset 0 0 2px #999;
    -o-box-shadow: inset 0 0 2px #999;
    -webkit-appearance: none;
    border: 1px solid #999;
}

.drop {
    color: #000;
    display: block;
    box-shadow: inset 0 0 2px #ddd;
    -webkit-box-shadow: inset 0 0 2px #999;
    -moz-box-shadow: inset 0 0 2px #999;
    -o-box-shadow: inset 0 0 2px #999;
    width: 100%;
    height: 33px;
    border-radius: 0px;
}

.lbl {
    font-size: 15px;
    color: #000
}

.lblmsg {
    font-size: 13px;
    color: Red;
    padding-top: 8px
}

.lblsuccmsg {
    font-size: 17px;
    /*color: green;*/
    font-weight: bold;
    padding-top: 5px;
}

.btn1 {
    background-color: #2f6497;
    color: #fff;
    font-size: 15px;
    padding: 9px 25px;
    border: none;
    text-decoration: none;
    outline: 0;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    display: inline-block;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-appearance: none
}

.clndr {
    padding: 10px;
    display: block;
    width: 100%;
    background: 0 0;
    border: none;
    outline: 0;
    color: #000;
    font-size: 1em;
    box-shadow: inset 0 0 2px #999;
    -webkit-box-shadow: inset 0 0 2px #999;
    -moz-box-shadow: inset 0 0 2px #999;
    -o-box-shadow: inset 0 0 2px #999;
    -webkit-appearance: none;
    float: left
}

.lnk_back {
    font-size: 18px;
    font-weight: 500;
    text-decoration: underline
}

.conta {
    display: block;
    border: 1px solid #b5b5b5;
    border-radius: 3px;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.conta-sub {
    display: block;
    border: 1px solid #b5b5b5;
    border-radius: 3px;
}

.rowcontainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 15px;
    margin-left: 15px;
    padding-bottom: 10px;
}

.form-setting {
    float: left;
    padding-bottom: 8px;
}
