﻿@import url(../reset.css);
@import url(../fonts/fonts.css);

body {
    background: #ffffff !important;
    font-size: 14px !important;
    color: #282828 !important;
    font-family: 'FuturaStdBook' !important;
}

html, body {
    height: 100%;
}

p b {
    font-family: 'FuturaStdBook';
}

.backstretch {
    display: none;
}

.kd-login {
    background-color: #ffffff !important;
}

.kd-container {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 100%;
    text-align: center;
    background: #ffffff;
    position: relative;
    background: url(../../../Images/agtbg2025v1.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.kd-form-inner {
    display: block;
    max-width: 416px;
    max-height: 520px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background: #ffffff;
    border-radius: 12px !important;
    -webkit-box-shadow: 0 3px 6px #9e9e9e;
    -moz-box-shadow: 0 3px 6px #9e9e9e;
    box-shadow: 0 3px 6px #9e9e9e;
}

    .kd-form-inner.kd-no-captcha {
        max-height: 416px !important;
    }

.kd-form-title h4 {
    font-family: 'FuturaStdBook' !important;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 10px;
    font-size: 24px;
}

.kd-forget-form, .kd-login-form {
    padding: 5px 40px;
}

.kd-form-inner .form-control {
    height: 40px;
    background: #f5f5f5;
    border: solid 1px #c1c1c1;
    box-shadow: none !important;
}

.kd-form-inner .input-icon i {
    font-size: 20px;
    line-height: 18px;
}

.kd-form-actions:after, .kd-form-actions:before {
    clear: both;
    display: table;
    content: " ";
}

.kd-form-actions {
    margin-top: 25px;
}

    .kd-form-actions .main-group-btn, .kd-form-actions #back-btn {
        float: left;
    }

    .kd-form-actions #btnGroupDrop1 {
        padding-top: 10px;
    }

.kd-login-form .forget-password {
    margin: 10px 0px;
    margin-top: 20px;
}

    .kd-login-form .forget-password h4 {
        text-align: left;
        font-size: 18px;
        font-weight: 400;
        line-height: 1.5;
        color: #2196F3;
    }

.kd-form-inner form {
    margin-top: 28px;
}

.kd-form-inner .form-group {
    margin-bottom: 18px;
}

.kd-copyright {
    color: #9e9e9e;
    position: absolute;
    bottom: 20px;
    left: 0;
    text-align: center;
    display: block;
    width: 100%;
}

.kd-warning {
    color: #e51937;
    display: none;
}

.kd-form-inner .has-error {
    width: 100%;
    text-align: left;
    color: #e51937;
}

#btnLogin {
    padding: 8px 36px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: #1ac661;
    border-color: #1cb95d;
}

    #btnLogin:hover {
        background: #13a04d;
        border-color: #158a45;
    }

#back-btn {
    padding: 8px 36px
}

.kd-form-actions .kd-submit {
    padding: 8px 36px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: #1ac661;
    border-color: #1cb95d;
}

    .kd-form-actions .kd-submit:hover {
        background: #13a04d;
        border-color: #158a45;
    }

#forget-password {
    color: #282828;
    font-weight: 600;
}
