﻿

@import url("https://fonts.googleapis.com/css?family=Poppins");

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    border: none;
    outline: none;
}

body {
    background: url("../App_BackGrounds/BG1.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.wrap {
    width: 100%;
    height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    /*   flex-wrap: wrap; */
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.container {
    position: relative;
    border: 1px solid black;
    width: 500px;
    padding: 50px 55px 15px 55px;
    border-radius: 15px;
    font-family: "Poppins", sans-serif;
    overflow: hidden;
}

    .container .background {
        position: absolute;
        z-index: -1;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        opacity: 0.9;
        width: 100%;
        height: 100%;
        background: white;
    }

.logo {
    /*background: url("../App_Logos/RisqWorx.png");*/
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    height: 80px;
    width: 170px;
    margin-bottom: 20px; /*50px*/
    margin-left: auto;
    margin-right: auto;
}


.login-title {
    display: block;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 40px;
    margin-bottom: 20px;
}

.label-input {
    display: block;
    margin-bottom: 10px;
    margin-left: 10px;
}

.field {
    width: 100%;
    position: relative;
    margin: 0 auto;
    margin-bottom: 40px;
    border-bottom: 1px solid #ccc;
}

.icon {
    position: relative;
    font-size: 25px;
    padding: 10px;
}

input {
    display: inline-block;
    font-size: 18px;
    padding: 4px;
    cursor: text;
    background: transparent;
    width: 80%;
}

    input ~ .focus-border {
        position: absolute;
        bottom: -2px;
        left: 0;
        width: 0;
        height: 2px;
        background: #21d4fd;
        background: -moz-linear-gradient(left, #21d4fd 1%, #647ee5 51%, #b721ff 100%);
        background: -webkit-linear-gradient( left, #21d4fd 1%, #647ee5 51%, #b721ff 100% );
        background: linear-gradient(to right, #21d4fd 1%, #647ee5 51%, #b721ff 100%);
        transition: 0.4s;
    }

    input:focus ~ .focus-border {
        width: 100%;
        transition: 0.4s;
    }

.ButtonSubmit {
    text-align: center;
    padding: 10px;
    color: white;
    width: 100%;
    border: none;
    border-radius: 10px;
    transition: 0.5s;
    background: #21d4fd;
    background: -moz-linear-gradient(left, #21d4fd 0%, #b721ff 51%, #21d4fd 100%);
    background: -webkit-linear-gradient( left, #21d4fd 0%, #b721ff 51%, #21d4fd 100% );
    background: linear-gradient(to right, #21d4fd 0%, #b721ff 51%, #21d4fd 100%);
    background-size: 200% auto;
    margin-bottom: 50px;
}

    .ButtonSubmit:hover {
        background-position: right center;
        cursor: pointer;
    }


#submit {
    text-align: center;
    padding: 10px;
    color: white;
    width: 100%;
    border: none;
    border-radius: 10px;
    transition: 0.5s;
    background: #21d4fd;
    background: -moz-linear-gradient(left, #21d4fd 0%, #b721ff 51%, #21d4fd 100%);
    background: -webkit-linear-gradient( left, #21d4fd 0%, #b721ff 51%, #21d4fd 100% );
    background: linear-gradient(to right, #21d4fd 0%, #b721ff 51%, #21d4fd 100%);
    background-size: 200% auto;
    margin-bottom: 50px;
}

    #submit:hover {
        background-position: right center;
        cursor: pointer;
    }

.forgotPassword {
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
}

    .forgotPassword:hover {
        text-decoration: underline;
        cursor: pointer;
    }

@media (max-width: 576px) {
    .wrap {
        padding: 15px;
    }

    .login-title {
        font-size: 25px;
    }

    .logo {
        margin-bottom: 20px;
    }

    .container {
        width: 100vw;
        padding: 25px;
    }
}

@media (max-height:650px) {
    .container {
        padding: 25px 30px 10px 30px;
        width: 450px;
    }

    .logo {
        margin-bottom: 20px;
    }
}


/* Password reset*/

.cookies-used {
    width: 800px;
    background: rgba(0, 0, 0, 0.8);
    margin-left: auto !important;
    margin-right: auto !important;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #FFF;
    margin: 5px 0 5% 0;
    font-weight: 300;
    padding: 20px;
    transition: .4s background;
    display: none;
}

    .cookies-used:hover {
        background: rgba(0, 0, 0, 0.75);
    }



.password-forgotten {
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    margin: 15px 0 0 30px;
    width: 100%;
    height: 100%;
}

.remember-me-check {
    position: relative;
    top: 10px;
    margin: 0 0 0 10px;
}


.password-reset-div {
    display: none;
}

.black-complete-background {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    z-index: 10000;
}

.content-password-reset-div {
    position: fixed;
    background: #F5F5F5;
    width: 40%;
    height: 240px;
    min-width: 600px;
    padding: 20px;
    top: 0;
    bottom: 0;
    margin-left: auto !important;
    margin-right: auto !important;
    left: 0;
    right: 0;
    z-index: 100000;
    margin: auto;
}

.title-content-password-reset-div {
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 300;
}

.content-content-password-reset-div {
    margin: 20px 0 0 0;
    width: 100%;
}

.text-content-content-password-reset-div {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    width: 100%;
}

.content-content-password-reset-div .input-field {
    width: 50%;
    margin: 20px 0 0 0;
}

    /* label focus color */
    .content-content-password-reset-div .input-field input[type=text]:focus + label {
        color: #0072ff;
    }

    /* label underline focus color */
    .content-content-password-reset-div .input-field input[type=text]:focus {
        border-bottom: 1px solid #0072ff;
        box-shadow: 0 1px 0 0 #0072ff;
    }

    /* valid color */
    .content-content-password-reset-div .input-field input[type=text].valid {
        border-bottom: 1px solid #2ecc71;
        box-shadow: 0 1px 0 0 #2ecc71;
    }

    /* invalid color */
    .content-content-password-reset-div .input-field input[type=text].invalid {
        border-bottom: 1px solid #e74c3c;
        box-shadow: 0 1px 0 0 #e74c3c;
    }

.options-alert {
    position: absolute;
    bottom: -60px;
    height: 60px;
    background: #F5F5F5;
    width: 100%;
    left: 0;
    padding: 20px 20px 40px 20px;
}

.right-options-alert {
    position: absolute;
    right: 0;
}

.options-alert a {
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    color: #777;
    padding: 8px 20px;
    margin-right: 10px;
    border-radius: 2px;
}

    .options-alert a:hover {
        background: rgba(0, 0, 0, 0.1);
    }

    .options-alert a:active {
        background: rgba(0, 0, 0, 0.2);
    }

[type="checkbox"]:checked + label:before {
    border-right: 2px solid #0072ff;
    border-bottom: 2px solid #0072ff;
}

a {
    color: #0072ff;
}


.img1 {
    float: none;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

#password-reset-div {
    top: 55%;
    left: 55%;
}