﻿/* style pentru colana din stanga logIn/ signIn */

body {
    margin: 0;
    color: #6a6f8c;
    background: #c8c8c8;
    font: 600 16px/18px 'Open Sans',sans-serif;
}

*, :after, :before {
    box-sizing: border-box
}

.clearfix:after, .clearfix:before {
    content: '';
    display: table
}

.clearfix:after {
    clear: both;
    display: block
}

a {
    color: inherit;
    text-decoration: none
}

.login-wrap {
    width: 100%;
    height: 100%;
    margin: auto;
    /*    max-width: 525px;
    min-height: 670px;*/
    /*    max-width: 525px;
    min-height: 780px;*/
    max-width: 600px;
    min-height: 900px;
    position: relative;
    /* background: url(https://raw.githubusercontent.com/khadkamhn/day-01-login-form/master/img/bg.jpg) no-repeat center;*/
    background: #d9d9d9;
    box-shadow: 0 12px 15px 0 rgba(0,0,0,.24),0 17px 50px 0 rgba(0,0,0,.19);
}

.login-html {
    width: 100%;
    height: 100%;
    position: absolute;
    padding: 90px 70px 50px 70px;
    /* background: rgba(14,81,134,.9);*/
}

    .login-html .sign-in-htm,
    .login-html .sign-up-htm {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        position: absolute;
        transform: rotateY(180deg);
        backface-visibility: hidden;
        transition: all .4s linear;
    }

    .login-html .sign-in,
    .login-html .sign-up,
    .login-form .group .check {
        display: none;
    }

    .login-html .tab,
    .login-form .group .label,
    .login-form .group .button {
        text-transform: uppercase;
    }

    .login-html .tab {
        font-size: 22px;
        margin-right: 15px;
        padding-bottom: 5px;
        margin: 0 15px 10px 0;
        display: inline-block;
        border-bottom: 2px solid transparent;
    }

    .login-html .sign-in:checked + .tab,
    .login-html .sign-up:checked + .tab {
        color: #fff;
        border-color: #1161ee;
    }

.login-form {
    min-height: 345px;
    position: relative;
    perspective: 1000px;
    transform-style: preserve-3d;
}

    .login-form .group {
        margin-bottom: 15px;
    }

        .login-form .group .label,
        .login-form .group .input,
        .login-form .group .button {
            width: 100%;
            color: #fff;
            display: block;
        }

        .login-form .group .input,
        .login-form .group .button {
            border: none;
            padding: 15px 20px;
            border-radius: 25px;
            background: rgba(255,255,255,.1);
        }

        .login-form .group input[data-type="password"] {
            text-security: circle;
            -webkit-text-security: circle;
        }

        .login-form .group .label {
            color: #aaa;
            font-size: 12px;
        }

        .login-form .group .button {
            background: #1161ee;
        }

        .login-form .group label .icon {
            width: 15px;
            height: 15px;
            border-radius: 2px;
            position: relative;
            display: inline-block;
            background: rgba(255,255,255,.1);
        }

            .login-form .group label .icon:before,
            .login-form .group label .icon:after {
                content: '';
                width: 10px;
                height: 2px;
                background: #fff;
                position: absolute;
                transition: all .2s ease-in-out 0s;
            }

            .login-form .group label .icon:before {
                left: 3px;
                width: 5px;
                bottom: 6px;
                transform: scale(0) rotate(0);
            }

            .login-form .group label .icon:after {
                top: 6px;
                right: 0;
                transform: scale(0) rotate(0);
            }

        .login-form .group .check:checked + label {
            color: #fff;
        }

            .login-form .group .check:checked + label .icon {
                background: #1161ee;
            }

                .login-form .group .check:checked + label .icon:before {
                    transform: scale(1) rotate(45deg);
                }

                .login-form .group .check:checked + label .icon:after {
                    transform: scale(1) rotate(-45deg);
                }

.login-html .sign-in:checked + .tab + .sign-up + .tab + .login-form .sign-in-htm {
    transform: rotate(0);
}

.login-html .sign-up:checked + .tab + .login-form .sign-up-htm {
    transform: rotate(0);
}

.hr {
    height: 2px;
    margin: 60px 0 50px 0;
    background: rgba(255,255,255,.2);
}

.foot-lnk {
    text-align: center;
}

/* style the container */
.container {
    position: relative;
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 20px 0 30px 0;
}

/* style inputs and link buttons */
input,
.btn {
    /*width: 100%;*/
    padding: 12px;
    border: none;
    border-radius: 4px;
    margin: 5px 0;
    opacity: 0.85;
    display: inline-block;
    font-size: 17px;
    line-height: 20px;
    text-decoration: none;
    remove underline from anchors
}

/* Two-column layout */
.col1 {
    float: left;
    width: 50%;
    margin: auto;
    padding: 0 50px;
    margin-top: 6px;
}

.col {
    float: left;
    /*    margin: auto;*/
    margin: 0;
    padding: 0 50px;
    width: 100%;
    margin-top: 0;
   /* border: 1px solid #000;*/
}

.myTitlu {
    display: flex;
    height: fit-content;
    width: 100%;
}

.row .col .myTitlu img {
    float: left;
    height: 30px;
    width: 60px;
    margin-top: 20px;
}

.left {
    border: 1px solid grey;
    flex: 1;
    text-align: center;
}



#Titlu1, #Titlu2, #Titlu3, #Titlu4, #Titlu5, #Titlu6,
#Titlu7, #Titlu8, #Titlu9, #Titlu10 {
    float: left;
    text-align: left;
    white-space: normal;
}

    #Titlu1:hover, #Titlu2:hover, #Titlu3:hover, #Titlu4:hover, #Titlu5:hover, #Titlu6:hover,
    #Titlu7:hover, #Titlu8:hover, #Titlu9:hover, #Titlu10:hover {
        background-color: darkred;
        transition: 0.2s;
        color:white;
    }


br {
    display: block;
    line-height: 22px;
}

#Button_faraCont, #Button_LogIn {
    float: center;
    text-align: center;
    white-space: normal;
}
/* show the hidden text on small screens */
.hide-md-lg {
    display: block;
    text-align: center;
}

.col img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    width: 45%;
}

.myinfo {
    width: 1000px;
}

/* Clear floats after the columns */
.row:after {
    content: "";
    display: table;
    clear: both;
}


/* bottom container */
.bottom-container {
    text-align: center;
    background-color: #666;
    border-radius: 0px 0px 4px 4px;
}


/*footer*/
.myFooter {
    text-align: center;
    width: 90%;
    height: 140px;
/*    padding: 1em;
    margin: 1em;*/

}

img {
    max-width: 100%;
    max-height: 100%;
}

.box {
    display: inline-block;
    width: 250px;
    height: 130px;
    padding: 0.5em;
    margin: 0px;
}    

/*footer*/

.myradio {
    display: flex;
    justify-content: space-between;
}
.push {
    margin-left: auto;
}
.push1 {
    margin-right: auto;
}

/* Responsive layout - when the screen is less than 650px wide, make the two columns stack on top of each other instead of next to each other */
/*@media screen and (max-width: 650px) {*/
@media screen and (max-width: 900px) {
    .col1 {
        width: 100%;
        margin-top: 20px;
    }

    /*  show the hidden text on small screens */
    .hide-md-lg {
        display: block;
        text-align: center;
    }

    .row .col .myTitlu img {
        float: left;
        height: 30px;
        width: 60px;
        margin-top: 55px;
    }
}
