* {
    padding: 0;
    margin: 0;
}
::selection {
    background-color: #bb0000;
    color: #FFF;
}
body {
    font-family: "Montserrat"
}
a {
	cursor: pointer;
}
.header {
    width: 100px;
    height: 100px;
    background-color: #bb0000;
    background-image: url(dsg/logo.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60px;
    margin: 0 auto;
}
h1 {
    font-size: 40px;
    text-align: center;
    color: #494949;
    font-weight: 700;
    margin-top: 80px;
}
form {
    width: 300px;
    text-align: center;
    margin: 0 auto;
    margin-top: 50px;
}
form input {
    height: 50px;
    outline: none;
    box-sizing: border-box;
    padding: 0px 15px;
    font-size: 16px;
    font-weight: 500;
}
form input:first-of-type {
    width: 300px;
    color: #474747;
    border: 1px solid #c7c7c7;
    font-family: "Montserrat";
}
form input:last-of-type {
    border: none;
    color: #FFF;
    background-color: #bb0000;
    font-family: "Montserrat";
    cursor: pointer;
    transition: .3s;
    margin-top: 40px;
}
form input:last-of-type:hover {
    background-color: #222222;
}
.text {
    margin-top: 80px;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    padding: 0px 20px;
    font-weight: 500;
    color: #717171;
    font-size: 20px;
}
.text.ip {
    background-color: #bb0000;
    color: #FFF;
    padding: 50px 20px;
}
.text.ip b {
    font-size: 25px;
}
.text.ip span {
    font-size: 35px;
    font-weight: 500;
}