﻿@import url('https://fonts.googleapis.com/css?family=Mukta');

body {
    font-family: 'Mukta', sans-serif;
    height: 100vh;
    min-height: 550px;
    /*background-image: url('../images/background.jpg');*/
    background-image: url('../images/gettyimages-1204632192-612x612.jpg');
    background-repeat: repeat;
    background-position: center bottom;
    position: relative;
    overflow-y: auto;
}

a {
    text-decoration: none;
    color: #444444;
}

.login-reg-panel {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    width: 500px;
    right: 0;
    left: 0;
    margin: auto;
    height: 400px;
    border-radius: 5px;
    background-color: #c51162;
    border-radius: 15px;
}

.white-panel {
    background-color: rgba(255,255, 255, 1);
    height: fit-content;
    position: absolute;
    top: 10px;
    padding-bottom: 50px;
    width: 90%;
    right: calc(25% - 50px);
    transition: .3s ease-in-out;
    z-index: 0;
    border-radius: 15px;
    box-shadow: 0 0 15px 0px rgba(0,0,0,0.1);
}

.login-reg-panel input[type="radio"] {
    position: relative;
    display: none;
}

.login-reg-panel {
    color: white;
}

    .login-reg-panel #label-login,
    .login-reg-panel #label-register {
        border: 1px solid white;
        padding: 5px 5px;
        width: 150px;
        display: block;
        text-align: center;
        border-radius: 10px;
        cursor: pointer;
        font-weight: 600;
        font-size: 18px;
    }

.login-info-box {

    padding: 0 50px;
    top: 20%;
    left: 10%;
    position: absolute;
    text-align: left;
}

.register-info-box {

    padding: 0 50px;
    top: 20%;
    right: 10%;
    position: absolute;
    text-align: left;
}

.right-log {
    right: 100px !important;
}

.login-show {
    z-index: 1;
    display: none;
    opacity: 0;
    transition: 1s ease-in-out;
    color: #242424;
    text-align: left;
    padding: 50px;
}
.register-show {
    z-index: 1;
    display: none;
    opacity: 0;
    transition: 1s ease-in-out;
    color: #242424;
    text-align: left;
    padding: 50px;
    
}

.show-log-panel {
    display: block;
    opacity: 0.9;
    height: fit-content;
}

.login-show input[type="text"], .login-show input[type="password"] {
    width: 100%;
    display: block;
    margin: 20px 0;
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #b5b5b5;
    outline: none;
}


.login-show button {
    max-width: 150px;
    width: 100%;
    background: #444444;
    color: #f9f9f9;
    border: none;
    padding: 10px;
    text-transform: uppercase;
    border-radius: 2px;
    float: right;
    cursor: pointer;
}

.login-show a {
    display: inline-block;
    padding: 10px 0;
}

.register-show input {
    width: 100%;
    display: block;
    margin: 20px 0;
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #b5b5b5;
    outline: none;
}

.register-show button {
    max-width: 180px;
    width: 100%;
    background: #444444;
    color: #f9f9f9;
    border: none;
    padding: 10px;
    text-transform: uppercase;
    border-radius: 2px;
    float: right;
    cursor: pointer;
}

.credit {
    position: absolute;
    bottom: 10px;
    left: 10px;
    color: #3B3B25;
    margin: 0;
    padding: 0;
    font-family: Arial,sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    z-index: 99;
}

a {
    text-decoration: none;
    color: #2c7715;
}
