﻿body {
    background-color: white;
}
.frame {
    top: calc(50% - 350px);
    position: absolute;
}
.frame2 {
    height: 700px;
    background-color: #C5CDCE;
    border-radius: 10px;
}
.title {
    text-align: center;
    font-size: xx-large;
    margin-top: 10%;
}
#Sign {
    background: white;
    color: rgb(32 32 32);
    /*line-height: 52px;
    margin: 100px auto 0px;
    width: 255px;
    border-radius: 5px;*/
}

body {
    height: 100%;
    background: linear-gradient(to right, #1d0776, transparent), linear-gradient(184deg, #50c6e1, transparent);
    /* background: #fff url(https://www.helloweba.net/demo/2018/logins/v4/images/backgroud.png) 50% 50% no-repeat;*/
    background-size: cover;
}
.card {
    margin: 0 auto;
    /*background: none;*/
    background: #8d828226;
    border: #fff 1px solid;
    max-width: 500px;
}
.form-item {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 30px;
    padding:10px;
}

.form-item input {
    height: 48px;
    width: 100%;
    padding-left: 70px;
    border: 1px solid #fff;
    border-radius: 25px;
    font-size: 18px;
    color: #fff;
    background-color: transparent;
    outline: none;
}
.form-item button {
    height: 50px;
    width: 100%;
    border: 0;
    border-radius: 25px;
    font-size: 18px;
    color: #1f6f4a;
    outline: none;
    cursor: pointer;
    background-color: #fff;
}

#adminputemail {
    background: url('../img/emil.png') 20px 14px no-repeat;
}

#adminputPassword {
    background: url('../img/password.png') 23px 11px no-repeat;
}
::-webkit-input-placeholder { /* WebKit browsers */
    color: #fff;
    font-size: 16px;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #fff;
    font-size: 16px;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #fff;
    font-size: 16px;
}