﻿body {
    background-color: #F0F2F5;
}

.left {
    margin: 10%;
    margin-top: 15%;
}

.right {
    margin-top: 25%;
    border: gray 0px solid;
    border-radius: 8px;
    padding: 24px;
    box-shadow: 1px 12px 11px -6px rgba(0,0,0,0.35);
    -webkit-box-shadow: 1px 12px 11px -6px rgba(0,0,0,0.35);
    -moz-box-shadow: 1px 12px 11px -6px rgba(0,0,0,0.35);
    background-color: #fff;
    width: 360px;
}

.formss {
    box-shadow: 1px 12px 11px -6px rgba(0,0,0,0.35);
    -webkit-box-shadow: 1px 12px 11px -6px rgba(0,0,0,0.35);
    -moz-box-shadow: 1px 12px 11px -6px rgba(0,0,0,0.35);
    background-color: #fff;
    width: 410px;
    border-radius: 8px;
    padding: 24px;
}

.connection {
    width: 100%;
    background-color: #166FE5;
    color: white;
}

.new {
    background-color: #42B72A;
    color: white;
    font-weight: bold;
}

.btnnew {
    margin-left: 7%;
}

h1 {
    color: #166FE5;
    font-size: 60px;
}

.contain {
    padding: 15px;
    height: 456px;
    width: 396px;
}

h6 {
    margin-top: 10px;
    font-size: 10px;
    text-align: center;
    margin-left: 3.3rem;
}

.hr1 {
    width: 900px;
    padding-top: 0;
}

.divfrom {
    display: flex;
    justify-content: center;
}

@media screen and (min-width: 480px) and (max-width:700px) {

    .formss {
        width: 664px !important;
        display: flex !important;
        justify-content: center !important;
    }
}
