.card-container.card {
    max-width: 400px;
    padding: 0px 10px;

    position: relative;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
    margin-bottom: 0;

    border-bottom: 3px solid #53afe8;
    border-radius: 0;
}


/*
 * Card component
 */
.card {
    background-color: #081421;
    /* just in case there no content*/
    padding: 20px 25px 30px;
    margin: 0 auto 25px;
    margin-top: 50px;
    /* shadows and rounded borders */
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    position: relative;
}
#profile-img {
    height: 40%;
    top: 0;
    border: 0;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    width: auto;
    height: auto;
    max-width: 40%;
    max-height: 40%;
    bottom: 0;
}
.profile-img-card {
   width: 100%;
    height: 80px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    /* -webkit-border-radius: 50%; */
    /* border-radius: 50%; */
    /* background-color: aqua; */
    position: relative;

}

.profile-img-card > div {
    border-top: 3px solid #53afe8;
    width: 106%;
    background-color: #366385;
    height: 100%;
    position: relative;
    margin-left: -3%;
    border-bottom: 3px solid #53afe8;
    color: #53afe8;
}

/*
 * Form styles
 */
.profile-name-card {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 10px 0 0;
    min-height: 1em;
}

.reauth-email {
    display: block;
    color: #404040;
    line-height: 2;
    margin-bottom: 10px;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin #inputEmail,
.form-signin #inputPassword {
    direction: ltr;
    height: 44px;
    font-size: 16px;
}



.form-signin input::-webkit-input-placeholder {
    color: #333;
}

.form-signin input,
.form-signin button {
    width: 100%;
    display: block;
    margin-top: 0;
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #000;
    border-radius: 0;
    border-width: 0;
    color: #fff;
}

.form-signin input {
    width: 65% !important;
    float: left;
}


.form-signin p {
    margin: 0;
    color: #a4bccc;; 
     font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 1.2em;
    margin-bottom: 7px;
}

.form-signin .form-control:focus {
    border-color: rgb(104, 145, 162);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
}

.btn.btn-signin {
    /*background-color: #4d90fe; */
    background-color: #ff8200;
    /* background-color: linear-gradient(rgb(104, 145, 162), rgb(12, 97, 33));*/
    padding: 0px;
    font-weight: 700;
   font-size: 24px;
    height: 53px !important;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: none;
    -o-transition: all 0.218s;
    -moz-transition: all 0.218s;
    -webkit-transition: all 0.218s;
    transition: all 0.218s;
    filter: none;
    text-shadow: 1px 1px black;
    border-radius: 0;
}
.btn.btn-signin.smaller {
    font-size: 14px;
    height: 33px !important;
}

.btn.btn-signin:hover,
.btn.btn-signin:active,
.btn.btn-signin:focus {
    background-color: #ff4200;
}

.forgot-password {
    color: rgb(104, 145, 162);
}

.forgot-password:hover,
.forgot-password:active,
.forgot-password:focus{
    color: rgb(12, 97, 33);
}

.form-signin {
    margin-top: 30px;
}

.form-signin.register {
    margin-top: 20px;
}


.group span.first {
    float: left;
    margin-top: 13px;
    margin-right: 1%;
    font-size: 1.4em;
}

.form-signin input.first {
    width: 59% !important;
}

.form-signin button.partial {
    width: 30%;
    float: right;
}

.form-signin.register .group  {
    height: 85px;
}

.form-signin .group > button {
    width: 33%;
    float: right;
}

.form-signin.register .group.full > button {
    width: 100%;
    float: none;
}

.form-signin .group  {
    height: 80px;
}


.register button.login {
    height: 40px;
    background-color: #ff8200;
    font-weight: bold;
    font-size: 1.5em;
    margin-top: 20px;
}