 .navbarcustom
 {
     padding: 5px 20px;
     width: 100%;
     background: #01245C;
 }
 .logoTop
 {
     width: 20%;
     text-align: center;
     float: right;
 }
 .logoTop img
 {
     max-width: 150px;
     margin-top: 3px;
 }
 .textTop
 {
     float: right;
     width: 60%;
     text-align: center
 }
 .textTop h1
 {
     font-size: 16px;color: #fff;
     margin: 0px;
 }
 .textTop h2
 {
     font-size: 13px;color: #fff;
     margin: 0px;
 }
 .bg-authentication {
     background-color: #F4F4F4;
     box-shadow: none !important;
     border-radius: 50px;
     overflow: hidden;
     border: 2px solid #ddd;
 }
 .list-unstyled a
 {
     color: #0B0F13;
     font-size: 14px;
 }
 .list-unstyled  li
 {
     color: #454c55;
     font-size: 14px;
 }
 .footterelemnt img
 {
     max-width: 100px;
     margin-top: 10px;
     margin-bottomss: 10px;
 }
 .form-control {
     font-size: 0.7rem;
 }
@media only screen and (max-width: 600px) {
    .logoTop
    {
        width: 20%;
        text-align: center;
        padding: 5px;
    }
    .logoTop img
    {
        max-width: 70px;
    }
    .textTop
    {
        width: 70%;
        text-align: center;
        padding: 5px;
    }
    .textTop h1
    {
        font-size: 12px;color: #fff;
        margin: 0px;
    }
    .textTop h2
    {
        font-size: 10px;color: #fff;
        margin: 0px;
    }
}
