﻿.box {
    max-height: 700px;
    position: relative;
    top: 0;
    opacity: 1;
    float: left;
    padding: 60px 50px 40px 50px;
    width: 100%;
    background: #fff;
    border-radius: 10px;
    transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    z-index: 5;
}

    .box.back {
        transform: scale(.95);
        -webkit-transform: scale(.95);
        -ms-transform: scale(.95);
        top: -20px;
        opacity: .8;
        z-index: -1;
    }

.overbox .title {
    color: #fff;
}

    .overbox .title:before {
        background: #fff;
    }

.title {
    width: 100%;
    float: left;
    line-height: 36px;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #757575;
    position: relative;
}

.Description {
    width: 100%;
    float: left;
    line-height: 26px;
    font-size: 20px;
    font-weight: 200;
    color: #FF7043;
    position: relative;
}


.input,
.input label,
.input input,
.input .spin,
.button,
.button button .button.All button i.fa,
.material-button .shape:before,
.material-button .shape:after,
.button.login button {
    transition: 300ms cubic-bezier(.4, 0, .2, 1);
    -webkit-transition: 300ms cubic-bezier(.4, 0, .2, 1);
    -ms-transition: 300ms cubic-bezier(.4, 0, .2, 1);
}

.box {
    transition: 400ms cubic-bezier(.4, 0, .2, 1);
    -webkit-transition: 400ms cubic-bezier(.4, 0, .2, 1);
    -ms-transition: 400ms cubic-bezier(.4, 0, .2, 1);
}

.input,
.input label,
.input input,
.input .spin,
.button,
.button button {
    width: 100%;
    float: left;
}

.input,
.button {
    margin-top: 30px;
    height: 50px;
}

    .input,
    .input input,
    .button,
    .button button {
        position: relative;
    }

        .input input {
            height: 40px;
            top: 10px;
            border: none;
            background: transparent;
        }

        .input input,
        .input label,
        .button button {
            font-family: 'Roboto', sans-serif;
            font-size: 16px;
            color: rgba(0, 0, 0, 0.8);
            font-weight: 300;
        }

        .input:before,
        .input .spin {
            width: 100%;
            height: 1px;
            position: absolute;
            bottom: 0;
            left: 0;
        }

        .input:before {
            content: "";
            background: rgba(0, 0, 0, 0.1);
            z-index: 3;
        }

        .input .spin {
            background: #ED2553;
            z-index: 4;
            width: 0;
        }

.overbox .input .spin {
    background: rgba(255, 255, 255, 1);
}

.overbox .input:before {
    background: rgba(255, 255, 255, 0.5);
}

.input label {
    position: absolute;
    top: 10px;
    left: 0;
    z-index: 2;
    cursor: pointer;
    line-height: 60px;
}

.button.All {
    width: 50%;
}

    .button.All button,
    .button button {
        width: 100%;
        line-height: 44px;
        left: 0%;
        /*background-color: transparent;*/
        border: 3px solid rgba(0, 0, 0, 0.1);
        font-weight: 700;
        font-size: 15px;
        color: rgba(0, 0, 0, 0.2);
    }

.button.All {
    margin-top: 30px;
}

.button {
    margin-top: 20px;
}

    .button button {
        /*background-color: #fff;*/
        color: #ED2553;
        border: none;
    }

    .button.All button:hover {
        color: #ED2553;
        border-color: #ED2553;
    }

.button {
    margin: 40px 0;
    overflow: hidden;
    z-index: 2;
}

    .button button {
        cursor: pointer;
        position: relative;
        z-index: 2;
    }

.Download {
    width: 100%;
    float: left;
    text-align: center;
    color: rgba(0, 0, 0, 0.4);
    font-size: 12px;
}

body {
    background-color: #9E9E9E;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 100vh;
    font-family: 'Roboto', sans-serif;
}

body,
html {
    overflow: hidden;
}

.materialContainer {
    width: 100%;
    max-width: 460px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

*,
*:after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style-type: none;
    outline: none;
}

.imgHeight {
    height: 35px;
}

.stc {
    color: #BDBDBD;
    font-size: 10px;
}

.errorMsg {
    color: #FFFFFF;
    /*background-color: #E91E63;*/
    border-radius: 5px;
    padding: 0px 0px 10px 10px;
    margin-top: 120px;
}

.top-buffer {
    margin-top: 10px;
}

.required {
    font-size: 11px;
    position: relative;
    top: 5px;
}

.text_uppercase {
    text-transform: uppercase;
}
