﻿.button-link {
    color: #112E50;
    margin-bottom: -10px!important;
    font-weight: 600;
}
.button-link:hover {
    color: #0d253f;
}

.main-container {
    height: 100%;
}
.footer-container {
    height: 3%;
    text-align: center;
    background-color: #112E50;
}

.button-login {
    width: 100%;
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    margin-bottom: 0 !important;
    margin-top: 20px;
    background-color: #112E50;
}
.button-login:hover{
    background-color: #0d253f;
    color: #fff;
}
.card-title {
    text-align: center;
    margin-bottom: 10px;
    font: bold !important;
}

.padding-10 {
    padding: 10px;
}

.logo {
    max-width: 250px;
}
.align-center {
    text-align: center;
}

.container {
    margin-top: 10%;
    max-width: 500px;
    z-index: 20000;
}

.card-container {
    padding: 10px;
}
.app-logo {
    width: 100px;
}

.headline{
    color: white;
}

.azurebtn {
    width: 100%;
    margin-top: 20px;
    box-shadow: 0 1px 1px 1px rgba(0,0,0,.200), 0 1px 1px 0 rgba(0,0,0,.100), 0 1px 1px 0 rgba(0,0,0,.100) !important;
    transform: translate3d(0,0,0);
    transition: background .4s cubic-bezier(.15,.8,.15,1),box-shadow 280ms cubic-bezier(.4,0,.2,1);
    background-color: rgb(250, 250, 255);
   
}
.azurebtn:hover {
    background-color: #112E50 !important;
    color: white;
}

.bottom-logo {
    width: 150px;
    position: relative;
    margin: auto;
}

.text-danger{
    font-size: 13px !important;
}

p, button, div, a, span {
    font-family: 'Montserrat', sans-seri;
}

.placeholder-icon {
    position: absolute;
    margin-left: 10px;
    height: 45px;
    display: flex;
    opacity: 0.8;
    align-items: center;
}

.error-message {
    margin-left: 5px;
}

.passcode-area {
  text-align: center;
}

.z-depth {
    box-shadow: 0 8px 8px 8px rgba(0,0,0,.2), 0 8px 8px 0 rgba(0,0,0,.14), 0 8px 8px 0 rgba(0,0,0,.12) !important;
    transform: translate3d(0,0,0);
    transition: background .4s cubic-bezier(.25,.8,.25,1),box-shadow 280ms cubic-bezier(.4,0,.2,1);
    background-color: white;
}

.btn {
    border-radius: .4375rem;
    height: 50px!important;
}

.form-control{
    border-radius: 0!important;
    height: 45px!important;
 
}
input {
    height: 45px!important;

}

.app-input {
    border: 1px solid #e6e6e6 !important;
}

.strike {
    display: block;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    color: #FFFFFF;
    margin: 30px 0 15px 0;
    opacity: 0.7
}

.strike > span {
    position: relative;
    display: inline-block;
}

.strike > span:before,
.strike > span:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 9999px;
    height: 1px;
    background: #FFFFFF;
}

.strike > span:before {
    right: 100%;
    margin-right: 15px;
}

.strike > span:after {
    left: 100%;
    margin-left: 15px;
}

.watermark{
    height: 900px; left:-100px!important; bottom: -100px!important; z-index: 10000; position: absolute; opacity: 0.02;
}

a.domain {
    font-size: 13px; opacity: 0.5; color: #112E50;
}

.card-title{
    opacity: 0.7; margin-bottom: 20px;
}

.container {
    margin-bottom: auto;
    padding: 25px;


}

.content-container {
    border: none!important;
    background-color: #fff;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
    border-radius: .4375rem;
}