@import url(../support/bootstrap.css);
@import url(../font-awesome/css/font-awesome.min.css);

body, html {
    position: relative;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    /*background:#f9f9f9;*/
    background: #f5f5f5 url(../images/login-page.jpg) no-repeat top center;
 }

.card-container.card {
    max-width: 320px;
    padding: 50px 40px;
    padding-bottom: 55px;
    position: relative;
}

.textblock {
    /*overflow:hidden;
    height:98px;*/
}
#showinfolink {
    display:none;
}
#hmen {
    position: absolute;
    top: 11px;
    right: 16px;
    padding: 5px;
    font-size: 14px;
    background: #cecece;
    border-radius: 100%;
    border: 1px solid #777;
    cursor: pointer;
}
.btn {
    height: 41px;
    /* width: 48%; */
    width: 100%;
    display: block;
    -o-transition: all 0.218s;
    -moz-transition: all 0.218s;
    -webkit-transition: all 0.218s;
    transition: all 0.218s;
    outline-color: transparent;
    margin-top: 20px;
    line-height: 28px;
}
.btn-site {
    color: #fff;
    background-color: #ff4f8b;
    border-color: #cc0000;
     outline-color: transparent;
}
.btn-site:hover,.btn-site:focus {
    color: #fff;
    background-color: #cc0000;
    border-color: #cc0000;
     outline-color: transparent;
}
/*
 * Card component
 */
.card {
    background-color: #fff;
    /* just in case there no content*/
    margin: 0 auto 25px;
    /* border: 1px solid #ddd; */
    /* border-top-width: 4px; */
    margin-top: 50px;
    /* shadows and rounded borders */
    border-radius: 20px;
    -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);
}

.profile-img-card {
    margin: 0 auto 15px;
    display: block;
}
.profile-img-card a {
    float: none;
    text-align: center;
    margin: 0 auto 15px;
    display: block;
}
/*
 * Form styles
 */
.profile-name-card {
    font-size: 31px;
    font-weight: 400;
    text-align: center;
    margin: 0px 0 20px;
    color: #673fce;
    text-transform: uppercase;
    text-shadow: 0px 1px 1px #000;
    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[type=email],
.form-signin input[type=password],
.form-signin input[type=text]{
    width: 100%;
    display: block;
    margin-bottom: 15px;
    z-index: 1;
    height: 45px;
    font-weight:600;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


.form-signin .form-control:focus {
    border-color: rgb(103, 63, 206);
   
    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 0px 0px rgba(0,0,0,.075),0 0 0px rgb(104, 145, 162);
}

.btn.btn-signin {
    /*background-color: #4d90fe; */
    background-color: rgb(104, 145, 162);
    /* background-color: linear-gradient(rgb(104, 145, 162), rgb(12, 97, 33));*/
    padding: 0px;
    font-weight: 700;
    font-size: 14px;
    float:left;
    height: 36px;
    -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;
}
  
         .btn-primary {
    background-color: #673fce!important;
    border-color: #573e96!important;
}
            .btn-primary:hover, .btn-primary:active:hover,
            .btn-primary.active:hover,
            .open > .dropdown-toggle.btn-primary:hover,
            .btn-primary:active:focus,
            .btn-primary.active:focus,
            .open > .dropdown-toggle.btn-primary:focus,
            .btn-primary:active.focus,
            .btn-primary.active.focus,
            .open > .dropdown-toggle.btn-primary.focus {
                background-color: #5332a7!important;
                border-color: #5332a7!important;
            }

                     .btn-danger {
    background-color: #555!important;
    border-color: #444!important;
}
            .btn-danger:hover, .btn-danger:active:hover,
            .btn-danger.active:hover,
            .open > .dropdown-toggle.btn-danger:hover,
            .btn-danger:active:focus,
            .btn-danger.active:focus,
            .open > .dropdown-toggle.btn-danger:focus,
            .btn-danger:active.focus,
            .btn-danger.active.focus,
            .open > .dropdown-toggle.btn-danger.focus {
                background-color: #444 !important;
                border-color: #222!important;
            }

a {
     float:right;
}
.btn.btn-signin:hover,
.btn.btn-signin:active,
.btn.btn-signin:focus {
    background-color: rgb(12, 97, 33);
}

.forgot-password {
    color: rgb(104, 145, 162);
    margin-top: 10px;
    display: none;
}

.forgot-password:hover,
.forgot-password:active,
.forgot-password:focus{
    color: rgb(12, 97, 33);
}
.spa40 {
    height:10px;
}
  .dbody {
        /* background: #333; */
    }
    select,input,textarea{
        outline: none !important;
    }
.card {
     background: rgba(255, 255, 255, 0.75);
     border-color: rgb(221, 221, 221);
    }
@media (min-width: 768px) {
    body, html {
    background-size: cover;
}

    .spa40 {
        height: 80px;
    }

    .dbody {
        /* background: #f5f5f5 url(../images/login-page.jpg) no-repeat top center; */
        /* background-size: cover; */
    }
.card {
     /* background: rgba(255, 255, 255, 0); */
     border-color: rgb(103, 63, 206);
    }
    .body {
        /* position: fixed; */
        /*left: 0;
        width: 100%;
        height: 100%;*/
        /* background: rgba(0, 0, 0, 0.5); */
    }
}