﻿/* From Uiverse.io by Yaya12085 */
.form-container {
    width: 320px;
    border-radius: 0.75rem;
    background-color: rgba(17, 24, 39, 1);
    position:absolute;
    top:15%;
    left:30%;
    width:40%;
    padding: 1.5rem;
    color: rgba(243, 244, 246, 1);
}

.title {
    text-align: center;
    font-size: 1.2rem;
    line-height: 2rem;
    font-weight: 600;
    font-style:italic;
}

.form {
    margin-top: 1.5rem;    
    
}

.input-group {
    margin-top: 0.25rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
    justify-content: center;
    justify-items: center;
}
    .input-group label {
        display:  block ;
        color: rgba(156, 163, 175, 1);        
        margin-bottom: 4px;
        width:90%;
        align-items: start;
        align-content: start;
    }

    .input-group input {
        width: 100%;
        border-radius: 0.375rem;
        border: 1px solid rgba(55, 65, 81, 1);
        outline: 0;
        /*background-color: rgba(17, 24, 39, 1);*/
        background-color: white;
        padding: 7px;
        color: rgba(243, 244, 246, 1);
        font-size:18px;     
        font-weight:bold;
    }

        .input-group input:focus {
            border-color: rgba(167, 139, 250);
        }

.forgot {
    display: flex;
    justify-content: flex-end;
    font-size: 0.75rem;
    line-height: 1rem;
    color: rgba(156, 163, 175,1);
    margin: 8px 0 14px 0;
}

    .forgot a, .signup a {
        color: rgba(243, 244, 246, 1);
        text-decoration: none;
        font-size: 14px;
    }

        .forgot a:hover, .signup a:hover {
            text-decoration: underline rgba(167, 139, 250, 1);
        }

.sign {
    display: block;
    cursor: pointer;
    width: 70%;
    height:45px;
    background-color: lightgreen;
    text-align: center;
    color: rgba(17, 24, 39, 1);
    margin-top: 75px;
    padding: 0;
    border: none;
    border-radius: 0.375rem;
    font-weight: 600;   
    margin: 20px auto;
}

.social-message {
    display: flex;
    align-items: center;
    padding-top: 1rem;
}

.line {
    height: 1px;
    flex: 1 1 0%;
    background-color: rgba(55, 65, 81, 1);
}

.social-message .message {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: rgba(156, 163, 175, 1);
    
}

.social-icons {
    display: flex;    
    height:60px;
    justify-content: center;
}

    .social-icons .icon {
        border-radius: 0.125rem;
        padding: 0.75rem;
        border: none;
        background-color: transparent;
        margin-left: 8px;
    }

        .social-icons .icon svg {
            height: 1.25rem;
            width: 1.25rem;
            fill: #fff;
        }

.signup {
    text-align: center;
    font-size: 0.75rem;
    line-height: 1rem;
    color: rgba(156, 163, 175, 1);
    
}

.mmcard {
    position: absolute;
    left: 20%;
    top: 40%;
    opacity: 1;
    width: 400px;
    padding-right: 10px;
    height: fit-content;
    padding-bottom: 12px;
    background: lightgrey;
    border-left-style: solid;
    border-left-color: red;
    border-left-width: 5px;
    border-radius: 15px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    background: linear-gradient(to right, #f7575756, #f7575725 50%, #f7575738);
}

    .mmcard svg {
        height: 40px;
        padding-left: 10px;
        padding-top: 12px;
        fill: red;
        float: left;
    }

    .mmcard p {
        float: left;
        padding-top: 13px;
        padding-left: 10px;
        color: white;
        font-size: 16px;        
        font-weight: bolder;
    }

    .mmcard span {
        display: flex;
        align-items: left;
    }
