body {
    background:url(../img/reg_back.jpg) no-repeat center;
}

#reg {
	text-align: center;
	background-color: white;
	margin-left:auto;
	margin-right:auto;
	width:300px;
}

#logo {
    margin: 0px;
    margin-top: 5px;
    margin-bottom:5px;
}

img {
    height: 50px;
    width: 140px;
}

input {
    width: 200px;
    height: 30px;
    color: black;
    font-size: 15px;
    background-color: #3c00ff00;
    margin-bottom: 9px;
    border-radius: 3px;
    text-align: center;
    color: white;
    border-width: 3px;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-style: double;
    border-color: black;
}

div#reg {
    margin-top: 150px;
    background: linear-gradient(45deg, #0f00ff, #0138ff1f, #a100ff);
    border-radius: 20px;
}

input::placeholder {
color:white;
}

#regest {
    background: linear-gradient(45deg, #3300ff, #7e01ff);
    border: none;
    border-radius: 20px;
    height: 35px;
    width: 200px;
    margin-top: 5px;
    margin-bottom: 5px;
    outline: none;
    cursor: pointer;
    transition: all 0.5s;
}

.yes_acc a{
	color: white;
    font-size: 15px;
}

.yes_acc {
    padding-bottom: 10px;
}

#regest:hover {
	background: linear-gradient(45deg, #0400ff, #8b1aff);
}

#errors {
	width:300px;
	background: linear-gradient(45deg, #0400ffab, #ff1a1adb);
    border-radius: 10px;
    color: white;
}

@media only screen and (max-width: 990px){
    body {
        background:#2B2B2B ;
    } 
    #reg {
        margin-top: 30px;
    }
    div#reg {
        background: linear-gradient(45deg, #ffffff, #2b2b2b, #ffffff);
        margin-top: 15%;
        height: auto;
    }
    #regest {
        background: linear-gradient(45deg, #00000082, #3a3a3ac7);
    }
    #regest:hover {
        background: linear-gradient(45deg, #00000082, #3a3a3ac7);
    }
}