﻿@font-face {
    font-family: SourceSerifProbold;
    src: url("/fonts/SourceSerifPro-bold.otf");
}

@font-face {
    font-family: SourceSansProRegular;
    src: url("/fonts/SourceSansPro-Regular.otf");
}

@font-face {
    font-family: SourceSansProSemiBold;
    src: url("/fonts/SourceSansPro-Semibold.otf");
}   

@font-face {
    font-family: SourceSerifProblack;
    src: url("/fonts/SourceSerifPro-black.otf");
}

.card-container.card {
 
}
/*
.btn {
    font-weight: 700;
    height: 36px;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: default;
}*/

/*
 * Card component
 */
.card {
    background-color: #fff;
  
    padding: 20px;
    /* 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);
   

}
.left-card{
    margin-right: 12px;
    margin-left: 25px;
}
.right-card{
    margin-right:25px;
    margin-left: 12px;
}

.profile-img-card {
    width: 147px;
    height: 120px;
    margin: 0 auto 10px;
    display: block;
    
}

/*
 * 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 input,
form button {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

form .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);
}
.form-horizontal{
    margin-bottom:10px;
}
.btn.btn-signin {
    /*background-color: #4d90fe; */
    /*background-color: rgb(104, 145, 162);
    / background-color: linear-gradient(rgb(104, 145, 162), rgb(12, 97, 33));*/
    background-color: #00a0dc;
    padding: 0px;
    font-weight: 700;
    font-size: 14px;
    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-success:hover, .btn-success:focus, .btn-succes:active, .btn-success:active:hover, .btn-success:active:hover {
    background-color: #16368c;
}


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

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

    .block{
        background-color:white;
    }

.logindetailbox{
    padding: 0;
}
#logoholder {
    text-align: center;
}
#rklogo {
    margin-bottom: 20px;
    cursor:pointer;
}

.logincontainer {
    background-color: #F7F7F7;
    -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);
    padding: 20px;
}


b {
    color: #ee7203;
    font-family: SourceSansProSemiBold;
}
.jumbotron {
    background-color: #F7F7F7;
    border-radius: 0px !important;
}
html {
    height: 100%;
}

body {
    background: #e5e5e5 url("/Images/Background.png");
    background-position: bottom;
    background-repeat: repeat-x;
}
button p.help{
    font-size: 20px;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.helpbutton{
    width: 66%;
    margin: 0 auto 30px !important;
}
#helpsection {
    background-color: #F7F7F7;
    border-radius: 0px !important;
    padding: 2px;
}
.nkLoginIcon::after {
    font-family: "Font Awesome 5 Free";
    content: "\f007";
    font-weight: 400; /* Use 900 for solid, 400 for regular, 100 for light */
    font-size: 7em;
    color: grey;
    display: block;
    line-height: 1;
    vertical-align: middle;
    margin-bottom: 10px; /* or 0 if you don't want any spacing */
    padding: 0;
    text-align: center;
}
