﻿.wrapper {
    overflow: hidden;
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0px 15px 20px rgba(100,100,100,0.9);
    margin: auto;
    width:100%;
}

    .wrapper .title-text {
        display: flex;
        width: 200%;
        overflow: hidden;
    }

        .wrapper .title-text .title {
            width: 50%;
            font-weight: 600;
            text-align: center;
        }

        .wrapper .title-text .title-login {
            width: 50%;
            font-size: 20px;
            font-weight: 600;
            text-align: center;
        }

        .wrapper .title-text .title-signup {
            width: 50%;
            font-size: 20px;
            font-weight: 600;
            text-align: center;
        }

    .wrapper .form-container {
        width: 100%;
        overflow: hidden;
    }

.form-container .slid-controls {
    display: flex;
    height: 36px;
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
    margin: 0;
    justify-content: space-between;
    border: 1px solid lightgrey;
    margin-bottom:10px;
}

.slid-controls .slide {
    height: 100%;
    width: 100%;
    z-index: 1;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    line-height: 36px;
    cursor: pointer;
    transition: all 0.6s ease;
}

    .slid-controls .slide.active {
        background-color: #0079c2;
        color: #fff;
    }

.slid-controls .singup {
    color: #000;
}

.slid-controls .slid-tab {
    position: absolute;
    height: 100%;
    width: 50%;
    left: 0;
    z-index: 0;
    border-radius: 5px;
    transition: all 0.6s cubic-bezier(0.68,-0.55,0.265,1.55);
    background: -webkit-linear-gradient( #0079c2,#0079c2);
}

input[type="radio"] {
    display: none;
}

#signup:checked ~ .slide-tab {
    left: 50%;
}

#signup:checked ~ .singup {
    color: #0079c2;
}

#signup:checked ~ .login {
    color: #000;
}

.form-container .form-inner {
    display: flex;
    width: 100%;
    font-size: 12px;
}

    .form-container .form-inner form {
        width: 100%;
        height: 180%;
    }

.form-inner label {
    font-weight: bold;
}

.fieldInfo {
    font-size: 11px;
    color: #000;
    word-wrap: none;
    display: inline-block;
}

.fieldInfo {
    color: #0079c2;
}

.errorInfo {
    font-size: 11px;
    display: block;
}

.form-inner form .field {
    width: 100%;
    margin-top: 2px;
}

    .form-inner form .field input {
        height: 32px;
        width: 100%;
        outline: none;
        padding-left: 5px;
        border-radius: 5px;
        border: 1px solid lightgray;
        border-bottom-width: 2px;
        transition: all 0.4s ease;
        cursor: pointer;
    }

        .form-inner form .field input:focus {
            border-color: #0079c2;
        }

    .form-inner form .field textarea {
        height: 85%;
        width: 100%;
        outline: none;
        padding-left: 5px;
        border-radius: 5px;
        border: 1px solid lightgray;
        border-bottom-width: 2px;
        transition: all 0.4s ease;
        cursor: pointer;
    }

        .form-inner form .field textarea:focus {
            border-color: #0079c2;
        }

.form-inner form .pass-link {
    margin-top: 5px;
}

    .form-inner form .pass-link a,
    .form-inner form .singup-link a {
        color: #0079c2;
        text-decoration: none;
    }

.form-inner form .singup-link {
    text-align: center;
    margin-top: 30px;
}

    .form-inner form .pass-link a:hover,
    .form-inner form .singup-link a:hover {
        text-decoration: underline;
    }

form .field input[type="submit"] {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    padding-left: 0px;
    border: none;
    cursor: pointer;
    background: -webkit-linear-gradient( #0079c2,#0079c2);
}



/* Form lables  */

.slide.active {
    background-color: #0079c2;
    color: #FFF;
}

input, select, textarea {
    max-width: 100%;
}

#fpwd {
    color: #0079c2;
    cursor: pointer;
}

    #fpwd:hover {
        text-decoration: underline;
    }

#fPwd, #fMob {
    height: 28px;
    width: 80%;
    outline: none;
    padding-left: 5px;
    border-radius: 5px;
    border: 1px solid lightgray;
    border-bottom-width: 2px;
    transition: all 0.4s ease;
    cursor: pointer;
}

#btns {
    width: 88px;
    height: 28px;
    background-color: #0079c2 !important;
    color: #fff !important;
    font-size: 15px;
    font-weight: 500;
    padding-left: 0px;
    cursor: pointer;
    background: -webkit-linear-gradient( #0079c2,#0079c2);
    border-radius: 5px;
    border-color: #0079c2 !important;
}

.modal-header .close {
    margin-top: -23px !important;
}

.wrapper .close {
    margin-top: -20px;
    margin-right: -15px;
    color: red;
    opacity:2;
    font-size:26px;
}
