.o-ct{
    padding: 30px 20px;
    width: 800px;
    margin: auto;
}
.h1-title{
    text-align: center !important;
    margin-bottom: 0 !important;
}
.p-txt{
    text-align: center !important;
    padding-top: 10px !important;
}
form input, form label, form textarea,form select{
    font-size: 1em !important;
    font-family: 'Roboto', sans-serif !important;
    color: #555 !important;
}
form label{
    margin-top: 12px !important;
}
form input,form select{
    height: 44px !important;
}
form textarea{
    resize: vertical !important;
    min-height: 150px !important;
}
form button{
    margin-top: 10px !important;
    font-family: 'Cabin', sans-serif !important;
    font-weight: bold !important;
    padding: 10px 30px !important;
    border-radius: 30px !important;
}
form button > i{
    position: relative;
    top: 1px;
}
.h1-title{
    font-size: 2.2em;
}
form h2{
    color: #555;
}
.col img{
    width: 150px !important;
}
.o-success{
    width: 900px;
    margin: 20px auto 60px;
    border: 1px solid #e2e2e2;
}
.o-title{
    text-align: center;
    background-color: #464391;
    color: white;
    padding: 15px 20px;
    font-size: 1.2em;
    font-family: 'Cabin', sans-serif;
}
.o-content{
    padding: 30px 20px;
}
.o-icon{    
    margin: 10px auto 20px;
    font-size: 3em;
    color: white;
    text-align: center;
    border-radius: 50%;
    background: green;
    width: 70px;
    height: 70px;
    line-height: 70px;
}
.o-text1{
    text-align: center;
    color: #555;
    font-weight: bold;
    padding: 15px 20px;
    font-size: 1.2em;
    font-family: 'Cabin', sans-serif;
}
.o-text2{
    font-family: 'Cabin', sans-serif;
    text-align: center;
    color: #555;
    padding: 15px 20px;
    font-size: 1em;
    letter-spacing: 1px
}
.o-link{
    font-family: 'Cabin', sans-serif;
    text-align: center;
    margin-top: 10px;
}
.o-link > a{
    text-decoration:none;
    font-size: 1.3em;
    color: #464391;
}
.o-link > a:hover{
    opacity: .8;
}
@media screen and (max-width: 1000px){
    .o-success{
        width: 90% !important;
    }
}
@media screen and (max-width: 900px){
    .o-ct{
        width: 90% !important;
    }
    form h2{
        font-size: 1.4em !important;
    }
}
@media screen and (max-width: 500px){
    .o-ct{
        padding: 20px auto !important;
        width: 94% !important;
    } 
    .o-success{
        padding: 20px 10px !important;
        width: 94% !important;
    }
    .p-txt{
        line-height: 18px !important;
    }
    form label{
        font-size: .9em !important;
    }
    form input,form select{
        height: 40px !important;
        font-size: .9em !important;
    }
    form h2{
        font-size: 1.2em !important;
    }
    .col img{
        width: 100px !important;
    }
}