/*

very dark gray #1d1d1d
dark gray #b3b2b2
light gray #b3b2b2

*/

.problems{
  font-size: 13px;
  color: #cbcfd1;
  border-radius: 4px;
  width: 150px;
  padding-left: 5px;
  margin-bottom: 10px;
}

.contracted{
  cursor: pointer;
  height: 21px;
  overflow: hidden;
  padding-bottom: 1px;
}

.problems ul{
	list-style: circle;
}

.problems input[type=submit]{
  padding: 0;
  background: transparent;
  border-radius: 4px;
  margin-bottom: 0;
  margin-top: 0;
  color: #b3b2b2;
  border: none;
  width: 100%;
  cursor: pointer;
  text-align: left;
}

#otpInputContainer{
   -webkit-transition: all .3s ease-in-out;
}

#hasOtpLabelContainer{

}

#hasOtpLabel{
    margin: auto;
    margin-bottom: 1em;
    display: inline-block;
    text-align: left;
}

.hidden {
   display: none;
}

.fade {
   height: 0;
   opacity: 0;
   -webkit-transition: all .3s ease-in-out;
}



.dropdown {
  display: inline-block;
  position: relative;
  overflow: hidden;
  height: 150px;
  width: 150px;
  background: #ffffff;
  border: 1px solid;
  border-color: silver #f7f7f7 #f5f5f5;
  border-radius: 3px;
  background-image: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.06));
  background-image: -moz-linear-gradient(top, transparent, rgba(0, 0, 0, 0.06));
  background-image: -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.06));
  background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.06));
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
  color: #1d1d1d;
}

.dropdown:before {
  border-bottom-style: solid;
  border-top: none;
}
.dropdown:after {
  margin-top: 7px;
  border-top-style: solid;
  border-bottom: none;
}

.dropdown-select {
  position: relative;
  width: 130%;
  margin: 0;
  padding: 6px 8px 6px 10px;
  height: 28px;
  line-height: 14px;
  font-size: 12px;
  color: #62717a;
  text-shadow: 0 1px white;
  /* Fallback for IE 8 */
  background: #f2f2f2;
  /* "transparent" doesn't work with Opera */
  background: rgba(0, 0, 0, 0) !important;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
}
.dropdown-select:focus {
  z-index: 3;
  width: 100%;
  color: #394349;
  outline: 2px solid #49aff2;
  outline: 2px solid -webkit-focus-ring-color;
  outline-offset: -2px;
}
.dropdown-select > option {
  margin: 3px;
  padding: 6px 8px;
  text-shadow: none;
  background: #f2f2f2;
  border-radius: 3px;
  cursor: pointer;
}

.dropdown-dark {
  color: white;
  background: #444;
  border-color: #111 #0a0a0a black;
  background-image: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.4));
  background-image: -moz-linear-gradient(top, transparent, rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.4));
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0 1px 1px rgba(0, 0, 0, 0.2);
}

.dropdown-dark:before {
  border-bottom-color: #aaa;
}
.dropdown-dark:after {
  border-top-color: #aaa;
}

.dropdown-dark .dropdown-select {
  color: #aaa;
  text-shadow: 0 1px black;
  /* Fallback for IE 8 */
  background: #444;
}
.dropdown-dark .dropdown-select:focus {
  color: #ccc;
}
.dropdown-dark .dropdown-select > option {
  background: #444;
  text-shadow: 0 1px rgba(0, 0, 0, 0.4);
}


body {
    background-color: #444343;
    text-align: center;
    margin: 0;
    letter-spacing: .75px;

    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: 16px;
    line-height: 1.42857;
    color: #fff;
    font-weight: normal;
}

.alert {
    padding: 15px;
    border: 1px solid transparent;
    border-radius: 4px;
    width: 272px;
    margin: auto;
    margin-bottom: 21px;
}

.alert-danger {
    background-color: #a94442;
    color: #f2dede;
    border-color: #b55f6d;
}

.alert-info {
    background-color: #31708f;
    color: #d9edf7;
    border-color: #bce8f1;
}

.wrapper {
    margin: auto;
    max-width: 340px;
    margin: 20px auto;
    background: #383737;
    box-shadow: 0px 3px 10px 5px rgba(0,0,0,.4);
}

.header{
    background: #303030;
    padding: 10px 17px;
    text-align: left;
    margin-bottom: 15px;
}

.header img{
  max-width: 213px;
}

.header p{
    font-size: 26px;
    font-weight: inherit;
    margin: 0;
    color: #b3b2b2;
}

.footer{
    background: #303030;
    font-size: 24px;
    line-height: 1;
    font-weight: 100;
    padding: 15px 15px 1px 20px;
}

.footer .inner{
    position: relative;
    min-height: 60px;
}

h1{
    font-weight: inherit;
    margin: 0;
    font-size: 32px;
    margin-top: 0;
    margin-bottom: 12px;
    line-height: 1.24em;
    font-weight: 200;
}

h2{
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
    color: #aece87;
}

h4{
    font-size: 16px;
    font-weight: 400;
}

p{
    color: #b3b2b2;
    padding: 0 15px;
    font-size: 13px;
    margin-top: 2px;
}

p.white{
    color: #fff;
}

.access-list--item{
    padding: 7px 10px !important;
    margin: 5px 15px;
    border-top: 1px solid #303030;
}

.access-list--item:first-of-type{
    border-top: none;
}

.access-list--item p {
    margin: 0;
    padding: 0;
}

.footer p{
    color: #fff;
    margin: 0 0 0.4em 0;
    font-size: 15px;
}

input[type=text],
input[type=email],
input[type=password],
input[type=submit],
button{
    background-color: #cbcfd1;
    color: #232323;
    font-size: inherit;
    margin-bottom: 21px;
    border: none;
    font-weight: 100;
    /*height: 44px;*/
    line-height: 26px;
    text-indent: 7px;
    width: 90%;
    border-radius: 4px;


    outline: none;
    border: 1px solid #404040;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
	margin-bottom: 1em;
}

li {
	margin: 0;
	padding: 0;
	display: block;
	text-align: left;
}

.scope{
	/* width: 87%; */
    padding: 7px 6px 3px 6px;
    -webkit-transition: all .3s ease-in-out;

}


li > input[type=checkbox]{
  font-size: 16px;
}

input:focus{
    /*box-shadow: 0 0 5px #7fa84b;*/
    /*border: 1px solid #7fa84b;*/
    -webkit-transition: all .3s ease-in-out;
}

input[type=submit],
button{
    text-indent: 0px;
    color: #fff;
    background-color: #7fa84b;
    /*border-color: #3b94b3;*/
}

input[type=submit].cancelBtn,
button.cancelBtn
{
	background-color: #969696;
    border-color: black;
}

.secureAppboxLogo{
  position: absolute;
  top: 3px;
  right: 0;
  max-width: 68px;
}

.title{
    margin: 5px 0;
}

.btn-primary{
  padding: 1px 0;
  width: 310px;
}

@media (max-width: 400px) {
    .wrapper {
        max-width: 100%;
    }
}
