﻿body {
    background: #1e2023;
}

.content {
    position: fixed;
    left: 0;
    right: 0;
    display: block;
    z-index: 10;
    width: 100%;
    height: 100%;
}

.username-label {
    text-align: left;
}

.resetContainer {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 150px;
    width: 250px;
}

.main-title {
    font-size: 35px;
    color: #F39C12 !important;
    margin-bottom: 5px;
    margin-left: 3px;
}

.sub-title {
    font-size: 22px;
    margin-left: 3px;
}


.resetContainer label {
    color: rgba(255,255,255,1);
    font-family: 'Exo', sans-serif;
    font-size: 16px;
}

.smallBubble2 {
    position: absolute;
    height: 50px;
    width: 50px;
    background: #F39C12;
    bottom: 15vh;
    right: 5vh;
    border-radius: 100%;
}

.smallBubble3 {
    position: absolute;
    height: 30px;
    width: 30px;
    background: #F39C12;
    bottom: 5vh;
    right: 5vh;
    border-radius: 100%;
}

.bigBubbleTop {
    position: absolute;
    height: 200px;
    width: 200px;
    background: #F39C12;
    top: -15vh;
    right: 0vh;
    border-radius: 100%;
}

.bigBubbleBottom {
    position: absolute;
    height: 200px;
    width: 200px;
    background: #F39C12;
    top: 40vh;
    left: -15vh;
    border-radius: 100%;
}


/*

    .resetContainer input[type=text], .resetContainer input[type=email] {
        width: 250px;
        height: 30px;
        background: transparent;
        background-color: rgba(255,255,255,0.2);
        border: 1px solid rgba(255,255,255,0.6);
        border-radius: 2px;
        color: #fff;
        font-family: 'Exo', sans-serif;
        font-size: 16px;
        font-weight: 400;
        padding: 4px;
    }

    .resetContainer input[type=submit] {
        width: 260px;
        height: 35px;
        background: #fff;
        border: 1px solid #fff;
        cursor: pointer;
        border-radius: 2px;
        color: #a18d6c;
        font-family: 'Exo', sans-serif;
        font-size: 16px;
        font-weight: 400;
        padding: 6px;
        margin-top: 10px;
    }*/
