#login-wrapper {
    position: relative;
    display: inline-block;
    width: 535px; /* 620px */
    height: auto;
    margin-top: 100px;
    margin-bottom: 100px;
    left: 50%;
    transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        -o-transform: translate(-50%, 0);
}

#log-reg-title {
    font-weight: normal;
    font-size: 45px;
    text-align: center;
    color: #2d2d39;
    margin: 0;
    padding: 0;
}

.input-item,
.data-group {
    position: relative;
    display: block;
    width: 100%;
}

.data-group {
    margin-top: 15px;
}

label {
    position: relative;
    font-size: 16px;
    margin-left: 15px;
}

.data-group input {
    position: relative;
    display: block;
    width: calc(100% - 30px);
    height: 65px;
    background: #c7c8cc;
    outline: none;
    border: none;
    font-size: 20px;
    color: #2d2d39;
    padding: 0 15px;
}

.input-item {
    margin-top: 30px;
}

.input-item:last-child {
    margin-top: 15px;
}

.input-item:first-child {
    margin: 0;
}

#forgot-password {
    position: relative;
    display: inline-block;
    margin-top: 20px;
    outline: none;
    color: #2d2d37;
}

#registration,
#submit-button {
    position: relative;
    display: block;
    width: 100%;
    height: 65px;
    outline: none;
    text-decoration: none;
    text-transform: uppercase;
    color: white;
    background: #123378;
}

#submit-button {
    display: none;
}

#registration span,
#submit-button span {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
}

#submit {
    position: absolute;
    display: block;
    width: auto;
    height: auto;
    top: 0;
    right: -90px;
    border-radius: 100%;
    padding: 20px 13px;
    background: #153379;
}

#submit img {
    position: relative;
    display: block;
    width: 40px;
    height: auto;
}

@media(max-width: 900px) {
    #login-wrapper {
        width: 400px;
    }
}

@media(max-width: 700px) {
    #submit {
        display: none;
    }

    #submit-button {
        display: block;
    }

    #login-wrapper {
        width: 500px;
    }
}

@media(max-width: 560px) {
    #login-wrapper {
        width: calc(100% - 60px);
        padding: 0 30px;
    }
}

@media(max-width: 400px) {
    #login-wrapper {
        width: calc(100% - 30px);
        padding: 0 15px;
    }
}
