﻿body {
    margin-left:15px;
    margin-right:10px;
   
}

#LogInText{
    font-family: Arial;
    font-size: 26px;
    font-weight: bold;
    color: #000;
}

.CenterContent {
      text-align:right;
      align-content:center;
}


#lockDiv{
    margin-top:40px;
}



footer {
    text-align: center;
    color: #06453a;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 12px;
    width: 100%;
    text-decoration: none;
    vertical-align: middle;
    margin-top: 10px;
    font-weight: bold;
    margin: 5px;
}

footer a{
    text-decoration: none;
    color: #06453a;
}

#lockImg {
    margin: 0 auto;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}

.btn-group-lg > .btn, .btn-lg {
    padding: 5px 5px !important;
    font-size: 14px !important;
    line-height: 1.3333333;
    border-radius: 6px;
    margin-top: 5px;
    font-weight:600;
}

.line {
    background-image: url(../images/line.jpg);
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 2px;
   
}