@font-face {
    font-family: 'icomoon';
    src: url('../wp-content/themes/Shuttershot/fonts/IcoMoon-Free.eot?-w9ukb3');
    src: url('../wp-content/themes/Shuttershot/fonts/IcoMoon-Free.eot?#iefix') format('embedded-opentype'), url('../wp-content/themes/Shuttershot/fonts/IcoMoon-Free.ttf') format('truetype'), url('../wp-content/themes/Shuttershot/fonts/IcoMoon-Free.woff2') format('woff2'), url('../wp-content/themes/Shuttershot/fonts/IcoMoon-Free.woff') format('woff'), url('../wp-content/themes/Shuttershot/fonts/IcoMoon-Free.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* .ng-scope{
    background-image: url('../wp-content/themes/Shuttershot/images/bg') !important;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-size: 100%;
} */

.forgot-your-password{
    font-size:3.3em;
    margin-bottom: 52px;
}
html{
    background: none;
}
/* .body-bg{
    
} */
.bg-body{
    background: rgba(33, 185, 19, 0.4) !important;
}

.icon {
    margin: 0.2em 0.2em;
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 40px;
    color: #ccc;
    /* Enable Ligatures ================ */
    -webkit-font-feature-settings: "liga";
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    -o-font-feature-settings: "liga";
    font-feature-settings: "liga";
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.recaptcha-div{
    width: 302px;
    margin: 20px auto 0 auto
}

.icon-facebook2:before {
    content: "\ea8d";
}

.icon-google-plus2:before {
    content: "\ea89";
}

.klogin-form a:hover .icon-facebook2, .klogin-form a:hover .icon-google-plus2 {
    color: #ccc;
}

.klogin-form a {
    /* color: #ccc; */
    margin-bottom: 4px;
    margin-top: 4px;
}

/* MEGEX Login Form Style */
form.signin {
    width: 100%
}

form.signin .form-body {
    background-color: white;
    opacity:0.8;  
    margin-bottom: 20px;  
    border-radius: 10px;
    width: 67%;
    margin: 0 auto;
}



.icon-facebook2 {
    color: #3B5998;
    font-size: 42px;
}

.icon-google-plus2 {
    color: #d34836;
    font-size: 42px;
}
#kalert{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: .3em;
    border: solid;
    border-radius: .5em;
    background-color: #fd9595;
    border-color: rgb(221,44,0);
    border-width: 0 0 2px;
}
.klogin-form {
    font-size: 1em;
    max-width: 681px;
    margin: 0 auto;
    text-align: center;
    /* font-family: "Noto Sans" ; */

}

.g-recaptcha{
    width: 301px;
    margin: 0 auto;
    margin-top: 15px;
}
.klogin-form button, .btn-register {
    text-decoration: none;
    width: 20em;
    /* padding: 5px; */
    margin: 0 auto;
    line-height: 3.2em;
    color: #fff !important;
    background-color: #00222f;
    font-size: 15px;;
    border-radius: 8px;
    border-style: none;
    text-shadow: none;
    box-shadow: .17em .17em .17em #888888;
    /* font-family: "Noto Sans" !important; */
    margin-top: 20px;
    margin-bottom: 15px;
    text-transform: uppercase; 
    height: 50px;
}

.klogin-form input {
    padding: .4em .6em;
    /* margin: .8em .6em; */
    /*text-align: left;*/
    /* width: 20em; */
    /* background-color: rgb(255, 255, 255) !important; */
    border-radius: 8px;
    border-bottom: 2px solid #ccc;
    height: 40px;
    width: 100%;
    /* float: none !important; */
    margin:0 auto 0 auto;
    font-size: 14px;
    /* font-family: "Noto Sans" !important; */
}

.klogin-form label {
    padding-left: 10px !important;
    text-align: left;
    font-size: 14px;
    /* WIDTH: 28%; */
}

.klogin-form md-input-container {
    margin: 0;
    padding: 0;
    /*vertical-align: middle;*/
    /* background-color: aqua; */
    /* width: 75%; */
    float:right;
    /* font-family: "Noto Sans" !important; */
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset;
}
.login-logo img {
    width: 6.5em;
    height: auto;
    margin: 2em auto 2em auto;
    /* margin: .5em auto; */
}
/* .btn-register{
    width: 20.5em;
    height: 2.5em;
    line-height: 2.5em;
} */
