/* Made with love by Mutiullah Samim*/

.inputclass {
    font-family: 'letrainput';
}

.bg {
    background-image: url('../img/bg.png');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    position: relative;
}

img {
    height: 100%;
    width: auto;
}

.img-fluid {
    max-width: auto;
    height: 100%;
}

.container {
    height: 100%;
    align-content: center;
}

.card {
    height: auto;
    margin-bottom: auto;
    max-width: 450px;
    background-color: rgb(255, 255, 255) !important;
    justify-content: center;
    text-align: justify;
    color: #828384;
}

.social_icon span {
    font-size: 60px;
    margin-left: 10px;
    color: #FFC312;
}

    .social_icon span:hover {
        color: white;
        cursor: pointer;
    }

.card-header h3 {
    color: #606062;
    font-family: letrainput;
}

.card-header {
    background-color: rgba(255, 255, 255, 0.58) !important;
}

.card-body {
    background-color: rgba(255, 255, 255, 0.58) !important;
}

.card-footer {
    background-color: rgba(255, 255, 255, 0.58) !important;
}

.social_icon {
    position: absolute;
    right: 20px;
    top: -45px;
}

.input-group-prepend span {
    width: 50px;
    background-color: #606062;
    color: white;
    border: 0 !important;
}

input:focus {
    outline: 0 0 0 0 !important;
    box-shadow: 0 0 0 0 !important;
}

.remember {
    color: white;
}

    .remember input {
        width: 20px;
        height: 20px;
        margin-left: 15px;
        margin-right: 5px;
    }

.login_btn {
    color: #fff;
    background-color: #93c600 !important;
    border-color: #93c600 !important;
    font-size: 16px;
    line-height: 1.1;
    letter-spacing: 0.147em;
    font-weight: 700;
    padding-left: 30px;
    padding-right: 30px;
}

    .login_btn:hover {
        color: #fff;
        background-color: #8a8a8a !important;
        border-color: #8a8a8a !important;
    }

.links {
    color: #00a6f2;
}

    .links a {
        margin-left: 4px;
    }

@font-face {
    font-family: letrainput;
    src: url(../font/GraviolaSoftMedium.otf);
}

@font-face {
    font-family: titulo;
    src: url(../font/Graviola\ Soft\ Heavy.otf);
}

.footerfont {
    font-family: inherit;
    font-size: 9px;
    line-height: 40px;
    letter-spacing: 0.154em;
    font-weight: 100;
}

h3 {
    padding-top: 50px;
}

.h-100 {
    height: 80% !important;
}

.logo-cont {
    margin: 1% 0% auto;
}

.form-group {
    font-family: letrainput !important;
}

.letraInterna {
    line-height: 27px;
    font-family: letrainput;
    color: #a6a6a5;
    font-size: 14px;
}

.justify-content-right {
    -ms-flex-pack: center !important;
    justify-content: right !important;
}

.card-header {
    border-bottom: 0px;
}

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-top: 0rem;
    padding-right: 1.25rem;
    padding-bottom: 0rem;
    padding-left: 1.25rem;
}

h3 {
    padding-top: 0px !important;
    font-family: titulo;
}

[type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner, button::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.login_btn {
    color: white;
    background-color: #3e6a41;
}

.float-center {
    float: center !important;
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0,0,0,.03);
    border-top: 1px solid rgba(0,0,0,0) !important;
}

.form-control::placeholder {
    color: #b0b0b0 !important;
}

.btn {
    border-radius: .95rem !important;
}

a:hover {
    text-decoration: none !important;
}
