﻿@font-face {
    font-family: myFirstFont;
    src: url(../fonts/roboto/Roboto-Light.ttf);
}

body {
    font-family: myFirstFont;
    background: rgb(206,105,123);
    background: linear-gradient(153deg, rgba(206,105,123,1) 0%, rgba(232,132,144,1) 50%, rgba(166,68,93,1) 100%);
    background-repeat: no-repeat;
    background-attachment: fixed;
}
/* Container Styling */
.inner-back {
    background: rgb(110,226,203);
    background: linear-gradient(180deg, rgba(110,226,203,1) 0%, rgba(80,194,184,1) 41%);
    border-radius: 10px;
    height: 640px;
    margin-top:40px;
}

.background {
    height: 100vh;
    border-radius: 10px;
}

.row-height {
    height: 100%;
}

.d-block {
    height:640px;
    border-radius: 10px 0px 0px 10px;
}

.bg-left {
    background-color: #364860;
    border-radius: 0px 10px 10px 0px;
}

.bg-right {
    border-radius: 10px 10px 10px 10px;
}
/* Input Field Styling */
input[type="button"], input[type="password"], input[type="number"], input[type="email"], input[type="text"] {
    width: 100%;
    background: no-repeat;
    border: none;
    padding: 2px 2px 2px 1px;
    border-bottom: 2px solid #6f6d68;
    outline: none;
    color: #fff;
    font-size: 15px;
}

input:focus {
    color: #52c0b5;
    border-bottom: 1px solid #52c0b5;
}

.log-in-btn {
    width: 100%;
    border-radius: 19px;
    background: rgb(102,221,201);
    background: linear-gradient(180deg,rgba(102,221,201,1)0%,rgba(78,194,183,1)75%);
    border: none;
    color: #fff;
    padding: 6px;
    outline: none;
    font-size: 15px;
}


.button1 {
    width: 62%;
    border-radius: 19px;
    background: rgb(102,221,201);
    background: linear-gradient(180deg,rgba(102,221,201,1)0%,rgba(78,194,183,1)75%);
    border: none;
    color: #fff;
    padding: 6px;
    outline: none;
    font-size: 15px;
}

button:not(:disabled) {
    outline: none;
}

input:-internal-autofill-selected {
    background-color: #364860 !important;
}

@keyframes autofill {
    to {
        color: #52c0b5;
        background: #364860;
    }
}

input:-webkit-autofill {
    animation-name: autofill;
    animation-fill-mode: both;
}

::placeholder {
    font-size: 13px;
}
/* carousel */
.carousel-indicators li {
    border-radius: 50%;
    width: 14px;
    height: 14px;
    margin-right: 1px;
    margin-left: 4px;
    background-color: #76eee2;
    background-clip: padding-box;
}

.carousel-indicators .active {
    width: 14px;
    border-radius: 50%;
    margin-right: 1px;
    margin-left: 4px;
    margin-top: 10px;
    border: 1px solid rgb(202, 202, 202);
    background-color: #4ccabf;
}

.text-for {
    position: absolute;
    top: -400px;
    right: 33px;
    font-size: 20px;
}
/* pills styling */
.pill-01 a:link {
    background-color: #4f576e;
    border-radius: 30px 0px 0px 30px;
    font-size: smaller;
    color: #A9A9A9;
    outline: none;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background: #66ddc9 !important;
    background: linear-gradient(180deg,rgba(102,221,201,1)0%,rgba(78,194,183,1)75%) !important;
    color: #fff !important;
}

.pill-02 a:link {
    background-color: #4f576e;
    border-radius: 0px 30px 30px 0px;
    font-size: smaller;
    color: #A9A9A9;
    outline: none;
}

.pill-03 a:link {
    font-size: smaller;
    color: #A9A9A9;
    top: 392px;
    width: 100%;
}

a#pills-home-tab {
    color: #A9A9A9;
    font-family: myFirstFont;
}

a#pills-profile-tab {
    color: #A9A9A9;
    font-family: myFirstFont;
}
/* Form Field Colors */
.color01 {
    color: #A9A9A9;
    font-size: 13px;
    font-weight: 500;
}

.form-h-color {
    color: #fff;
}

