﻿body {
  text-align: center;
  background: url('/Images/Sky2.jpg') no-repeat center center fixed;
  background-size: cover;
}
.container1 {
    position: relative;

}
.adviewimage {
    position: relative;
}
.btn {
    background: #0055a5;
    color: white;
    box-shadow: 0 3px 0 0 #004280;
}
.btn:focus, .btn:hover {
    box-shadow: 02px;
    outline-color:cadetblue;
    color: white;
    text-decoration:underline;

}
.btn:active, .btn.active {
    background: #0055a5;
    box-shadow: none;
    margin-bottom: -3px;
    margin-top: 3px;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
}
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
}
.input-group-addon {
    color: #337ab7;
    
}

.Absolute-Center {
  margin: auto;
  position: relative;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.Absolute-Center.is-Responsive {
  width: 50%;
  height: 50%;
  min-width: 200px;
  max-width: 400px;
}
.dropdown-menu li > a:hover {
    text-decoration: underline;
    background-color: #337ab7;
    color: #ffffff;

}
.spaces {
    text-decoration: none;
    margin-right: 2px;
}

.modal-header {
    border: none;
}
.modal-footer {
    border: none;
    padding-top: 50px;
}
.modal-body .form-horizontal .col-sm-2,
.modal-body .form-horizontal .col-sm-10 {
    width: 100%
}

.modal-body .form-horizontal .control-label {
    text-align: left;
}
.modal-body .form-horizontal .col-sm-offset-2 {
    margin-left: 0px;
}

#control-label {
    font-size:large;
    padding-left: 100px;
    color:#337ab7;

}
a:focus {
    outline: none;
    -webkit-appearance:none;
}
.modal-open {
    padding-right: 0;
}
#control-labelusername {
    font-size: large;
    padding-left: 100px;
    margin-top: 12px;
    color: #337ab7;
}
#control-labelemail {
    font-size: large;
    padding-left: 100px;
    margin-top: 12px;
    color:#337ab7;
}
#inputPassword {
    margin-bottom: 0;
}
/*#inputUsername {
    margin-bottom: 0;
}
#UsernameDiv {
    margin-bottom: 0;
}*/