.color2 {
    color: #a9a2a2;
    /*margin-left: -86px;*/
    font-size: 13px;
    /*margin-top: 57px;*/
}

.color2-a {
    color: #a9a2a2;
    text-decoration: none;
}

    .color2-a:hover {
        color: #4ec2b7;
        text-decoration: none;
    }

.color3 {
    color: #a9a2a2;
    font-size: 13px;
    margin-top: 10px;
}

.tp1 {
    color: #a9a2a2;
    position: absolute;
    top: 95%;
}

.tp2 {
    color: #a9a2a2;
    position: absolute;
    top: 94%;
}

.error {
    color: #dfdc40;
    font-size: 12px;
}

.tp1 a, .tp2 a {
    text-decoration: none;
}

.copyright {
    /*margin: 2.2rem 0rem 1rem 0rem !important;*/
    font-size: 12px;
    color: #d6d6d6;
    font-weight: 600;
}

    .copyright a {
        color: #d6d6d6;
    }

        .copyright a:hover {
            text-decoration: none;
            color: #e8e8e8;
        }

small {
    font-size: 13px;
    color: #a9a2a2;
}

form {
    display: contents;
}
/* Shadow */
.shadow-lg {
    box-shadow: 1rem 1rem 2rem rgba(0,0,0,.175) !important
}

/* Check Box */
.option-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    top: 13.33333px;
    right: 0;
    bottom: 0;
    left: 0;
    height: 16px;
    width: 16px;
    transition: all 0.15s ease-out 0s;
    /*background: #53c5bb;*/
    border: 1px solid #53c5bb !important;
    /*color: #fff;*/
    cursor: pointer;
    display: inline-block;
    margin-right: 0.5rem;
    outline: none;
    position: relative;
    z-index: 1000;
}

    .option-input:hover {
        /*background: #53c5bb;*/
        border-bottom: none;
    }

    .option-input:checked {
        /*background: #53c5bb;*/
    }

        .option-input:checked::before {
            height: 15px;
            width: 15px;
            position: absolute;
            content: '✔';
            display: inline-block;
            font-size: 14px;
            text-align: center;
            line-height: 15px;
            color: #fff;
        }

        .option-input:checked::after {
            -webkit-animation: click-wave 0.65s;
            -moz-animation: click-wave 0.65s;
            animation: click-wave 0.65s;
            background: #a9a2a2;
            content: '';
            display: block;
            position: relative;
            z-index: 100;
        }

.checkbox-text {
    font-size: 13px;
    position: absolute;
    top: 12px;
    font-family: myFirstFont;
}

@media only screen and (max-width: 992px) {
    .color2 {
        margin-left: 45px;
        margin-top: 20px;
    }

    .button1 {
        width: 75%;
        padding: 7px;
        font-size: 12px;
    }

    .copyright {
        text-align: center;
        position: unset;
    }
}

@media only screen and (max-width: 767px) {
    input[type="button"], input[type="password"], input[type="number"], input[type="email"], input[type="text"] {
        width: 100%;
    }
}

@media only screen and (max-width:575px) {
    .bg-left {
        border-radius: 10px 10px 10px 10px;
    }

    .copyright {
        right: 0px;
        position: unset;
    }
}

.btn-link:hover, .btn-link.focus, .btn-link:focus {
    color: rgb(102,221,201) !important;
    text-decoration: none !important;
}

.text-danger, .text-warning {
    font-size: 0.7rem !important;
    padding: 3px 14px;
    border-radius: 8px;
    margin: 3px 0px;
    color: #ff8c8c !important
}

    .text-danger ul, .text-warning ul {
        margin-left: 0px !important;
        padding-left: 0px !important;
        margin-bottom: 0px !important;
    }

.descp-pswrd{
    font-size:10px;
    margin-top:2px;
    color: #d8d8d8;
}


.pass-graybar {
    height: 3px;
    
    width: 100%;
    position: relative
}

.pass-colorbar {
    height: 3px;
    background-image: url(../images/passwordstrength.jpg);
    position: absolute;
    top: -2px;
    left: 0
}

.pass-percent, .pass-text {
    font-size: 0.7rem !important;
    padding: 0px;
    color: rgb(102,221,201) !important
}

.pass-percent {
    margin-right: 5px
}